Swapping red and blue fixes the file:

 convert a.png -separate -swap 0,2 -combine b.png

or for all files in dir, placing results in subdir

 for i in *.png; do convert “$i” -separate -swap 0,2 -combine
“subdir/$i”; done

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1672716

Title:
  Inverted colors on screenshots

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-screenshot/+bug/1672716/+subscriptions

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to