Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

endianess undefined in json output #91

Closed
josch opened this issue Aug 4, 2020 · 1 comment
Closed

endianess undefined in json output #91

josch opened this issue Aug 4, 2020 · 1 comment

Comments

@josch
Copy link

josch commented Aug 4, 2020

Hi,

I'm using imagemagick 8:6.9.11.24+dfsg-1 on Debian unstable. I'm using this TIFF image as input:

https://sources.debian.org/src/img2pdf/0.3.6-1/src/tests/input/mono.tif/

(I cannot attach the image to this issue because github does not allow tif...)

When I check endianness via identify -verbose | grep -i endian everything is fine:

identify -verbose src/tests/input/mono.tif | grep -i endian
  Endianess: LSB
    tiff:endian: lsb

But not so in the json output:

convert src/tests/input/mono.tif json: | grep endian
    "endianess": "Undefined",
      "tiff:endian": "lsb",

The json value for "endianess" should also be "LSB" and not "Undefined".

urban-warrior pushed a commit to ImageMagick/ImageMagick that referenced this issue Aug 28, 2020
@urban-warrior
Copy link
Member

Thanks for the problem report. We can reproduce it and will have a patch to fix it in the GIT master branch @ https://github.com/ImageMagick/ImageMagick later today. The patch will be available in the beta releases of ImageMagick @ https://www.imagemagick.org/download/beta/ by sometime tomorrow.

netbsd-srcmastr pushed a commit to NetBSD/pkgsrc that referenced this issue Sep 13, 2020
2020-09-05  7.0.10-29  <quetzlzacatenango@image...>
  * Release ImageMagick version 7.0.10-29 GIT revision 17580:fc52fa0a9:20200905

2020-09-05  7.0.10-28  <quetzlzacatenango@image...>
  * Eliminate infinite loop for certain SVG styles (reference
    ImageMagick/ImageMagick6#96).
  * Add version element to JSON file format (reference
    ImageMagick/ImageMagick6#91).

2020-09-01  7.0.10-29 Dirk Lemstra <dirk@lem.....org>
  * Enabled support for AVIF encoding on Windows.
  * Clip path in 8bim profile is updated when the image is extended. (reference
    ImageMagick/ImageMagick#2414)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants