Skip to content

Commit

Permalink
Minor code cleanup.
Browse files Browse the repository at this point in the history
  • Loading branch information
dlemstra committed Feb 13, 2024
1 parent f72e54c commit dd26309
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions coders/tiff.c
Original file line number Diff line number Diff line change
Expand Up @@ -3592,14 +3592,12 @@ static MagickBooleanType WriteTIFFImage(const ImageInfo *image_info,
(void) TIFFSetField(tiff,TIFFTAG_JPEGCOLORMODE,JPEGCOLORMODE_RAW);
if (IssRGBCompatibleColorspace(image->colorspace) != MagickFalse)
{
const char
*value;

(void) TIFFSetField(tiff,TIFFTAG_JPEGCOLORMODE,JPEGCOLORMODE_RGB);
if (IsYCbCrCompatibleColorspace(image->colorspace) != MagickFalse)
{
const char
*sampling_factor;
*sampling_factor,
*value;

GeometryInfo
geometry_info;
Expand Down

0 comments on commit dd26309

Please sign in to comment.