Semicuro <-> The GIMP
Status: Beta
Brought to you by:
graph_x
Since i do not know how complex the .smc format is i don't know if this is possible.
A plug-in/script to open/save .smc files in The GIMP would be cool, this way exchanging layered images from gimp to semicuro and vice versa gets a lot simpler.
Werner
PS: I know this would be a feature request for the GIMP tracker as well, but I figured that most people there don't even know what I'm talking about yet ;)
Logged In: YES
user_id=1218040
Originator: NO
The .smc file format is fairly straightforward. Each layer of a texture is saved as an embedded .png image (which has lossless compression), along with a few header fields. As such, it should be fairly trivial to write a script for the gimp that both reads from and saves to the .smc format. The other direction (saving a Semicuro document in .XFC format) seems a great deal more involved. I'll have to look into this further.