Gimp/plug-ins/file-tiff
Jacob Boerema 94de89febf plug-ins: fix #1790 Artifacts when opening tif images ...
generated by matlabs blocproc function

Based on the suggested solution by Massimo, we should not compute the
remaining pixels per line but only at the end of the whole block, be it
tile or scanline.

I have not been able to find bw or palette examples that use load_separate
instead of load_contiguous, so that case is not tested. But, it also
doesn't make much sense to have planar when you have just one plane.
2022-06-08 13:23:16 -04:00
..
.gitignore
file-tiff-io.c plug-ins: propose exporting as BigTIFF once if TIFF export fails… 2022-03-11 15:18:39 +01:00
file-tiff-io.h plug-ins: propose exporting as BigTIFF once if TIFF export fails… 2022-03-11 15:18:39 +01:00
file-tiff-load.c plug-ins: fix #1790 Artifacts when opening tif images ... 2022-06-08 13:23:16 -04:00
file-tiff-load.h plug-ins: when loading TIFF images ignore thumbnail pages 2021-08-27 15:36:49 -04:00
file-tiff-save.c plug-ins: make the BigTIFF warning translatable. 2022-05-09 19:56:46 +02:00
file-tiff-save.h plug-ins: propose exporting as BigTIFF once if TIFF export fails… 2022-03-11 15:18:39 +01:00
file-tiff.c plug-ins, libgimp: override set_i18n() for all our core plug-ins. 2022-06-05 01:57:02 +02:00
file-tiff.h plug-ins: port file-tiff-save to GimpProcedureConfig 2020-06-08 20:42:36 +02:00
Makefile.am plug-ins: port file-tiff-save to GimpProcedureConfig 2020-06-08 20:42:36 +02:00
meson.build meson: Use libgimp(ui)_dep in plug-ins meson files 2020-05-11 07:01:37 +02:00