Brendan Duncan

Results 398 comments of Brendan Duncan
trafficstars

* if the image is single band, can I always assume that the red channel is used? Yes, that's the way it's currently written. If you have another opinion on...

The HdrImage class was pretty limited. I originally wrote it when I needed the EXR format for playing around with some graphics programs I was working on, and it was...

I pushed a change into the branch where the tiff tag entries can be readable after decoding. I added a test, ``` final bytes = File('test/res/tiff/dtm64float.tif').readAsBytesSync(); final decoder = TiffDecoder();...

I've started the encoder. We'll see how far I get while I have some more time this evening.

Progress on the encoder, but it'll take a couple more days.

There's a projection matrix tag was in there, tags[34735] = [1, 1, 2, 3, 1024, 0, 1, 1, 1025, 0, 1, 1, 3072, 0, 1, 32632]. I'm not sure I...

> Is this a 3D rendering engine for dart? Would that allow to visualize LiDAR point cloud data? It's an off-line slow raytrace renderer, more typically used for art, not...

extractArchiveToDisk will write a memory Archive to disk, and extractFileToDisk will write a decode a file zip to disk, with the password argument: https://github.com/brendan-duncan/archive/blob/master/lib/src/io/extract_archive_to_disk.dart If the zip is in memory,...

It's not a known problem with the library. If you have an example image that has this issue, I can take a look.

I don't see anything about the code that would cause width to be incorrect, so it must be a bug with the decoder. What format is the image, have you...