emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 7d41a23ad3b 1/2: Allow viewing .six images via image-convert


From: Stefan Kangas
Subject: master 7d41a23ad3b 1/2: Allow viewing .six images via image-convert
Date: Sat, 21 Dec 2024 22:07:15 -0500 (EST)

branch: master
commit 7d41a23ad3b4c03ea1dea91eb70474f074dc05a4
Author: Antero Mejr <antero@mailbox.org>
Commit: Stefan Kangas <stefankangas@gmail.com>

    Allow viewing .six images via image-convert
    
    * lisp/files.el (auto-mode-alist): Support the Sixel .six image
    format.  (Bug#63531)
    * lisp/image.el (imagemagick-enabled-types): Add SIX.
---
 lisp/files.el | 1 +
 lisp/image.el | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/lisp/files.el b/lisp/files.el
index c92fc0608dd..c7c2e7206b2 100644
--- a/lisp/files.el
+++ b/lisp/files.el
@@ -3250,6 +3250,7 @@ 
ARC\\|ZIP\\|LZH\\|LHA\\|ZOO\\|[JEW]AR\\|XPI\\|RAR\\|CBR\\|7Z\\|SQUASHFS\\)\\'" .
      ("\\.pict\\'" . image-mode)
      ("\\.rgb\\'" . image-mode)
      ("\\.rgba\\'" . image-mode)
+     ("\\.six\\'" . image-mode)
      ("\\.tga\\'" . image-mode)
      ("\\.wbmp\\'" . image-mode)
      ("\\.webp\\'" . image-mode)
diff --git a/lisp/image.el b/lisp/image.el
index ce97eeb3ca1..29467d05678 100644
--- a/lisp/image.el
+++ b/lisp/image.el
@@ -1174,7 +1174,7 @@ has no effect."
     KDC MIFF MNG MRW MSL MSVG MTV NEF ORF OTB PBM PCD PCDS PCL
     PCT PCX PDB PEF PGM PICT PIX PJPEG PNG PNG24 PNG32 PNG8 PNM
     PPM PSD PTIF PWP RAF RAS RBG RGB RGBA RGBO RLA RLE SCR SCT
-    SFW SGI SR2 SRF SUN SVG SVGZ TGA TIFF TIFF64 TILE TIM TTF
+    SFW SGI SIX SR2 SRF SUN SVG SVGZ TGA TIFF TIFF64 TILE TIM TTF
     UYVY VDA VICAR VID VIFF VST WBMP WPG X3F XBM XC XCF XPM XV
     XWD YCbCr YCbCrA YUV)
   "List of ImageMagick types to treat as images.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]