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

### crash sample [id0_memory_leakF9.zip](https://github.com/monostream/tifig/files/9124886/id0_memory_leakF9.zip) ### command to reproduce `../tifig -v -p [crash sample] /dev/null` ### crash detail ``` ==74044==ERROR: LeakSanitizer: detected memory leaks Direct leak of 10 byte(s) in 1...

### carsh sample [id41_allocation_too_big.zip](https://github.com/monostream/tifig/files/9124893/id41_allocation_too_big.zip) ### command to reproduce `../tifig -v -p [crash sample ] /dev/null` ### crash detail ``` ==74167==ERROR: AddressSanitizer: requested allocation size 0xffffffffffffffff (0x800 after adjustments for alignment,...

### sample file [id13_SEGV_in_size.zip](https://github.com/monostream/tifig/files/9124844/id13_SEGV_in_size.zip) ### command to reproduce `./tifig -v -p [crash sample] /dev/null` ### crash detail ``` AddressSanitizer:DEADLYSIGNAL ================================================================= ==74081==ERROR: AddressSanitizer: SEGV on unknown address 0x000000000040 (pc 0x0000006c2382 bp...

### crash sample [id17_heap-use-after-free_in_ItemInfoEntry.zip](https://github.com/monostream/tifig/files/9120846/id17_heap-use-after-free_in_ItemInfoEntry.zip) ### command to reproduce `./tifig -v -p [crash sample] /dev/null` ### crash detail ``` ==53276==ERROR: AddressSanitizer: heap-use-after-free on address 0x60c000000ac0 at pc 0x0000006a7b1c bp 0x7fff8406b050 sp...

### crash sample [id15_SEGV_in_getType.zip](https://github.com/monostream/tifig/files/9120821/id15_SEGV_in_getType.zip) ### command to reproduce `./tifig -v -p [crash sample] /dev/null` ### crash detail ``` AddressSanitizer:DEADLYSIGNAL ================================================================= ==53234==ERROR: AddressSanitizer: SEGV on unknown address 0x00000000000c (pc 0x000000676063 bp...

Hi, by testing this repo, i found something unusual. ### crash sample [id0_heap_buffer_overflow_in __asan_memmove.zip](https://github.com/monostream/tifig/files/9120807/id0_heap_buffer_overflow_in.__asan_memmove.zip) ### command to reproduce `./tifig -p -v [sample file] /dev/null` ### crash detail ``` ==29736==ERROR: AddressSanitizer:...

Made sure to install them ffmpeg libraries, particularly avcodec and vips. sudo dnf install vips vips-devel vips-doc vips-magick vips-openslide vips-poppler vips-tools texlive-dvips texlive-tree-dvips rubygem-image_processing texlive-breakurl texlive-purifyeps texlive-thumbpdf ffmpeg ffmpeg-devel ffmpeg-libs...

You can just do ``` snap install tifig ``` To install `tifig` on Linux! The page is [here](https://snapcraft.io/tifig). Should this be added to the README?

It helped me out, so thanks a lot! 👍 🥇

/usr/local/bin/tifig -v -p IMG_2281.HEIC out.jpg terminate called after throwing an instance of 'std::regex_error' what(): regex_error Aborted (core dumped) what is wrong ?