| java.lang.Object org.w3c.tools.jpeg.JpegHeaders
JpegHeaders | public class JpegHeaders implements Jpeg(Code) | | version: $Revision: 1.16 $ author: Benoît Mahé (bmahe@w3.org) author: jpeg reading code adapted from rdjpgcom from The Independent JPEG Group |
appcomments | protected byte appcomments(Code) | | |
bitsPerPixel | protected int bitsPerPixel(Code) | | |
compression | protected int compression(Code) | | |
height | protected int height(Code) | | |
numComponents | protected int numComponents(Code) | | |
width | protected int width(Code) | | |
getAppComments | public String[] getAppComments()(Code) | | The old way of extracting comments in M_APP12 markers
|
getByteArrayAPPComment | public byte[][] getByteArrayAPPComment()(Code) | | |
getComments | public String[] getComments()(Code) | | Get the comments extracted from the jpeg stream
an array of Strings |
getStringAPPComments | public String[] getStringAPPComments(int marker)(Code) | | Get the application specific values extracted from the jpeg stream
an array of Strings |
getStringAppComments | public String[] getStringAppComments()(Code) | | An old default, it gets only the M_APP12
|
updateExif | protected void updateExif()(Code) | | Update the EXIF to include the intrinsic values
|
|
|