-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current Behavior:
When publishing a local render from ayon-fusion with a shorter frame range than before…
-
With https://github.com/PistonDevelopers/image-png/pull/102 and https://github.com/PistonDevelopers/image-tiff/pull/23 I would like to:
1. Create a tiff encoder with support for incremental encoding
…
-
When building image-tiff (vesion 0.7.2), I get the following error:
```
running 8 tests
test encoder::compression::packbits::tests::test_packbits_rept ... ok
test encoder::compression::packbits:…
-
UTIF.encodeImage currently encodes a new Tiff with no compression. This blows up the size of the output TIFF.
Is there a plan to support different compressions like LZW, G4, etc for encodeImage?
…
-
At least two formats, GeoTIFF and ScanImage, use a similar technique to include additional data in tiff's without affecting the structure of the file for conformant, pure image readers. The usual proc…
-
Hi @ststeiger !
Help me please! When i try to open TIFF image i get exception: SixLabors.ImageSharp.UnknownImageFormatException
Exception:
> SixLabors.ImageSharp.UnknownImageFormatException: Im…
-
Scanning with Skanlite (https://www.kde.org/applications/graphics/skanlite) and saving in JPG format, and then trying to improve them for OCR with Unpper always result in the same message from Unpaper…
-
I use encoder intopix jpegxs.
https://standards.iso.org/iso-iec/21122/-5/ed-2/en/ISO_IEC_21122-5_2_Ed-2.zip
I used command.
ffmpeg_avx.exe -y -v error -i "image_21447_24bit.tiff" -an -frames:v 1 -…
-
this works as expected with 300dpi, but fails with 600dpi
this works on normal pages full of text, but fails with an almost empty page
command
```
unpaper -vv --dpi 600 --input-pages 1 --out…
-
Working on a piece of code that converts images from one format to another while applying some other options provided by `DynamicImage`. Just realized (the hard way) that if I try to blindly convert a…