Opened 4 years ago
Last modified 2 years ago
#98 new enhancement
Save to Amiga RAW format
Reported by: | Björn Pettersson | Owned by: | pulkomandy |
---|---|---|---|
Priority: | major | Milestone: | 2.9 |
Component: | GrafX2 | Version: | 2.7 |
Keywords: | Cc: |
Description
Requesting the option to save a picture in Amiga RAW format, and with atleast some of the options from Piccon (very handy IFF to RAW converter, unfortunately only available on the Amiga). Most important option when saving would be choosing the bitplane depth (and having the colors saved as a colorlist in a separate .S file). You can read more about Piccon here:
http://aminet.net/package/gfx/conv/PicCon250
Change History (5)
comment:1 by , 4 years ago
comment:2 by , 4 years ago
I think it would be better to code a portable version of PicCon in C (or python or whatever)
comment:3 by , 4 years ago
I sometimes wonder if a Lua system would be better for this kind of "export with many options". The hurdles are :
1) the Lua-GUI system is sometimes not flexible enough to do the best "save otions" UI - but this is improvable.
2) After a lua script is over, all in-memory Lua data is forgotten. Can't keep track of each image's preferred save options. Maybe it's possible to expand/reuse the "memory.lua" system, to save export options alongside the image.
comment:4 by , 3 years ago
Milestone: | 2.7 → 2.8 |
---|
comment:5 by , 2 years ago
Milestone: | 2.8 → 2.9 |
---|
Replying to Björn Pettersson: