Class JPEGHeader
java.lang.Object
org.aoju.bus.image.nimble.codec.jpeg.JPEGHeader
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintmarker(int index) intintoffset(int index) intintoffsetOf(int marker) inttoAttributes(Attributes attrs) Return corresponding Image Pixel Description Macro Attributes
-
Constructor Details
-
JPEGHeader
public JPEGHeader(byte[] data, int lastMarker)
-
-
Method Details
-
offsetOf
public int offsetOf(int marker) -
offsetSOF
public int offsetSOF() -
offsetAfterAPP
public int offsetAfterAPP() -
offset
public int offset(int index) -
marker
public int marker(int index) -
numberOfMarkers
public int numberOfMarkers() -
toAttributes
Return corresponding Image Pixel Description Macro Attributes- Parameters:
attrs- targetAttributesornull- Returns:
- Image Pixel Description Macro Attributes
-
getTransferSyntaxUID
-