Skip to content

Commit f58b30e

Browse files
committed
Added Avci format.
1 parent ebb6c49 commit f58b30e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/enums/magick-format.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,11 @@ export enum MagickFormat {
6262
*/
6363
Ashlar = 'ASHLAR',
6464

65+
/**
66+
* AVC Image File Format.
67+
*/
68+
Avci = 'AVCI',
69+
6570
/**
6671
* Microsoft Audio/Visual Interleaved.
6772
*/

0 commit comments

Comments
 (0)