mirror of
https://github.com/UglyToad/PdfPig.git
synced 2025-09-20 20:07:57 +08:00
fix width and height order in jpeg parsing
height is before width, incorrect order caused adobe reader to draw image strangely.
This commit is contained in:
@@ -278,6 +278,9 @@
|
||||
public static readonly NameToken If = new NameToken("IF");
|
||||
public static readonly NameToken Im = new NameToken("IM");
|
||||
public static readonly NameToken Image = new NameToken("Image");
|
||||
public static readonly NameToken ImageB = new NameToken("ImageB");
|
||||
public static readonly NameToken ImageC = new NameToken("ImageC");
|
||||
public static readonly NameToken ImageI = new NameToken("ImageI");
|
||||
public static readonly NameToken ImageMask = new NameToken("ImageMask");
|
||||
public static readonly NameToken Index = new NameToken("Index");
|
||||
public static readonly NameToken Indexed = new NameToken("Indexed");
|
||||
|
Reference in New Issue
Block a user