Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Color working method help
#1
Hi,

I'm working in GIMP built-in sRGB, 16-bit non-linear integer.
Converting to an 8-bit non-linear integer in Adobe RGB 1998.



Code:
(iccPth "/home/mark/Artwork/Misc/Adobe ICC Profiles (end-user)/RGB/")
(icc (string-append iccPth "AdobeRGB1998.icc"))
(intent COLOR-RENDERING-INTENT-PERCEPTUAL)
(bpc 1)

(gimp-image-convert-precision dstImg PRECISION-U8-NON-LINEAR)
(gimp-image-convert-color-profile-from-file dstImg icc intent bpc)



And then export as a jpeg without any soft-proofing.

However the exported jpeg looks different in Krita and Image Magick to GIMP,
in Krita and Image Magick the colors are less chromatic, which is what I'd expect.


Anything obvious that might cause this jpeg to look different in GIMP?



Attached Files Thumbnail(s)
   
Reply


Messages In This Thread
Color working method help - by pixelmixer - 09-24-2023, 11:44 AM
RE: Color working method help - by rich2005 - 09-24-2023, 02:00 PM
RE: Color working method help - by pixelmixer - 09-24-2023, 03:14 PM

Forum Jump: