Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/mm2/Little-CMS
Browse files Browse the repository at this point in the history
  • Loading branch information
mm2 committed Jan 6, 2022
2 parents 0728390 + c8f9a6b commit 058c821
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions utils/tificc/tificc.c
Original file line number Diff line number Diff line change
Expand Up @@ -554,7 +554,7 @@ void WriteOutputTags(TIFF* out, int Colorspace, int BytesPerSample, int AlphaCha

if (AlphaChannels > 0)
{
cmsUInt16Number Extra[20];
cmsInt16Number Extra[20];

if (IsPremul)
fillArray(Extra, EXTRASAMPLE_ASSOCALPHA, sizeof(Extra));
Expand Down Expand Up @@ -613,7 +613,7 @@ void WriteOutputTags(TIFF* out, int Colorspace, int BytesPerSample, int AlphaCha

if (StoreAsAlpha && nChannels >= 4) {

cmsUInt16Number Extra[20];
cmsInt16Number Extra[20];

fillArray(Extra, EXTRASAMPLE_UNASSALPHA, sizeof(Extra));

Expand Down

0 comments on commit 058c821

Please sign in to comment.