On Sun, 2004-08-01 at 05:51, bulia byak wrote:
Sounds good. What would help would be something in the Extension::DB information to indicate this. Maybe the mime-type would be enough, ("image/blah" or "x-image/blah") , but an enumerated int would be easier.
Ted?
I'm sorry, I'm not clear what your asking here. I think that what is being discussed is whether the input extension should be used for a preview? I guess my question would be, why not all? Speed? I think that right now the only extension that is 'easy' to detect is SVG because there are #defines for the IDs. Everything else will move to be external from the codebase.
I guess we could just add a field, but I would like to leave all the input extensions as 'equals' as much as possible. I guess we already makre save extensions as 'lossless' or not, but I see that as a property of the save more than a special marker.
--Ted