View Single Post
Posts: 345 | Thanked: 467 times | Joined on Nov 2007 @ Germany
#93
Originally Posted by kanishou View Post
There are some issues with colours on scratchbox, it should look better on a device. E.g. the turquoise you see, is actually lime green...
Ok, so it looks like red and blue are exchanged. You can adjust that e.g. with imagemagick using this:


convert in.png -channel RGB -separate sepimage.png
convert sepimage-2.png sepimage-1.png sepimage-0.png -channel RGB -combine out.png
rm sepimage-?.png


When applying that script to my two screenshots they look like this:



and this:

 

The Following 6 Users Say Thank You to Master of Gizmo For This Useful Post: