Spade-Editor / Spade

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

Removed the hardcoded .bmp, .gif, etc stuff in favor of querying ImageIO #116

Closed SuperDisk closed 9 years ago

SuperDisk commented 9 years ago

We can just add ImageIO plugins and the program will load them now, at least I think. The same should probably be done for exporters. I don't know why IImage is in there.

HeroesGrave commented 9 years ago

Thanks.