Images we save are full size (duh)
Applied to fix #5000 after some discussion and thought, this is really Quark's bug, but who am I to argue?
This commit is contained in:
@ -1,3 +1,9 @@
|
|||||||
|
Mon Jan 31 02:55:00 GMT 2000 Nick Lamb <njl195@zepler.org.uk>
|
||||||
|
|
||||||
|
* plug-ins/common/tiff.c: Images we save are full size (duh)
|
||||||
|
Applied to fix #5000 after some discussion and thought, this
|
||||||
|
is really Quark's bug, but who am I to argue?
|
||||||
|
|
||||||
Mon Jan 31 01:42:54 CET 2000 Sven Neumann <sven@gimp.org>
|
Mon Jan 31 01:42:54 CET 2000 Sven Neumann <sven@gimp.org>
|
||||||
|
|
||||||
* app/brush_select.c: get serious...
|
* app/brush_select.c: get serious...
|
||||||
|
@ -1272,6 +1272,7 @@ static gint save_image (char *filename,
|
|||||||
rowsperstrip = 1;
|
rowsperstrip = 1;
|
||||||
|
|
||||||
/* Set TIFF parameters. */
|
/* Set TIFF parameters. */
|
||||||
|
TIFFSetField (tif, TIFFTAG_SUBFILETYPE, 0);
|
||||||
TIFFSetField (tif, TIFFTAG_IMAGEWIDTH, cols);
|
TIFFSetField (tif, TIFFTAG_IMAGEWIDTH, cols);
|
||||||
TIFFSetField (tif, TIFFTAG_IMAGELENGTH, rows);
|
TIFFSetField (tif, TIFFTAG_IMAGELENGTH, rows);
|
||||||
TIFFSetField (tif, TIFFTAG_BITSPERSAMPLE, bitspersample);
|
TIFFSetField (tif, TIFFTAG_BITSPERSAMPLE, bitspersample);
|
||||||
|
Reference in New Issue
Block a user