![JAR search and dependency download from the Maven repository](/logo.png)
com.lti.civil.Image Maven / Gradle / Ivy
/*
* Created on May 25, 2005
*/
package com.lti.civil;
/**
*
* @author Ken Larson
*/
public interface Image
{
public byte[] getBytes();
public VideoFormat getFormat();
/** milliseconds, like System.currentTimeMillis. */
public long getTimestamp();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy