01-13-2021, 09:22 AM
(01-12-2021, 10:32 PM)guest273 Wrote: 2) https://i.imgur.com/nJ7iHy4.png
I wanted to put my cat between those 2 hands, so it would look like they are holding my cat in a basket up.
I downloaded the hand image from here: https://assets.stickpng.com/images/580b5...7b29b4.png
Then I opened it in gimp and opened the image you can see in "1)" as a layer.
Why is the picture of my cat orange though? Even if I disable showing the hands layer. What kind of Mexico filer is that? How do I restore the colors for my cat?
The hands image is likely color-indexed (which is typical of GIF, but can also happen in PNG), so anything you add to it is coerced into the existing palette/color map.
Two solutions, either:
- Convert to full RGB before adding anything to it (Image>Mode>RGB)
- Work the other way around, add the hands to the cat's image (which is already full-RGB)