Spade-Editor / Spade

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

Add a getIndex method to RawImage #110

Closed SuperDisk closed 9 years ago

SuperDisk commented 9 years ago

It's sort of necessary when writing nontrivial plugins that access the int buffer of RawImages. Also there is an exception that can be thrown whenever an effect's parameter is out of bounds.

Sorry about the crufty extra commits that change the readme; Apparently github is sucky enough to not let you select what commits you want to include in a pull request. :(

HeroesGrave commented 9 years ago

Try git rebase -i upstream/master. You should be able to compress all the commits into one.

SuperDisk commented 9 years ago

Unfortunately I'm using the Git plugin for Eclipse, so it's not quite straightforward. Trying to rebase simply tells me HEAD is up to date. I've really tried to stay as far from Git's machinations as I can, and it shows... in my technical competence. Sorry :(