Can imagemagick do anything with *.stn files?

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
jamtat
Posts: 47
Joined: 2010-05-10T16:51:23-07:00
Authentication code: 8675308

Can imagemagick do anything with *.stn files?

Post by jamtat »

I'm cataloging a large archive of digital work produced by an elderly artist. For some of the work he was doing, it seems he used the Genuine Fractals Photoshop plug-in. At least that's my guess since I'm encountering a number of files with the .stn extension. I'm processing these files on my GNU/Linux laptop and do not have access to any machine running Photoshop, btw. Plus, I've understood after doing a bit of searching that Genuine Fractals no longer uses the .stn extension/format. So what I'm wondering is whether imagemagick might enable me to somehow convert these .stn files to some more common image format like .png or .jpg. Anyone have any input on this?

Thanks
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: Can imagemagick do anything with *.stn files?

Post by fmw42 »

try

convert -list format

If it is not there and not listed at http://www.imagemagick.org/script/formats.php, then IM likely cannot read them.

According to http://en.wikipedia.org/wiki/Genuine_Fractals, the stn format is proprietary.
Post Reply