Lilith River

Results 256 comments of Lilith River

After 4 years I finally was able to overcome the blocking issue I had with using libjpeg-turbo, so I probably won't be using this as the primary decoder, but I...

It seems to have been made private in 0.5.0, which broke my code.

I would say something like "If you are looking for the image processing library libimageflow (or imageflow-server), see https://github.com/imazen/imageflow / www.imageflow.io"

It also looks like 'imagetensor' is available and doesn't conflict with any other software, so if you're looking for high SEO ranking, that's more unique and easy to rank for.

I tried using it with zlib like this, but it produced corrupted png files: ```rust fn zlib_compressor_6(input: &[u8], output: &mut dyn std::io::Write, context: &CompressSettings) -> std::result::Result { zlib_compressor(input, output, context,...

I also tried this with the same result: ```rust fn zlib_compressor(input: &[u8], output: &mut dyn std::io::Write, context: &CompressSettings, zlib_level: u32) -> std::result::Result{ let mut compress = flate2::write::ZlibEncoder::new(output, flate2::Compression::new(zlib_level)); if let...

I tried switching to `.finish()`, but I get the same `LibPNG error: Not enough image data` error when re-reading the written PNG.

That was it. Now I just need to figure out how to get both lodepng 3.0 and 2.6 to compile in the same assembly (DSSIM uses 2.6). Getting `multiple definition...

Thank you so much! On Mon, Jul 6, 2020, 1:05 PM Kornel wrote: > I've released lodepng 3.0.0 stable, and updated dssim to use it. > > — > You...

I ran into it also on http://imageresizing.net/ Any updates?