In Gimp the color selector can be use with a 0-255 integer range or as percent (3 digits: 12.3%) that give a bit more precision.
In scripts there is not limit to the precision of the color you enter as floating point (but widgets that will display the values will round it). For instance in Python: import gimpcolor pdb.gimp_context_set_foreground(gimpcolor.RGB(.51256,.51257,.51258)) Of course this is only useful in high-precision image, and there is no guarantee that the underlying computations use all the precision, but also no good reason to not do so. On 1/9/20 1:11 AM, Elliott Balsley wrote:
Hello. I am trying to create technical test patterns, so I would like to specify colors by entering 16-bit RGB values. Is this possible in Gimp? I just installed it for the first time and it looks like the color picker is limited to 8-bit values 0-255. Photoshop is also limited in this way, which is why I am trying other apps. _______________________________________________ gimp-user-list mailing list List address: gimp-user-list@gnome.org List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list List archives: https://mail.gnome.org/archives/gimp-user-list
_______________________________________________ gimp-user-list mailing list List address: gimp-user-list@gnome.org List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list List archives: https://mail.gnome.org/archives/gimp-user-list