MXS file format... help?
Posted: 2007-10-28T05:03:31-07:00
Corel Painter has the ability to export/import an image into a special section of the program that simulates a painter's palette. (It's simply an 800x800 image, with a little bit of generic data they store in the header.) Unfortunately, this isn't a normal file format so a user can't just import any image they want into that slot.
The good news is - it looks like they document the data order, so I'm hoping someone here can add a feature to ImageMagick or give me a workaround so I can convert images into this format.
Format = ".MXS" Corel Painter Mixer Palette (image, 800x800)
The header looks like this when I open the file in a text editor:
Mixer File Version: 1
Scale: 1.000000, PanX: 0.500000, PanY: 0.500000
Mixer Background - R: 255, G: 255, B, 251
Mixer Width: 800, Mixer Height: 800
Mixer Image Binary data (AARRGGBB):
(binary image data begins here)
Here's an example of exported MXS files:
http://www.junkyardsam.com/mixerpad.mxs (2.5 megs)
http://www.junkyardsam.com/emptymixerpad.mxs (2.5 megs)
The "empty" one is after the image space has been cleared...
Can anyone help with this? Thank you so much!
The good news is - it looks like they document the data order, so I'm hoping someone here can add a feature to ImageMagick or give me a workaround so I can convert images into this format.
Format = ".MXS" Corel Painter Mixer Palette (image, 800x800)
The header looks like this when I open the file in a text editor:
Mixer File Version: 1
Scale: 1.000000, PanX: 0.500000, PanY: 0.500000
Mixer Background - R: 255, G: 255, B, 251
Mixer Width: 800, Mixer Height: 800
Mixer Image Binary data (AARRGGBB):
(binary image data begins here)
Here's an example of exported MXS files:
http://www.junkyardsam.com/mixerpad.mxs (2.5 megs)
http://www.junkyardsam.com/emptymixerpad.mxs (2.5 megs)
The "empty" one is after the image space has been cleared...
Can anyone help with this? Thank you so much!