Guest User

how to convert image to template

a guest
Mar 19th, 2021
200
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. Resizing image to a certain size:
  2. image > scale image
  3. interpolation none if you don't want a blurry image
  4.  
  5. Creating the palette:
  6. open this image in gimp (https://files.catbox.moe/suegev.png)
  7. windows > dockable dialogs > palettes
  8. right click the palettes window > import
  9. import from image
  10. Now you have the palette in gimp. Rename it to pixelcanvas for instance.
  11.  
  12. To force the palette onto an image:
  13. open the image
  14. image > mode > indexed
  15. use custom palette
  16. select pixelcanvas palette
  17. dithering method > floyd-steinberg
Add Comment
Please, Sign In to add comment