Brendan Duncan

Results 398 comments of Brendan Duncan
trafficstars

I’ll look into fixing this up soon.

Sorry, I've totally slacked on this. I think I have the solution, but will finish testing it before pushing it out.

I pushed an update that seemed to do what I expected, at least on macOS. I still need to do some testing to make sure I didn't break anything, but...

I'm not entirely sure what the problem might be. The one bit that I would investigate is _generateItemArchive is marked as async, and the full function doesn't seem to be...

Ok, throws out that theory :-). You said there's an exception thrown from encoder.close(). What exception is that?

Encrypted zip support isn't very good currently.

I can look into this, but work has been very busy so I have been and will be slow.

If I were to guess, I would say you would read the tiff as an HDR image `HdrImage floatImage = TiffDecoder().decodeHdrImage(imageData);` Which I would expect should handle the single channel...

A quick test shows I never finished writing the float tiff decoder. I can try and get float support added, but I can't promise it'll be soon (work and life...