User Tools

Site Tools


doc:appunti:hardware:canoscan_9000f_mark_ii_positive_scan

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
doc:appunti:hardware:canoscan_9000f_mark_ii_positive_scan [2020/01/01 07:45] – [Convert to a different colorspace] niccolodoc:appunti:hardware:canoscan_9000f_mark_ii_positive_scan [2020/01/01 17:02] – [Extract the embedded color profile from an image] niccolo
Line 112: Line 112:
  
 It is not possible to extract the ICC file if the colorspace is just declared into the metadata, but not embedded as a profile. In this case you can search instead into the **/usr/share/color/icc/colord/** folder for well-known ICC files installed by the **colord-data** package. It is not possible to extract the ICC file if the colorspace is just declared into the metadata, but not embedded as a profile. In this case you can search instead into the **/usr/share/color/icc/colord/** folder for well-known ICC files installed by the **colord-data** package.
 +
 +==== Examine an ICC color profile ====
 +
 +We can use the command line tool **exiftool** from the Debian package **libimage-exiftool-perl**.
 +
 +To examine a profile embedded into an image:
 +
 +<code>
 +exiftool -icc_profile:* photo.jpg
 +</code>
 +
 +To examine an ICC profile file:
 +
 +<code>
 +exiftool profile.icc
 +</code>
  
 ==== Set a different colorspace ==== ==== Set a different colorspace ====
Line 143: Line 159:
 </code> </code>
  
-Some known colorspaces are: **sRGB**, **RGB**, **CIELab**. To list colorspaces supported by Imagemagick, execute the command **convert -list colorspace**.+Some known colorspaces are: **sRGB**, **RGB**, **CIELab**, **Gray**. To list colorspaces supported by Imagemagick, execute the command **convert -list colorspace**.
  
 An **ICC color profile** is **not embedded** into the file, so the software used to open the resulting file must be aware of that colorspace by itself. An **ICC color profile** is **not embedded** into the file, so the software used to open the resulting file must be aware of that colorspace by itself.
doc/appunti/hardware/canoscan_9000f_mark_ii_positive_scan.txt · Last modified: 2020/01/02 17:40 by niccolo