Emil Brink

Results 25 comments of Emil Brink

Also seeing this, on version 1.72 from 2016-12-19 (on my ancient Samsung Galaxy S4 Mini). This is a regression, it didn't use to be like this. I hope it can...

Hi! I just tried it in Linux (my operating system of choice) and it does work there. So, it seems we need more information about what fails. There aren't many...

Hi! That's an excellent bug exploration effort, thanks a lot! And no, I don't have an environment where I can debug the plugin except by adding printf()s and starting Gimp...

When trying to re-export the Sony17.iff image in Linux, I get this on the console: Unsupported drawable type 2 Looking through the code, type 2 corresponds to `GIMP_GRAY_IMAGE`, which I...

Nope, but not sure what you mean. I guess I'm thinking of ILBMs as being compatible with actual Amiga hardware, and that rules out 8-bit grayscale. I grew up hacking...

Aha, right. I did think "it's a bit strange that it's an IFF to begin with" while typing the above. :) Yeah, guess the problem should be that. However I...

Not in my recollection no but the reference you linked mentions it in the ILBM.XBMI chunk. Yes, loading as Indexed makes sense, that might make the problem with saving go...

Once again, thanks for the epic follow-up and testing efforts. The grayscale workaround seems sensible. I'll try to look more into it now. The corruption issue should perhaps be made...

By the way, I just saw in the code (and [in this version of the standard](http://www.etwright.org/lwsdk/docs/filefmts/ilbm.html)) one thing that is clearly obvious once you know it: An IFF-ILBM with no...

I tried just adding support for grayscale save (the code is oddly prepared for it in some places) and it worked, I got an image that loads. The `identify` tool...