Advertisement
Yamato_Nagasaki

gim to png and reconverion

Oct 30th, 2023
31
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. 1. gim to png
  2. - gimconv "skin.gim" -o "image.png"
  3.  
  4. 2. convert 8bit alpha png to 32 bit png
  5. - pngout "image,png" "image(32bit).png" /c6 /force
  6.  
  7. 3. modify 32 bit image via photoshop tool
  8.  
  9. 4. convert 32 bit image to 8bit alpha png
  10. - pngnq -s 1 -n 256 "image(32bit).png"
  11.  
  12. 5. reconverion to gim
  13. - gimconv "image(32bit)-nq8.png" --format_style psp --format_endian little --pixel_order faster --image_format index8
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement