mirror of
https://github.com/haraldk/TwelveMonkeys.git
synced 2025-10-04 11:26:44 -04:00
TMI-JPEG: Fixed ICC profile issue. Now applies profiles when it should.
Profiles with bad indexes are now ignored on read. Added support for JPEG-LS SOF55 segment (no further JPEG-LS support) Added class documentation.
This commit is contained in:
@@ -82,6 +82,10 @@ public interface JPEG {
|
||||
int SOF14 = 0xFFCE;
|
||||
int SOF15 = 0xFFCF;
|
||||
|
||||
// JPEG-LS markers
|
||||
int SOF55 = 0xFFF7; // NOTE: Equal to a normal SOF segment
|
||||
int LSE = 0xFFF8; // JPEG-LS Preset Parameter marker
|
||||
|
||||
// TODO: Known/Important APPn marker identifiers
|
||||
// "JFIF" APP0
|
||||
// "JFXX" APP0
|
||||
|
Reference in New Issue
Block a user