Spade-Editor / Spade

Cross-platform raster graphics editor inspired by Paint.NET
GNU General Public License v3.0
41 stars 10 forks source link

More ImageIO Plugins #108

Open Longor1996 opened 9 years ago

Longor1996 commented 9 years ago

Simply by adding 'service plugins' to the ClassPath, we can expand what formats can be read by ImageIO.

I found a repository which contains a whole lot of these plugins, found here: https://github.com/haraldk/TwelveMonkeys/tree/master/imageio

If we add these to the classpath, we can easely get new formats to import/export from/to (even Photoshop!).