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

GraphicsMagick version support #4

Open
paazmaya opened this issue Aug 7, 2016 · 5 comments
Open

GraphicsMagick version support #4

paazmaya opened this issue Aug 7, 2016 · 5 comments

Comments

@paazmaya
Copy link
Owner

paazmaya commented Aug 7, 2016

Which version of GraphicsMagick is supported?
http://www.graphicsmagick.org/NEWS.html

Locally installed in Ubuntu: 1.3.23 2015-11-07 Q16

  • Tests pass expected uniquecolors: '24529'

Travic CI Ubuntu: 1.3.12 2010-03-08 Q8

  • Identify related tests fail due to getting false

AppVeyor Windows: 1.3.24 2016-05-30 Q16 (manually installed)

  • Tests pass

So how to guarantee functional minimum version and what is its number?
Does it require some additional dependencies?

@paazmaya
Copy link
Owner Author

paazmaya commented Aug 7, 2016

After putting Travis to use Trusty, the version 1.3.18 2013-03-10 Q8 appears, but with the same result of identify returning false.
https://travis-ci.org/paazmaya/image-duplicate-remover/jobs/150414504

@paazmaya
Copy link
Owner Author

paazmaya commented Aug 7, 2016

Feature Support Travis Trusty AppVeyor Windows Local Ubuntu
Thread Safe yes yes yes
Large Files (> 32 bit) yes yes yes
Large Memory (> 32 bit) yes yes yes
BZIP yes yes yes
DPS no no no
FlashPix no no no
FreeType yes yes yes
Ghostscript (Library) no no no
JBIG yes yes yes
JPEG-2000 yes yes yes
JPEG yes yes yes
Little CMS yes yes yes
Loadable Modules no no yes
OpenMP yes (201107) yes (201307) yes (200203)
PNG yes yes yes
TIFF yes yes yes
TRIO no no no
UMEM no no no
WebP - yes yes
WMF yes yes yes
X11 yes yes no
XML yes yes yes
ZLIB yes yes yes

@paazmaya
Copy link
Owner Author

paazmaya commented Aug 7, 2016

gm identify -format "%q %Q %b %h %k %w" "tests/fixtures/a/jukka-paasonen.jpg"

Local Ubuntu: 8 75 7.3Ki 200 24529 200

Travis: 8 %Q 7.3K 200 24529 200

AppVeyor: Q h w

@paazmaya
Copy link
Owner Author

paazmaya commented Aug 7, 2016

http://www.graphicsmagick.org/NEWS.html#october-4-2015 1.3.22 (October 4, 2015)

  • -format: %Q now reports JPEG quality estimate if it is available.

@paazmaya
Copy link
Owner Author

paazmaya commented Aug 7, 2016

Removed the use of %Q in 00ee94b due to its being too new for default installations.
Also file size is collected via Node.js API rather than GM.

paazmaya added a commit that referenced this issue Aug 7, 2016
paazmaya added a commit that referenced this issue Aug 7, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant