We could say that
The main problem is, that I need my image to be scaled and rotated with interpolation but with non anti-aliased edges. For this my workflow was completely wrong. Let's say I start with high-res source image with detailed path around it.
What I did:
- selection inverted, background removed (alpha channel added), sharpen selection
- rotated image (here I've lost my sharp selection already)
- scaled image
- save as GIF
What I think of as much better workflow:
-
scale and rotate image in one operation together with path- position image on signature canvas
- path to selection + sharpen selection
- add alpha channel and remove background
- save as GIF
I don't know how to perform
the first step.