{"id":16773857,"url":"https://github.com/vintagesucks/imagemagick-deb","last_synced_at":"2026-01-23T22:23:02.868Z","repository":{"id":59576858,"uuid":"537979434","full_name":"vintagesucks/imagemagick-deb","owner":"vintagesucks","description":"🪄 ImageMagick packaging for Ubuntu built with CheckInstall","archived":false,"fork":false,"pushed_at":"2025-08-13T18:55:28.000Z","size":213,"stargazers_count":3,"open_issues_count":3,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-08-28T07:48:12.346Z","etag":null,"topics":["avif","checkinstall","deb","imagemagick","libde265","libheif","ubuntu","webp"],"latest_commit_sha":null,"homepage":"https://vintagesucks.github.io/ppa/","language":"Dockerfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/vintagesucks.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2022-09-18T02:24:31.000Z","updated_at":"2025-08-13T18:55:00.000Z","dependencies_parsed_at":"2024-02-01T10:47:11.313Z","dependency_job_id":"51ef6023-9fc8-4832-84c2-4a0b089abda0","html_url":"https://github.com/vintagesucks/imagemagick-deb","commit_stats":null,"previous_names":[],"tags_count":71,"template":false,"template_full_name":null,"purl":"pkg:github/vintagesucks/imagemagick-deb","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vintagesucks%2Fimagemagick-deb","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vintagesucks%2Fimagemagick-deb/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vintagesucks%2Fimagemagick-deb/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vintagesucks%2Fimagemagick-deb/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vintagesucks","download_url":"https://codeload.github.com/vintagesucks/imagemagick-deb/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vintagesucks%2Fimagemagick-deb/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273859035,"owners_count":25180817,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-06T02:00:13.247Z","response_time":2576,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["avif","checkinstall","deb","imagemagick","libde265","libheif","ubuntu","webp"],"created_at":"2024-10-13T06:47:13.941Z","updated_at":"2026-01-23T22:23:02.861Z","avatar_url":"https://github.com/vintagesucks.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# imagemagick-deb\n[![Build](https://github.com/vintagesucks/imagemagick-deb/actions/workflows/build.yml/badge.svg)](https://github.com/vintagesucks/imagemagick-deb/actions/workflows/build.yml) [![Update ImageMagick](https://github.com/vintagesucks/imagemagick-deb/actions/workflows/update-imagemagick.yml/badge.svg)](https://github.com/vintagesucks/imagemagick-deb/actions/workflows/update-imagemagick.yml) [![Update libde265](https://github.com/vintagesucks/imagemagick-deb/actions/workflows/update-libde265.yml/badge.svg)](https://github.com/vintagesucks/imagemagick-deb/actions/workflows/update-libde265.yml) [![Update libheif](https://github.com/vintagesucks/imagemagick-deb/actions/workflows/update-libheif.yml/badge.svg)](https://github.com/vintagesucks/imagemagick-deb/actions/workflows/update-libheif.yml) [![Dependabot](https://badgen.net/badge/Dependabot/enabled/green?icon=dependabot)](https://dependabot.com/)\n\n[ImageMagick](https://imagemagick.org/) packaging for Ubuntu 22.04/24.04 (amd64) built with [CheckInstall](https://asic-linux.com.mx/~izto/checkinstall/).\n\n#### Goals\n* [x] Functionality on par with the [ImageMagick Homebrew Formula](https://github.com/Homebrew/homebrew-core/blob/master/Formula/i/imagemagick.rb)\n* [x] Compatibility with the [Imagick php extension](https://pecl.php.net/package/imagick) (PECL)\n\n#### PPA\n[Released packages](https://github.com/vintagesucks/imagemagick-deb/releases) are also available to install via [my PPA](https://vintagesucks.github.io/ppa/).\n\n#### Building\nLinux and Mac\n```sh\nDOCKER_BUILDKIT=1 docker build --build-arg UBUNTU_VERSION=noble --output binaries .\n```\n\nWindows\n```ps1\n$env:DOCKER_BUILDKIT = 1\ndocker build --build-arg UBUNTU_VERSION=noble --output binaries .\n```\n\nThe packages can be found in the `./binaries` folder after the build.\n\n#### Example Setup\n```sh\napt-get update\napt install ./binaries/libde265_*.deb\napt install -y ./binaries/libheif_*.deb\napt install -y ./binaries/imagemagick_*.deb\nldconfig\n```\n\nThe packages will automatically resolve their own dependencies when installed with `-y`.\n\n#### Example Output\n```sh\n$ magick --version\nVersion: ImageMagick 7.1.2-13 Q16-HDRI x86_64 2fae24192:20260118 https://imagemagick.org\nCopyright: (C) 1999 ImageMagick Studio LLC\nLicense: https://imagemagick.org/license/\nFeatures: Cipher DPC HDRI Modules OpenMP(4.5) \nDelegates (built-in): bzlib fontconfig freetype gslib heic jbig jng jp2 jpeg lcms lqr ltdl lzma openexr png ps raw tiff webp x xml zlib zstd\nCompiler: gcc (13.3)\n\n$ magick -list format\n   Format  Module    Mode  Description\n-------------------------------------------------------------------------------\n      3FR  DNG       r--   Hasselblad CFV/H3D39II Raw Format (0.21.2-Release)\n      3G2  VIDEO     r--   Media Container\n      3GP  VIDEO     r--   Media Container\n      AAI* AAI       rw+   AAI Dune image\n       AI  PDF       rw-   Adobe Illustrator CS2\n     APNG  VIDEO     rw+   Animated Portable Network Graphics\n      ART* ART       rw-   PFS: 1st Publisher Clip Art\n      ARW  DNG       r--   Sony Alpha Raw Format (0.21.2-Release)\n   ASHLAR* ASHLAR    -w+   Image sequence laid out in continuous irregular courses\n     AVCI  HEIC      ---   AVC Image File Format (1.21.2)\n      AVI  VIDEO     r--   Microsoft Audio/Visual Interleaved\n     AVIF  HEIC      rw+   AV1 Image File Format (1.21.2)\n      AVS* AVS       rw+   AVS X image\n    BAYER* BAYER     rw+   Raw mosaiced samples\n   BAYERA* BAYER     rw+   Raw mosaiced and alpha samples\n      BGR* BGR       rw+   Raw blue, green, and red samples\n     BGRA* BGR       rw+   Raw blue, green, red, and alpha samples\n     BGRO* BGR       rw+   Raw blue, green, red, and opacity samples\n      BIE* JBIG      rw-   Joint Bi-level Image experts Group interchange format (2.1)\n      BMP* BMP       rw-   Microsoft Windows bitmap image\n     BMP2* BMP       rw-   Microsoft Windows bitmap image (V2)\n     BMP3* BMP       rw-   Microsoft Windows bitmap image (V3)\n      BRF* BRAILLE   -w-   BRF ASCII Braille format\n      CAL* CALS      rw-   Continuous Acquisition and Life-cycle Support Type 1\n             Specified in MIL-R-28002 and MIL-PRF-28002\n     CALS* CALS      rw-   Continuous Acquisition and Life-cycle Support Type 1\n             Specified in MIL-R-28002 and MIL-PRF-28002\n   CANVAS* XC        r--   Constant image uniform color\n  CAPTION* CAPTION   r--   Caption\n      CIN* CIN       rw-   Cineon Image File\n      CIP* CIP       -w-   Cisco IP phone image format\n     CLIP* CLIP      rw+   Image Clip Mask\n     CMYK* CMYK      rw+   Raw cyan, magenta, yellow, and black samples\n    CMYKA* CMYK      rw+   Raw cyan, magenta, yellow, black, and alpha samples\n      CR2  DNG       r--   Canon Digital Camera Raw Format (0.21.2-Release)\n      CR3  DNG       r--   Canon Digital Camera Raw Format (0.21.2-Release)\n      CRW  DNG       r--   Canon Digital Camera Raw Format (0.21.2-Release)\n     CUBE* CUBE      r--   Cube LUT\n      CUR* ICON      rw-   Microsoft icon\n      CUT* CUT       r--   DR Halo\n     DATA* INLINE    rw+   Base64-encoded inline images\n      DCM* DCM       r--   Digital Imaging and Communications in Medicine image\n             DICOM is used by the medical community for images like X-rays.  The\n             specification, \"Digital Imaging and Communications in Medicine\n             (DICOM)\", is available at http://medical.nema.org/.  In particular,\n             see part 5 which describes the image encoding (RLE, JPEG, JPEG-LS),\n             and supplement 61 which adds JPEG-2000 encoding.\n      DCR  DNG       r--   Kodak Digital Camera Raw Format (0.21.2-Release)\n    DCRAW  DNG       r--   Raw Photo Decoder (dcraw) (0.21.2-Release)\n      DCX* PCX       rw+   ZSoft IBM PC multi-page Paintbrush\n      DDS* DDS       rw+   Microsoft DirectDraw Surface\n    DFONT* TTF       r--   Multi-face font package (Freetype 2.13.2)\n      DNG  DNG       r--   Digital Negative Raw Format (0.21.2-Release)\n      DOT  DOT       ---   Graphviz\n      DPX* DPX       rw-   SMPTE 268M-2003 (DPX 2.0)\n             Digital Moving Picture Exchange Bitmap, Version 2.0.\n             See SMPTE 268M-2003 specification at http://www.smtpe.org\n             \n     DXT1* DDS       rw+   Microsoft DirectDraw Surface\n     DXT5* DDS       rw+   Microsoft DirectDraw Surface\n     EPDF  PDF       rw-   Encapsulated Portable Document Format\n      EPI  PS        rw-   Encapsulated PostScript Interchange format\n      EPS  PS        rw-   Encapsulated PostScript\n     EPS2  PS2       -w-   Level II Encapsulated PostScript\n     EPS3  PS3       -w+   Level III Encapsulated PostScript\n     EPSF  PS        rw-   Encapsulated PostScript\n     EPSI  PS        rw-   Encapsulated PostScript Interchange format\n      EPT  EPT       rw-   Encapsulated PostScript with TIFF preview\n     EPT2  EPT       rw-   Encapsulated PostScript Level II with TIFF preview\n     EPT3  EPT       rw+   Encapsulated PostScript Level III with TIFF preview\n      ERF  DNG       r--   Epson Raw Format (0.21.2-Release)\n      EXR  EXR       rw-   High Dynamic-range (HDR) (OpenEXR 3.1.5)\n FARBFELD* FARBFELD  rw-   Farbfeld\n      FAX* FAX       rw+   Group 3 FAX\n             FAX machines use non-square pixels which are 1.5 times wider than\n             they are tall but computer displays use square pixels, therefore\n             FAX images may appear to be narrow unless they are explicitly\n             resized using a geometry of \"150x100%\".\n             \n       FF* FARBFELD  rw-   Farbfeld\n      FFF  DNG       r--   Hasselblad CFV/H3D39II Raw Format (0.21.2-Release)\n     FILE* URL       r--   Uniform Resource Locator (file://)\n     FITS* FITS      rw+   Flexible Image Transport System\n     FL32* FL32      rw-   FilmLight\n      FLV  VIDEO     rw+   Flash Video Stream\n  FRACTAL* PLASMA    r--   Plasma fractal image\n      FTP* URL       ---   Uniform Resource Locator (ftp://)\n      FTS* FITS      rw+   Flexible Image Transport System\n     FTXT* FTXT      rw-   Formatted text image\n       G3* FAX       rw-   Group 3 FAX\n       G4* FAX       rw-   Group 4 FAX\n      GIF* GIF       rw+   CompuServe graphics interchange format\n    GIF87* GIF       rw-   CompuServe graphics interchange format (version 87a)\n GRADIENT* GRADIENT  r--   Gradual linear passing from one shade to another\n     GRAY* GRAY      rw+   Raw gray samples\n    GRAYA* GRAY      rw+   Raw gray and alpha samples\n   GROUP4* TIFF      rw-   Raw CCITT Group4\n             Compression options: None, Fax/Group3, Group4, JBIG, JPEG, LERC, LZW, LZMA, RLE, ZIP, ZSTD, WEBP\n       GV  DOT       ---   Graphviz\n     HALD* HALD      r--   Identity Hald color lookup table image\n      HDR* HDR       rw+   Radiance RGBE image format\n     HEIC  HEIC      rw+   High Efficiency Image Format (1.21.2)\n     HEIF  HEIC      rw+   High Efficiency Image Format (1.21.2)\nHISTOGRAM* HISTOGRAM -w-   Histogram of the image\n      HRZ* HRZ       rw-   Slow Scan TeleVision\n      HTM* HTML      -w-   Hypertext Markup Language and a client-side image map\n     HTML* HTML      -w-   Hypertext Markup Language and a client-side image map\n     HTTP* URL       r--   Uniform Resource Locator (http://)\n    HTTPS* URL       r--   Uniform Resource Locator (https://)\n      ICB* TGA       rw-   Truevision Targa image\n      ICN* ICON      rw-   Microsoft icon\n      ICO* ICON      rw+   Microsoft icon\n     ICON* ICON      rw-   Microsoft icon\n      IIQ  DNG       r--   Phase One Raw Format (0.21.2-Release)\n     INFO  INFO      -w+   The image format and characteristics\n   INLINE* INLINE    rw+   Base64-encoded inline images\n      IPL* IPL       rw+   IPL Image Sequence\n   ISOBRL* BRAILLE   -w-   ISO/TR 11548-1 format\n  ISOBRL6* BRAILLE   -w-   ISO/TR 11548-1 format 6dot\n      J2C* JP2       rw-   JPEG-2000 Code Stream Syntax (2.5.0)\n      J2K* JP2       rw-   JPEG-2000 Code Stream Syntax (2.5.0)\n      JBG* JBIG      rw+   Joint Bi-level Image experts Group interchange format (2.1)\n     JBIG* JBIG      rw+   Joint Bi-level Image experts Group interchange format (2.1)\n      JNG* PNG       rw-   JPEG Network Graphics\n             See http://www.libpng.org/pub/mng/ for details about the JNG\n             format.\n      JNX* JNX       r--   Garmin tile format\n      JP2* JP2       rw-   JPEG-2000 File Format Syntax (2.5.0)\n      JPC* JP2       rw-   JPEG-2000 Code Stream Syntax (2.5.0)\n      JPE* JPEG      rw-   Joint Photographic Experts Group JFIF format (libjpeg-turbo 2.1.5)\n     JPEG* JPEG      rw-   Joint Photographic Experts Group JFIF format (libjpeg-turbo 2.1.5)\n      JPG* JPEG      rw-   Joint Photographic Experts Group JFIF format (libjpeg-turbo 2.1.5)\n      JPM* JP2       rw-   JPEG-2000 File Format Syntax (2.5.0)\n      JPS* JPEG      rw-   Joint Photographic Experts Group JFIF format (libjpeg-turbo 2.1.5)\n      JPT* JP2       rw-   JPEG-2000 File Format Syntax (2.5.0)\n     JSON  JSON      -w+   The image format and characteristics\n      K25  DNG       r--   Kodak Digital Camera Raw Format (0.21.2-Release)\n      KDC  DNG       r--   Kodak Digital Camera Raw Format (0.21.2-Release)\n   KERNEL* KERNEL    -w-   Morphology Kernel\n    LABEL* LABEL     r--   Image label\n      M2V  VIDEO     rw+   MPEG Video Stream\n      M4V  VIDEO     rw+   Raw VIDEO-4 Video\n      MAC* MAC       r--   MAC Paint\n      MAP* MAP       rw-   Colormap intensities and indices\n     MASK* MASK      rw+   Image Clip Mask\n      MAT  MAT       rw+   MATLAB level 5 image format\n    MATTE* MATTE     -w+   MATTE format\n      MDC  DNG       r--   Minolta Digital Camera Raw Format (0.21.2-Release)\n      MEF  DNG       r--   Mamiya Raw Format (0.21.2-Release)\n     MIFF* MIFF      rw+   Magick Image File Format\n      MKV  VIDEO     rw+   Multimedia Container\n      MNG* PNG       rw+   Multiple-image Network Graphics (libpng 1.6.43)\n             See http://www.libpng.org/pub/mng/ for details about the MNG\n             format.\n     MONO* MONO      rw-   Raw bi-level bitmap\n      MOS  DNG       r--   Aptus Leaf Raw Format (0.21.2-Release)\n      MOV  VIDEO     rw+   MPEG Video Stream\n      MP4  VIDEO     rw+   VIDEO-4 Video Stream\n      MPC* MPC       rw+   Magick Pixel Cache image format\n     MPEG  VIDEO     rw+   MPEG Video Stream\n      MPG  VIDEO     rw+   MPEG Video Stream\n      MPO* JPEG      r--   Joint Photographic Experts Group JFIF format (libjpeg-turbo 2.1.5)\n      MRW  DNG       r--   Sony (Minolta) Raw Format (0.21.2-Release)\n      MSL* MSL       rw+   Magick Scripting Language\n     MSVG* SVG       rw+   ImageMagick's own SVG internal renderer\n      MTV* MTV       rw+   MTV Raytracing image format\n      MVG* MVG       rw-   Magick Vector Graphics\n      NEF  DNG       r--   Nikon Digital SLR Camera Raw Format (0.21.2-Release)\n      NRW  DNG       r--   Nikon Digital SLR Camera Raw Format (0.21.2-Release)\n     NULL* NULL      rw-   Constant image of uniform color\n      ORA  ORA       ---   OpenRaster format\n      ORF  DNG       r--   Olympus Digital Camera Raw Format (0.21.2-Release)\n      OTB* OTB       rw-   On-the-air bitmap\n      OTF* TTF       r--   Open Type font (Freetype 2.13.2)\n      PAL* UYVY      rw-   16bit/pixel interleaved YUV\n     PALM* PALM      rw+   Palm pixmap\n      PAM* PNM       rw+   Common 2-dimensional bitmap format\n    PANGO* PANGO     ---   Pango Markup Language\n  PATTERN* PATTERN   r--   Predefined pattern\n      PBM* PNM       rw+   Portable bitmap format (black and white)\n      PCD* PCD       rw-   Photo CD\n     PCDS* PCD       rw-   Photo CD\n      PCL  PCL       rw+   Printer Control Language\n      PCT* PICT      rw-   Apple Macintosh QuickDraw/PICT\n      PCX* PCX       rw-   ZSoft IBM PC Paintbrush\n      PDB* PDB       rw+   Palm Database ImageViewer Format\n      PDF  PDF       rw+   Portable Document Format\n     PDFA  PDF       rw+   Portable Document Archive Format\n      PEF  DNG       r--   Pentax Electronic Raw Format (0.21.2-Release)\n      PES* PES       r--   Embrid Embroidery Format\n      PFA* TTF       r--   Postscript Type 1 font (ASCII) (Freetype 2.13.2)\n      PFB* TTF       r--   Postscript Type 1 font (binary) (Freetype 2.13.2)\n      PFM* PNM       rw+   Portable float format\n      PGM* PNM       rw+   Portable graymap format (gray scale)\n      PGX* PGX       rw-   JPEG 2000 uncompressed format\n      PHM* PNM       rw+   Portable half float format\n    PICON* XPM       rw-   Personal Icon\n     PICT* PICT      rw-   Apple Macintosh QuickDraw/PICT\n      PIX* PIX       r--   Alias/Wavefront RLE image format\n    PJPEG* JPEG      rw-   Joint Photographic Experts Group JFIF format (libjpeg-turbo 2.1.5)\n   PLASMA* PLASMA    r--   Plasma fractal image\n      PNG* PNG       rw-   Portable Network Graphics (libpng 1.6.43)\n             See http://www.libpng.org/ for details about the PNG format.\n    PNG00* PNG       rw-   PNG inheriting bit-depth, color-type from original, if possible\n    PNG24* PNG       rw-   opaque or binary transparent 24-bit RGB\n    PNG32* PNG       rw-   opaque or transparent 32-bit RGBA\n    PNG48* PNG       rw-   opaque or binary transparent 48-bit RGB\n    PNG64* PNG       rw-   opaque or transparent 64-bit RGBA\n     PNG8* PNG       rw-   8-bit indexed with optional binary transparency\n      PNM* PNM       rw+   Portable anymap\nPOCKETMOD  PDF       rw+   Pocketmod Personal Organizer\n      PPM* PNM       rw+   Portable pixmap format (color)\n       PS  PS        rw+   PostScript\n      PS2  PS2       -w+   Level II PostScript\n      PS3  PS3       -w+   Level III PostScript\n      PSB* PSD       rw+   Adobe Large Document Format\n      PSD* PSD       rw+   Adobe Photoshop bitmap\n     PTIF* TIFF      rw+   Pyramid encoded TIFF\n             Compression options: None, Fax/Group3, Group4, JBIG, JPEG, LERC, LZW, LZMA, RLE, ZIP, ZSTD, WEBP\n      PWP* PWP       r--   Seattle Film Works\n      QOI* QOI       rw-   Quite OK image format\nRADIAL-GRADIENT* GRADIENT  r--   Gradual radial passing from one shade to another\n      RAF  DNG       r--   Fuji CCD-RAW Graphic Raw Format (0.21.2-Release)\n      RAS* SUN       rw+   SUN Rasterfile\n      RAW  DNG       r--   Raw (0.21.2-Release)\n      RGB* RGB       rw+   Raw red, green, and blue samples\n   RGB565* RGB       r--   Raw red, green, blue samples in 565 format\n     RGBA* RGB       rw+   Raw red, green, blue, and alpha samples\n     RGBO* RGB       rw+   Raw red, green, blue, and opacity samples\n      RGF* RGF       rw-   LEGO Mindstorms EV3 Robot Graphic Format (black and white)\n      RLA* RLA       r--   Alias/Wavefront image\n      RLE* RLE       r--   Utah Run length encoded image\n      RMF  DNG       r--   Raw Media Format (0.21.2-Release)\n      RW2  DNG       r--   Panasonic Lumix Raw Format (0.21.2-Release)\n      RWL  DNG       r--   Leica Raw Format (0.21.2-Release)\n      SCR* SCR       r--   ZX-Spectrum SCREEN$\n      SCT* SCT       r--   Scitex HandShake\n      SF3* SF3       rw+   Simple File Format Family Images\n             See https://shirakumo.org/docs/sf3/ for information on the SF3 file formats.\n      SFW* SFW       r--   Seattle Film Works\n      SGI* SGI       rw+   Irix RGB image\n    SHTML* HTML      -w-   Hypertext Markup Language and a client-side image map\n      SIX* SIXEL     rw-   DEC SIXEL Graphics Format\n    SIXEL* SIXEL     rw-   DEC SIXEL Graphics Format\nSPARSE-COLOR* TXT       -w+   Sparse Color\n      SR2  DNG       r--   Sony Raw Format 2 (0.21.2-Release)\n      SRF  DNG       r--   Sony Raw Format (0.21.2-Release)\n      SRW  DNG       r--   Samsung Raw Format (0.21.2-Release)\n  STEGANO* STEGANO   r--   Steganographic image\n      STI  DNG       r--   Sinar CaptureShop Raw Format (0.21.2-Release)\n   STRIMG* STRIMG    rw-   String to image and back\n      SUN* SUN       rw+   SUN Rasterfile\n      SVG* SVG       rw+   Scalable Vector Graphics (XML 2.9.14)\n     SVGZ* SVG       rw+   Compressed Scalable Vector Graphics (XML 2.9.14)\n     TEXT* TXT       r--   Text\n      TGA* TGA       rw-   Truevision Targa image\nTHUMBNAIL* THUMBNAIL -w+   EXIF Profile Thumbnail\n     TIFF* TIFF      rw+   Tagged Image File Format (LIBTIFF, Version 4.5.1)\n             Compression options: None, Fax/Group3, Group4, JBIG, JPEG, LERC, LZW, LZMA, RLE, ZIP, ZSTD, WEBP\n   TIFF64* TIFF      rw+   Tagged Image File Format (64-bit) (LIBTIFF, Version 4.5.1)\n             Compression options: None, Fax/Group3, Group4, JBIG, JPEG, LERC, LZW, LZMA, RLE, ZIP, ZSTD, WEBP\n     TILE* TILE      r--   Tile image with a texture\n      TIM* TIM       r--   PSX TIM\n      TM2* TIM2      r--   PS2 TIM2\n      TTC* TTF       r--   TrueType font collection (Freetype 2.13.2)\n      TTF* TTF       r--   TrueType font (Freetype 2.13.2)\n      TXT* TXT       rw+   Text\n     UBRL* BRAILLE   -w-   Unicode Text format\n    UBRL6* BRAILLE   -w-   Unicode Text format 6dot\n      UIL* UIL       -w-   X-Motif UIL table\n     UYVY* UYVY      rw-   16bit/pixel interleaved YUV\n      VDA* TGA       rw-   Truevision Targa image\n    VICAR* VICAR     rw-   Video Image Communication And Retrieval\n      VID* VID       rw+   Visual Image Directory\n     VIFF* VIFF      rw+   Khoros Visualization image\n     VIPS* VIPS      rw+   VIPS image\n      VST* TGA       rw-   Truevision Targa image\n     WBMP* WBMP      rw-   Wireless Bitmap (level 0) image\n     WEBM  VIDEO     rw+   Open Web Media\n     WEBP* WEBP      rw+   WebP Image Format (libwebp 1.3.2 [020F])\n      WMV  VIDEO     rw+   Windows Media Video\n      WPG* WPG       rw-   Word Perfect Graphics\n        X* X         rw+   X Image\n      X3F  DNG       r--   Sigma Camera RAW Format (0.21.2-Release)\n      XBM* XBM       rw-   X Windows system bitmap (black and white)\n       XC* XC        r--   Constant image uniform color\n      XCF* XCF       r--   GIMP image\n      XPM* XPM       rw-   X Windows system pixmap (color)\n      XPS  XPS       r--   Microsoft XML Paper Specification\n       XV* VIFF      rw+   Khoros Visualization image\n      XWD* XWD       rw-   X Windows system window dump (color)\n     YAML  YAML      -w+   The image format and characteristics\n    YCBCR* YCBCR     rw+   Raw Y, Cb, and Cr samples\n   YCBCRA* YCBCR     rw+   Raw Y, Cb, Cr, and alpha samples\n      YUV* YUV       rw-   CCIR 601 4:1:1 or 4:2:2\n\n* native blob support\nr read support\nw write support\n+ support for multiple images\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvintagesucks%2Fimagemagick-deb","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvintagesucks%2Fimagemagick-deb","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvintagesucks%2Fimagemagick-deb/lists"}