tifig icon indicating copy to clipboard operation
tifig copied to clipboard

A fast HEIF image converter aimed at thumbnailing

Results 28 tifig issues
Sort by recently updated
recently updated
newest added

Greetings. I researched this repo and crafted the malformed input which leads to crash at `ItemDataBox::read(std::vector&, unsigned long, unsigned long)` in `lib/heif/Srcs/common/itemdatabox.cpp:25`. PoC: [PoC.zip](https://github.com/monostream/tifig/files/6183148/PoC.zip) Triggered by: `./tifig -v -p PoC.heic...

Greetings. I researched this repo and crafted the malformed input which leads to crash (heap buffer overflow) at `BitStream::extract(int, int, BitStream&)` in `lib/heif/Srcs/common/bitstream.cpp:109`. PoC: [PoC.zip](https://github.com/monostream/tifig/files/6182918/PoC.zip) Triggered by: `./tifig -v -p...

-- The C compiler identification is GNU 10.1.1 -- The CXX compiler identification is GNU 10.1.1 -- Check for working C compiler: /usr/bin/cc -- Check for working C compiler: /usr/bin/cc...

Hello! Thanks for great tool tifig 👏 For Mac OS users the Build step shown in ReadMe doesn't work right now. Especially, make step. It would be great, a static...

Attempting to install on Mac OS Catalina with latest git clone: `mkdir tifig/build` `cd tifig/build && cmake ..` ``` -- The C compiler identification is AppleClang 11.0.0.11000033 -- The CXX...

After the installation, which is ok, I ran next command: tifig --version tifig: command not found When I used other variant: ./tifig --version ./tifig: symbol lookup error: ./tifig: undefined symbol:...

Opened a new one in case this is helpful.

I am working on a hobby project of mine and for the past 6 months i have been looking for a C# library to decode/encode image collection into a HEIC...

Thanks for this great tool which I am using on my Ubuntu server for automatic image processing I am facing an issue with image quality though. Original images in heic...

Hi! I saw https://github.com/monostream/tifig/issues/18 which deals with outputting to `stdout`, are there any plans to update the tool to allow reading the image from `stdin` instead of a file? When...