Next Previous Contents

6.3 What To Do Next?

The Paint Shop Pro file-format is well documented (see www.jasc.com/specs/psp.html) to get the original document), so getting a basic implementation done for the most essential parts should be no problem as a lot source for GIMP file-plugins is available to get code from. However, there are parts in the specification which are not well-documented and some more detailed information might be needed in order to get the best support in the plugin.

I have decided to write the psp format related routines to be independent from the plugin, thus making it possible to create a library for the psp format. I know that this makes work harder but it will hopefully enable support for other applications without (substantially) rewriting the actual file-format code.


Next Previous Contents