Search found 8 matches

by saurabheights
2016-11-06T22:51:57-07:00
Forum: Developers
Topic: Unable to read Orientation exif information from webp
Replies: 2
Views: 8883

Re: Unable to read Orientation exif information from webp

Hi,
Sorry, I was away for too long.

Thank you for the issue link.
by saurabheights
2016-10-24T01:09:37-07:00
Forum: Developers
Topic: Unable to read Orientation exif information from webp
Replies: 2
Views: 8883

Unable to read Orientation exif information from webp

IM Info:- Version: ImageMagick 7.0.3-0 Q16 x86_64 2016-09-09 http://www.imagemagick.org Copyright: Copyright (C) 1999-2016 ImageMagick Studio LLC License: http://www.imagemagick.org/script/license.php Features: Cipher DPC HDRI OpenMP Delegates (built-in): bzlib djvu fftw fontconfig freetype jbig jng...
by saurabheights
2016-10-14T21:31:42-07:00
Forum: Developers
Topic: OSX vs Ubuntu - Command format difference
Replies: 6
Views: 9456

Re: OSX vs Ubuntu - Command format difference

@snibgo: Should I raise a new request for change of output format to "image property "%[EXIF:orientation]" not found." or will this(current) post suffice? This is not a problem faced just by me, but all(2 as of now) of my colleagues. So, I can say it's not just my personal view. ...
by saurabheights
2016-10-14T20:44:08-07:00
Forum: Developers
Topic: OSX vs Ubuntu - Command format difference
Replies: 6
Views: 9456

Re: OSX vs Ubuntu - Command format difference

@snibgo, @fmw42: That was really unprofessional of me. My apologies for not only not providing proper information but also raising a incorrect question. Both these commands do work in both OSX and Mac. identify -format '%[orientation]' photo.jpg identify -format '%[EXIF:orientation]' photo.jpg The i...
by saurabheights
2016-10-14T18:39:22-07:00
Forum: Developers
Topic: OSX vs Ubuntu - Command format difference
Replies: 6
Views: 9456

OSX vs Ubuntu - Command format difference

There is an inconsistency while using IM between Ubuntu and OSX. The below command works on Ubuntu: identify -format '%[EXIF:Orientation]' <inputfile> However, on OSX(installed using brew), we have to use: identify -format "%[orientation]" <inputfile> This creates problem in writing platfo...
by saurabheights
2016-09-27T23:54:13-07:00
Forum: Users
Topic: CMYK - How does imagemagick reads it, when djpeg doesn't supports?
Replies: 5
Views: 4577

Re: CMYK - How does imagemagick reads it, when djpeg doesn't supports?

@fmw2: You can ignore cwebp/dwebp. The root problem is I am unable to read CMYK jpeg images using djpeg. As you said "JPEG supports CMYK and libjpeg will read or write it. IM uses libjpeg for JPEG files." I tried using 'djpeg', from `sudo apt-get install libjpeg-progs`. I tried both comman...
by saurabheights
2016-09-26T01:25:46-07:00
Forum: Users
Topic: CMYK - How does imagemagick reads it, when djpeg doesn't supports?
Replies: 5
Views: 4577

Re: CMYK - How does imagemagick reads it, when djpeg doesn't supports?

Thank you.
The question was about if djpeg cannot decode jpegs with CMYK profile, then how was imagemagick able to do it. The need arise because I was assuming that IM uses delegates for decoding an image, thus all decoding must be done by libjpeg, libpng, etc depending on the file type.
by saurabheights
2016-09-24T05:24:30-07:00
Forum: Users
Topic: CMYK - How does imagemagick reads it, when djpeg doesn't supports?
Replies: 5
Views: 4577

CMYK - How does imagemagick reads it, when djpeg doesn't supports?

Hi,
This question comes as a follow up from no support of CMYK jpegs by cwebp.

Please check this: https://bugs.chromium.org/p/webp/issues ... ?id=311#c5

Since, CMYK is not supported by djpeg, how can imagemagick handle CMYK images. These images have color transform YCCK.