https://github.com/archont00/cinepaint-oyranos I was reading oyranos website and especially archive.org version of this site, and found out this specific tool was used back in 2011 for showcasing image editing on wide-gamut monitors. There apparently is draft X color management spec, implemented by basically CompICC as server side and icc-examin / sample image viewer /cinepaint as clients. There even was Suse-based live cd from 2011, but it obviously will not fly (with hw 3d accel) on more modern GPUs ..:( http://www.oyranos.org/compicc/index.html http://www.oyranos.org/libxcm/index.html "The X Color Management specification allows to attach colour regions to X windows to communicate with colour servers." So, it was/is region-based, not per-window (makes sense due to in-window controls, for example) https://web.archive.org/web/20111116054348/http://www.oyranos.org/page/2/ " CinePaint full screen Posted on September 8, 2011 On my git repository with CinePaint patches is the full screen mode changed. It uses the GTK funtionality. That mode is now window manager based and will not work with twm. The old code is still ifdefed for users who rely on that and compile it. Putting a full fledged solution like in gqview inside CinePaint would have been too much work. New is as well resizing of frames in the flip book, to allow me to load a bunch of cameraRAW images and watch them much like in a slide show. Colour regions are updated for the colour server. And last but not least a fix in now available, to let CinePaint run on non KWin and non Compiz window managers. I tested on twm. The package is patched in OBS. Posted in cinepaint, imaging | Tagged colour management, ICC " ===== Because I do not have wide-gamut monitor user-testing of this rare combination still required, even for just watching it in action. Anyone brave enough for compiling from git? :) I have it compiled on Slackware 15.0 i586, so it ought to be compileable on ~modern Linux.
I use Argyll as a CMS to manage ICCs and DisplayCal to examine profiles. Is there a need to try to install another server moreover abandoned for years? PS: Cinepaint evokes for me old memories of fighting with Gimp developers who stubbornly didn't want to implement 16-32 bits (or even other color spaces: they stubbornly stuck to sRGB alone).
пн, 29 мая 2023 г., 11:07 Andrea paz <[email protected]>:
I use Argyll as a CMS to manage ICCs and DisplayCal to examine profiles. Is there a need to try to install another server moreover abandoned for years?
If your monitor can switch automatically or manually from wide-gamut mode to sRGB - no pressing need. Some monitors apparently stuck in wide-gamut mode, so sRGB content look over-colored on them. I was just wondering if this technology worked "as described" for real pro monitors.. I do not think server itself is abandoned by author, he still does minor work on it, just because it was not adopted by big distros users remain mostly unaware about its existence, and only few dig deeper. PS: Cinepaint evokes for me old memories of fighting with Gimp
developers who stubbornly didn't want to implement 16-32 bits (or even other color spaces: they stubbornly stuck to sRGB alone).
Well, as you can guess from codebase there is plenty of math, and doing it even slightly wrong will ruin your photo experience and may be photos themselves. Also gtk1-> GTK2 -> GTK3 move tend to keep them busy ..... p.s. I tested live cd and it works slowly on qemu with kvm and swrast as 3d driver, but qcmsevents icon remain grey - no CM inside virtual machine ...
пн, 29 мая 2023 г., 11:07 Andrea paz <[email protected]>:
I use Argyll as a CMS to manage ICCs and DisplayCal to examine profiles. Is there a need to try to install another server moreover abandoned for years?
Another tip I just tried: Download SalixOS live xfce 15.0 x86_64, boot from it, as long as network and gpu is recognized you can use gslapt for installing oyranos 0.9.6 and then look if qcsmevents-qt4 icon comes up colored ... then you can git clone compicc, switch to tag '0.8.10' (git branch -b 0.8.10 0.8.10), install from gslapt compiz & emerald, compile compicc and install it with sudo (password for live user is "one"). Then compiz --replace& emerald --replace& ccsm -> look for icc and enable it. mounting media happens via "new" method so you can look in /var/run/media/one IIRC for live Salix session. Worked for me in 16gb of ram :) qt4 tend to be heavy lib / framework ... :( But it does not work completely without edid from monitor :( Also dri3 tend to be unhappy if vblank interrupts are wonky due to same cheap vga cable. Must be not a problem with non-vga. PS: Cinepaint evokes for me old memories of fighting with Gimp
developers who stubbornly didn't want to implement 16-32 bits (or even other color spaces: they stubbornly stuck to sRGB alone).
participants (2)
-
Andrea paz -
Andrew Randrianasulu