Converting TIFF format to CALS #210
Unanswered
Zekeriya67
asked this question in
General
Replies: 3 comments 1 reply
|
First, check that your variety of IM can write CALCS files: My variety has "w", so it can write CALS. Your "-format CALS" has no effect. That would set the format for "info:", which you are not using. Try the conversion: Check what IM says about x.cals: It seems to have worked. Be aware that not all file formats can use all compression methods. |
1 reply
|
I used IM v7.1.0-49 on Windows 11. IM v6 is now very old. I do not recommend using it, except for compatibility with old scripts. |
0 replies
|
Thank you it works great ! |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
ImageMagick version
6.9.12-72 Q8 X64
Operating system, version and so on
Windows 10
Description
Hello,
I try to convert a tiff files to CALS format with this command 👍
convert image.tif -compress Group4 -format CALS image.calBut when I see the options with an viewer on my image.cal file, it is said that is a TIFF file. What I may wrong ?
All reactions