Old icon format #34
Answered
by
RetroNick2020
rchastain2
asked this question in
Q&A
-
|
Hello Nick (and Raster Master friends). Can RM create icons in the format that you can see in the attachment? |
Beta Was this translation helpful? Give feedback.
Answered by
RetroNick2020
Mar 22, 2026
Replies: 1 comment 7 replies
-
|
And, by the way, why does my program display wrong colors? :) |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
are you trying to read Windows ICO format. checkout the Raster Master DOS version. I removed creating ico files in the Windows version because i did not want to support the multiple save formats for ico. you can still read ico file using the Import Sprite Sheet option. This allows you to remap the colors for specific palette colors/mode. You can always save in Raster Master raw format and write a converter to support what ever formats you want. will expand the scripting support to handle binary files to make extensions for various export formats easier.
(https://github.com/RetroNick2020/raster-master-dos/blob/main/RM/RWICO.PAS)