You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
echo 1x1 #00ff00 pixel xpm | resize to 100px so you can see it;
print the color definition of the xpm file (imagemagick converted #00ff00 to green);
print the colors in the image according to imagemagick (#00FF00)
open the image in eom (displays wrong color) and imagemagick's display (displays correct color, #00ff00).
MATE general version
1.26.1
Package version
eom-1.26.1-3.fc39.x86_64
Linux Distribution
Fedora 39
Link to bugreport of your Distribution (requirement)
Sorry :(
The text was updated successfully, but these errors were encountered:
Expected behaviour
Displays the correct colors in an XPM file using x11 colornames.
See the following for more information:
https://www.imagemagick.org/Usage/color_basics/#color_conflicts
https://www.imagemagick.org/discourse-server/viewtopic.php?t=23138
https://imagemagick.org/discourse-server/viewtopic.php?t=16681
Actual behaviour
Uses some other colornames.
Steps to reproduce the behaviour
You can see this here:
echo 'static char *f3[] = {"1 1 1 1 "," c #00FF00"," ";};' | magick xpm:- -resize 100x100 /tmp/00ff00.xpm; sed -n 5p /tmp/00ff00.xpm; magick /tmp/00ff00.xpm -define histogram:unique-colors=true -format %c histogram:info:-; eom /tmp/00ff00.xpm & display /tmp/00ff00.xpm & sed -n 5p /tmp/00ff00.xpm
this does
MATE general version
1.26.1
Package version
eom-1.26.1-3.fc39.x86_64
Linux Distribution
Fedora 39
Link to bugreport of your Distribution (requirement)
Sorry :(
The text was updated successfully, but these errors were encountered: