You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In #906 an pdf is added that contains an image that is both zip and jpeg encoded. The current code export this as a bmp, it is not recognized as a jpeg.
Bug report
In #906 an pdf is added that contains an image that is both zip and jpeg encoded. The current code export this as a bmp, it is not recognized as a jpeg.
Outputs a Xop2.bmp in the images directory. This should be a jpeg because it has a
FlateDecode
andDCTDecode
filter. So it is a zipped jpeg.The text was updated successfully, but these errors were encountered: