-
Notifications
You must be signed in to change notification settings - Fork 6
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
Current status #1
Comments
Yes, imagemagick is working fine. Checkout the ./demo folder to see how to use it |
I found the bug: I didn't update the submodule to the latest version. |
Ok, thanks for reply so quickly ! Works for jpg/png but I was unable to convert a G4 tif file image with unix-toolbox. The test file : http://www.fileformat.info/format/tiff/sample/ff5798fb1a324c099af642690d161877/download When you compile ImageMagick, did you add some exclusion ? |
Yes, I did not include all image format libraries. However, I included tiff. So it's strange that this does not work. |
Oh, G4 tif means group 4 tiff (Raw CCITT Group4) according to Probably I did not include this format library... |
Ok. The mime-type is "image/tiff" given "file --mime-type g4.tif" command line. |
Can you run |
It give me this line : |
^^Is that the output for both or did you just try it in the console? |
Can you publish this image anywhere so I can try it myself? |
I used this image example : http://www.fileformat.info/format/tiff/sample/ff5798fb1a324c099af642690d161877/download Now, i'll just try in the console. |
I'm not sure if the file is valid. Even my native imagemagick (debian 6.7.7-10 2013-09-01 Q16) tells me |
I think this image is valid (from file format.info). This command line (convert -identify "g4.tif" "g4.jpg") work on my computer (mac osx). What is yout ImageMagick version ? |
It's |
It's 6.8.0-7 2013-09-19. |
Got it: I did not use the additional 'g4.jpg' parameter. So it also works with my native version. |
The js version of "convert -identify .." gives : |
I think I got it: probably CCITT support is not included in libtiff. Right now I don't have my laptop (I lost the power supply and I'm waiting for the new one). As soon as I can use my laptop again, I can check whether this really is the issue and fix it. |
Hmm, I don't get it! |
Hi,
I would like to know what is the current status of those project and in particular the "unix-toolbox.js-imagemagick" ? Is it active and working ?
Regards
The text was updated successfully, but these errors were encountered: