Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Last revision Both sides next revision
photo:cli [2010/11/01 16:13]
Toni Corvera Add "-quality 100"
photo:cli [2010/11/05 02:58]
Toni Corvera +alpha off
Line 28: Line 28:
 ZIP compression is not supported by all programs but better than the more common LZW: ZIP compression is not supported by all programs but better than the more common LZW:
  
-  $ convert FILE.TIF -compress zip -quality 100 FILE2.TIF+  $ convert FILE.TIF ​-alpha off -compress zip -quality 100 FILE2.TIF
  
 This discards any EXIF data! See below for how to copy it. This discards any EXIF data! See below for how to copy it.
  
 Note ''​-quality''​ here doesn'​t actually affect quality since this operation is lossless, but it increases the compression level slightly. Note ''​-quality''​ here doesn'​t actually affect quality since this operation is lossless, but it increases the compression level slightly.
 +
 +''​-alpha off' drops the alpha channel (transparency) if there'​s one. Unedited scans shouldn'​t contain an alpha channel but this will depend of the programs involved. If present, dropping it will further reduce the filesize.
  
 ===== Copy EXIF between files ===== ===== Copy EXIF between files =====
photo/cli.txt ยท Last modified: 2010/11/05 02:58 by Toni Corvera
 
Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Noncommercial-Share Alike 3.0 Unported
Recent changes RSS feed Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki