Spade-Editor / Spade

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

A small bunch of fixes and a few features... #107

Open Longor1996 opened 9 years ago

Longor1996 commented 9 years ago

(I felt like doing something, so I fixed some bugs!)

Changes:

Longor1996 commented 9 years ago

I managed to continuously break the image-import system while trying to register the default image-formats as Importers/Exporters. Everything should work as expected by now.

HeroesGrave commented 9 years ago

Thanks for the changes.

A little while ago most of the core editor stuff was moved out to the Core repo. Only the minimum required tools/effects/blendmodes/etc. were left.

The four commits I haven't commented on are fine to be merged.

The XOR blend mode should be added to the Core plugin.

The added exporters I believe are already handled in Core, so that commit can't be merged.

This one here: https://github.com/Longor1996/Spade/commit/e88d1c29fc6a452eac554ba59dfdf07c99923776#commitcomment-9123309 I don't think we should make any format(s) blessed. We should just be showing all supported image formats by default, allowing the user to filter them if needed.