summaryrefslogtreecommitdiff
path: root/src/bin/jp2/converttif.c
AgeCommit message (Expand)Author
2023-09-24Require `stdint.h` & `inttypes.h`mayeut
2021-12-10Remove duplicate assignments in function tiftoimageStefan Weil
2021-10-27opj_compress: add a -TargetBitDepth switch for TIFF output (#1384)msheby
2021-10-21API: deprecate 'bpp' member in favor of 'prec'Even Rouault
2021-09-12Use standard integer types for compatibility with libtiff 4.3.0 (#1377)Jamaika1
2020-04-01opj_decompress: add sanity checks to avoid segfault in case of decoding errorEven Rouault
2018-10-31Fix some potential overflow issues (#1161)Stefan Weil
2017-08-16tiftoimage(): fix read heap buffer overflow (#988)Even Rouault
2017-08-11Changes in converttif.c for PPC64szukw000
2017-08-08Fix remaining warningAntonin Descampe
2017-08-07Changes for converttif.c to fix tsize_tszukw000
2017-08-02First change on changes-for-afl-testsszukw000
2017-07-31Catch images broken by AFLszukw000
2017-05-09Reformat whole codebase with astyle.options (#128)Even Rouault
2016-04-23Allow to write 3/5/7/9/11/13/15 bpp TIF filesmayeut
2016-04-23Allow to read 3/5/7/9/11/13/15 bpp TIF filesmayeut
2015-10-07Fix warnings for C++Stefan Weil
2015-08-21TIFF can output CMYKmayeut
2015-07-26Update convert for PNG outputmayeut
2015-07-26Remove some warnings when buildingmayeut
2015-07-19Correct error message for invalid TIFF inputmayeut
2015-07-18Add tests for TIFF input with Alpha channelmayeut
2015-07-16Fix build warnings in converttif.cmayeut
2015-07-16Update imagetotif to support more output TIF formatsmayeut
2015-07-14Update tiftoimage to support more input TIF formatsmayeut