Skip to content

Commit

Permalink
Fixed unit test due to changes in ImageMagick.
Browse files Browse the repository at this point in the history
  • Loading branch information
dlemstra committed May 15, 2024
1 parent be13123 commit 8773710
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/enums/magick-format.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1353,12 +1353,12 @@ export enum MagickFormat {
/**
* Raw Y, Cb, and Cr samples.
*/
Ycbcr = 'YCbCr',
Ycbcr = 'YCBCR',

/**
* Raw Y, Cb, Cr, and alpha samples.
*/
Ycbcra = 'YCbCrA',
Ycbcra = 'YCBCRA',

/**
* CCIR 601 4:1:1 or 4:2:2.
Expand Down

0 comments on commit 8773710

Please sign in to comment.