gnu: emacs-sly: Update to 20200228.
[jackhill/guix/guix.git] / gnu / packages / image.scm
1 ;;; GNU Guix --- Functional package management for GNU
2 ;;; Copyright © 2013, 2017, 2019 Ludovic Courtès <ludo@gnu.org>
3 ;;; Copyright © 2013, 2015, 2016 Andreas Enge <andreas@enge.fr>
4 ;;; Copyright © 2014, 2015, 2016 Mark H Weaver <mhw@netris.org>
5 ;;; Copyright © 2014, 2015 Alex Kost <alezost@gmail.com>
6 ;;; Copyright © 2014, 2016, 2017, 2018, 2019 Ricardo Wurmus <rekado@elephly.net>
7 ;;; Copyright © 2015 Taylan Ulrich Bayırlı/Kammer <taylanbayirli@gmail.com>
8 ;;; Copyright © 2015 Amirouche Boubekki <amirouche@hypermove.net>
9 ;;; Copyright © 2014, 2017 John Darrington <jmd@gnu.org>
10 ;;; Copyright © 2016, 2017, 2018, 2020 Leo Famulari <leo@famulari.name>
11 ;;; Copyright © 2016, 2017, 2018, 2019 Efraim Flashner <efraim@flashner.co.il>
12 ;;; Copyright © 2016, 2017, 2018, 2019, 2020 Tobias Geerinckx-Rice <me@tobias.gr>
13 ;;; Copyright © 2016 Eric Bavier <bavier@member.fsf.org>
14 ;;; Copyright © 2016, 2017 Arun Isaac <arunisaac@systemreboot.net>
15 ;;; Copyright © 2016, 2017 Kei Kebreau <kkebreau@posteo.net>
16 ;;; Copyright © 2017 ng0 <ng0@n0.is>
17 ;;; Copyright © 2017,2019,2020 Hartmut Goebel <h.goebel@crazy-compilers.com>
18 ;;; Copyright © 2017 Julien Lepiller <julien@lepiller.eu>
19 ;;; Copyright © 2018 Joshua Sierles, Nextjournal <joshua@nextjournal.com>
20 ;;; Copyright © 2018 Fis Trivial <ybbs.daans@hotmail.com>
21 ;;; Copyright © 2018 Pierre Neidhardt <mail@ambrevar.xyz>
22 ;;; Copyright © 2018, 2019 Marius Bakke <mbakke@fastmail.com>
23 ;;; Copyright © 2018 Pierre-Antoine Rouby <contact@parouby.fr>
24 ;;; Copyright © 2018 Alex Vong <alexvong1995@gmail.com>
25 ;;; Copyright © 2018 Rutger Helling <rhelling@mykolab.com>
26 ;;; Copyright © 2020 Giacomo Leidi <goodoldpaul@autistici.org>
27 ;;;
28 ;;; This file is part of GNU Guix.
29 ;;;
30 ;;; GNU Guix is free software; you can redistribute it and/or modify it
31 ;;; under the terms of the GNU General Public License as published by
32 ;;; the Free Software Foundation; either version 3 of the License, or (at
33 ;;; your option) any later version.
34 ;;;
35 ;;; GNU Guix is distributed in the hope that it will be useful, but
36 ;;; WITHOUT ANY WARRANTY; without even the implied warranty of
37 ;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
38 ;;; GNU General Public License for more details.
39 ;;;
40 ;;; You should have received a copy of the GNU General Public License
41 ;;; along with GNU Guix. If not, see <http://www.gnu.org/licenses/>.
42
43 (define-module (gnu packages image)
44 #:use-module (gnu packages)
45 #:use-module (gnu packages algebra)
46 #:use-module (gnu packages assembly)
47 #:use-module (gnu packages autotools)
48 #:use-module (gnu packages boost)
49 #:use-module (gnu packages check)
50 #:use-module (gnu packages curl)
51 #:use-module (gnu packages compression)
52 #:use-module (gnu packages documentation)
53 #:use-module (gnu packages fontutils)
54 #:use-module (gnu packages freedesktop)
55 #:use-module (gnu packages gettext)
56 #:use-module (gnu packages ghostscript)
57 #:use-module (gnu packages gl)
58 #:use-module (gnu packages glib)
59 #:use-module (gnu packages graphics)
60 #:use-module (gnu packages gtk)
61 #:use-module (gnu packages lua)
62 #:use-module (gnu packages man)
63 #:use-module (gnu packages maths)
64 #:use-module (gnu packages mcrypt)
65 #:use-module (gnu packages mp3)
66 #:use-module (gnu packages ncurses)
67 #:use-module (gnu packages perl)
68 #:use-module (gnu packages photo)
69 #:use-module (gnu packages pkg-config)
70 #:use-module (gnu packages python)
71 #:use-module (gnu packages python-xyz)
72 #:use-module (gnu packages qt)
73 #:use-module (gnu packages sphinx)
74 #:use-module (gnu packages video)
75 #:use-module (gnu packages web)
76 #:use-module (gnu packages xml)
77 #:use-module (gnu packages xorg)
78 #:use-module ((guix licenses) #:prefix license:)
79 #:use-module (guix packages)
80 #:use-module (guix download)
81 #:use-module (guix git-download)
82 #:use-module (guix build-system gnu)
83 #:use-module (guix build-system cmake)
84 #:use-module (guix build-system meson)
85 #:use-module (guix build-system python)
86 #:use-module (guix build-system scons)
87 #:use-module (srfi srfi-1))
88
89 (define-public libpng
90 (package
91 (name "libpng")
92 (version "1.6.37")
93 (source (origin
94 (method url-fetch)
95 (uri (list (string-append "mirror://sourceforge/libpng/libpng16/"
96 version "/libpng-" version ".tar.xz")
97 (string-append
98 "ftp://ftp.simplesystems.org/pub/libpng/png/src"
99 "/libpng16/libpng-" version ".tar.xz")
100 (string-append
101 "ftp://ftp.simplesystems.org/pub/libpng/png/src/history"
102 "/libpng16/libpng-" version ".tar.xz")))
103 (sha256
104 (base32
105 "1jl8in381z0128vgxnvn33nln6hzckl7l7j9nqvkaf1m9n1p0pjh"))))
106 (build-system gnu-build-system)
107 (arguments
108 `(#:configure-flags '("--disable-static")))
109
110 ;; libpng.la says "-lz", so propagate it.
111 (propagated-inputs `(("zlib" ,zlib)))
112
113 (synopsis "Library for handling PNG files")
114 (description
115 "Libpng is the official PNG (Portable Network Graphics) reference
116 library. It supports almost all PNG features and is extensible.")
117 (license license:zlib)
118 (home-page "http://www.libpng.org/pub/png/libpng.html")))
119
120 ;; libpng-apng should be updated when the APNG patch is released:
121 ;; <https://bugs.gnu.org/27556>
122 (define-public libpng-apng
123 (package
124 (name "libpng-apng")
125 (version "1.6.28")
126 (source
127 (origin
128 (method url-fetch)
129 (uri (list (string-append "mirror://sourceforge/libpng/libpng16/"
130 version "/libpng-" version ".tar.xz")
131 (string-append
132 "ftp://ftp.simplesystems.org/pub/libpng/png/src"
133 "/libpng16/libpng-" version ".tar.xz")
134 (string-append
135 "ftp://ftp.simplesystems.org/pub/libpng/png/src/history"
136 "/libpng16/libpng-" version ".tar.xz")))
137 (sha256
138 (base32
139 "0ylgyx93hnk38haqrh8prd3ax5ngzwvjqw5cxw7p9nxmwsfyrlyq"))))
140 (build-system gnu-build-system)
141 (arguments
142 `(#:modules ((guix build gnu-build-system)
143 (guix build utils)
144 (srfi srfi-1))
145 #:phases
146 (modify-phases %standard-phases
147 (add-after 'unpack 'patch-apng
148 (lambda* (#:key inputs #:allow-other-keys)
149 (define (apply-patch file)
150 (invoke "patch" "-p1" "--force"
151 "--input" file))
152 (let ((apng.gz (assoc-ref inputs "apng")))
153 (format #t "Applying APNG patch '~a'...~%"
154 apng.gz)
155 (invoke "sh" "-c"
156 (string-append "gunzip < " apng.gz " > the-patch"))
157 (apply-patch "the-patch")
158 #t)))
159 (add-before 'configure 'no-checks
160 (lambda _
161 (substitute* "Makefile.in"
162 (("^scripts/symbols.chk") "")
163 (("check: scripts/symbols.chk") ""))
164 #t)))))
165 (inputs
166 `(("apng" ,(origin
167 (method url-fetch)
168 (uri
169 (string-append "mirror://sourceforge/libpng-apng/libpng16/"
170 version "/libpng-" version "-apng.patch.gz"))
171 (sha256
172 (base32
173 "0m5nv70n9903x3xzxw9qqc6sgf2rp106ha0x6gix0xf8wcrljaab"))))))
174 (native-inputs
175 `(("libtool" ,libtool)))
176 ;; libpng.la says "-lz", so propagate it.
177 (propagated-inputs
178 `(("zlib" ,zlib)))
179 (synopsis "APNG patch for libpng")
180 (description
181 "APNG (Animated Portable Network Graphics) is an unofficial
182 extension of the APNG (Portable Network Graphics) format.
183 APNG patch provides APNG support to libpng.")
184 (home-page "https://sourceforge.net/projects/libpng-apng/")
185 (license license:zlib)))
186
187 (define-public libpng-1.2
188 (package
189 (inherit libpng)
190 (version "1.2.59")
191 (source
192 (origin
193 (method url-fetch)
194 (uri (list (string-append "mirror://sourceforge/libpng/libpng12/"
195 version "/libpng-" version ".tar.xz")
196 (string-append
197 "ftp://ftp.simplesystems.org/pub/libpng/png/src"
198 "/libpng12/libpng-" version ".tar.xz")
199 (string-append
200 "ftp://ftp.simplesystems.org/pub/libpng/png/src/history"
201 "/libpng12/libpng-" version ".tar.xz")))
202 (sha256
203 (base32
204 "1izw9ybm27llk8531w6h4jp4rk2rxy2s9vil16nwik5dp0amyqxl"))))))
205
206 (define-public pngcrush
207 (package
208 (name "pngcrush")
209 (version "1.8.13")
210 (source (origin
211 (method url-fetch)
212 (uri (string-append "mirror://sourceforge/pmt/pngcrush/"
213 version "/pngcrush-" version "-nolib.tar.xz"))
214 (sha256 (base32
215 "0l43c59d6v9l0g07z3q3ywhb8xb3vz74llv3mna0izk9bj6aqkiv"))))
216 (build-system gnu-build-system)
217 (arguments
218 '(#:tests? #f ; no check target
219 #:phases
220 (modify-phases %standard-phases
221 (replace 'configure
222 (lambda* (#:key inputs outputs #:allow-other-keys)
223 (substitute* "Makefile"
224 (("^(PNG(INC|LIB) = )/usr/local/" line vardef)
225 (string-append vardef (assoc-ref inputs "libpng") "/"))
226 (("^(Z(INC|LIB) = )/usr/local/" line vardef)
227 (string-append vardef (assoc-ref inputs "zlib") "/"))
228 ;; The Makefile is written by hand and not using $PREFIX
229 (("\\$\\(DESTDIR\\)/usr/")
230 (string-append (assoc-ref outputs "out") "/")))
231 #t)))))
232 (inputs
233 `(("libpng" ,libpng)
234 ("zlib" , zlib)))
235 (home-page "https://pmt.sourceforge.io/pngcrush")
236 (synopsis "Utility to compress PNG files")
237 (description "Pngcrush optimizes @acronym{PNG, Portable Network Graphics}
238 images. It can further losslessly compress them by as much as 40%.")
239 (license license:zlib)))
240
241 (define-public pngcrunch
242 ;; This package used to be wrongfully name "pngcrunch".
243 (deprecated-package "pngcrunch" pngcrush))
244
245 (define-public pnglite
246 (let ((commit "11695c56f7d7db806920bd9229b69f230e6ffb38")
247 (revision "1"))
248 (package
249 (name "pnglite")
250 ;; The project was moved from sourceforge to github.
251 ;; The latest version in sourceforge was 0.1.17:
252 ;; https://sourceforge.net/projects/pnglite/files/pnglite/
253 ;; No releases are made in github.
254 (version (git-version "0.1.17" revision commit))
255 (source (origin
256 (method git-fetch)
257 (uri (git-reference
258 (url "https://github.com/dankar/pnglite")
259 (commit commit)))
260 (sha256
261 (base32
262 "1lmmkdxby5b8z9kx3zrpgpk33njpcf2xx8z9bgqag855sjsqbbby"))
263 (file-name (git-file-name name version))))
264 (build-system gnu-build-system)
265 (arguments
266 `(#:tests? #f ; no tests
267 #:phases
268 (modify-phases %standard-phases
269 (delete 'configure)
270 (replace 'build
271 (lambda _
272 ;; common build flags for building shared libraries
273 (let ((cflags '("-O2" "-g" "-fPIC"))
274 (ldflags '("-shared")))
275 (apply invoke
276 `("gcc"
277 "-o" "libpnglite.so"
278 ,@cflags
279 ,@ldflags
280 "pnglite.c"))
281 #t)))
282 (replace 'install
283 (lambda* (#:key outputs #:allow-other-keys)
284 (let* ((out (assoc-ref outputs "out"))
285 (lib (string-append out "/lib/"))
286 (include (string-append out "/include/"))
287 (doc (string-append out "/share/doc/"
288 ,name "-" ,version "/")))
289 (install-file "libpnglite.so" lib)
290 (install-file "pnglite.h" include)
291 (install-file "README.md" doc)
292 #t))))))
293 (inputs `(("zlib" ,zlib)))
294 (home-page "https://github.com/dankar/pnglite")
295 (synopsis "Pretty small png library")
296 (description "A pretty small png library.
297 Currently all documentation resides in @file{pnglite.h}.")
298 (license license:zlib))))
299
300 (define-public libimagequant
301 (package
302 (name "libimagequant")
303 (version "2.12.5")
304 (source
305 (origin
306 (method git-fetch)
307 (uri (git-reference
308 (url "https://github.com/ImageOptim/libimagequant.git")
309 (commit version)))
310 (file-name (git-file-name name version))
311 (sha256
312 (base32 "0cp68w04ja5pv77ssfafsn958w9hh9zb8crrlb5j3gsrcmdc032k"))))
313 (build-system gnu-build-system)
314 (arguments
315 '(#:tests? #f)) ; no check target
316 (home-page "https://pngquant.org/lib/")
317 (synopsis "Image palette quantization library")
318 (description "libimagequant is a small, portable C library for
319 high-quality conversion of RGBA images to 8-bit indexed-color (palette)
320 images. This library can significantly reduces file sizes and powers pngquant
321 and other PNG optimizers.")
322 (license license:gpl3+)))
323
324 (define-public pngquant
325 (package
326 (name "pngquant")
327 (version "2.12.6")
328 (source
329 (origin
330 (method git-fetch)
331 (uri (git-reference
332 (url "https://github.com/kornelski/pngquant.git")
333 (commit version)))
334 (file-name (git-file-name name version))
335 (sha256
336 (base32 "15hanshahxqs6s9fyc3aym02251dcys7bf78g3inp0y233amdbl3"))))
337 (build-system gnu-build-system)
338 (arguments
339 `(#:test-target "test"
340 #:configure-flags
341 '("--with-openmp" "--with-lcms2")))
342 (native-inputs
343 `(("pkg-config" ,pkg-config)))
344 (inputs
345 `(("libpng" ,libpng)
346 ("zlib" , zlib)
347 ("lcms" ,lcms)
348 ("libimagequant" ,libimagequant)))
349 (home-page "https://pngquant.org/")
350 (synopsis "Utility and library for lossy compressing PNG images")
351 (description "pngquant is a PNG compressor that significantly reduces file
352 sizes by converting images to a more efficient 8-bit PNG format with alpha
353 channel (often 60-80% smaller than 24/32-bit PNG files). Compressed images
354 are fully standards-compliant and are supported by all web browsers and
355 operating systems.
356
357 Features:
358 @enumerate
359 @item High-quality palette generation using a combination of vector
360 quantization algorithms.
361 @item Unique adaptive dithering algorithm that adds less noise to images
362 than the standard Floyd-Steinberg.
363 @item Easy to integrate with shell scripts, GUIs and server-side software.
364 @item Fast mode for real-time processing/large numbers of images.
365 @end enumerate")
366 (license license:gpl3+)))
367
368 (define-public libjpeg
369 (package
370 (name "libjpeg")
371 (version "9c")
372 (source (origin
373 (method url-fetch)
374 (uri (string-append "https://www.ijg.org/files/jpegsrc.v"
375 version ".tar.gz"))
376 (sha256 (base32
377 "08kixcf3a7s9x91174abjnk1xbvj4v8crdc73zi4k9h3jfbm00k5"))))
378 (build-system gnu-build-system)
379 (synopsis "Library for handling JPEG files")
380 (description
381 "Libjpeg implements JPEG image encoding, decoding, and transcoding.
382 JPEG is a standardized compression method for full-color and gray-scale
383 images.
384 It also includes programs that provide conversion between the JPEG format and
385 image files in PBMPLUS PPM/PGM, GIF, BMP, and Targa file formats, as well as
386 lossless JPEG manipulations such as rotation, scaling or cropping:
387 @enumerate
388 @item cjpeg
389 @item djpeg
390 @item jpegtran
391 @item rdjpgcom
392 @item wrjpgcom
393 @end enumerate")
394 (license license:ijg)
395 (home-page "https://www.ijg.org/")))
396
397 (define-public libjpeg-8
398 (package (inherit libjpeg)
399 (version "8d")
400 (source (origin
401 (method url-fetch)
402 (uri (string-append "https://www.ijg.org/files/jpegsrc.v"
403 version ".tar.gz"))
404 (sha256 (base32
405 "1cz0dy05mgxqdgjf52p54yxpyy95rgl30cnazdrfmw7hfca9n0h0"))))))
406
407 (define-public libjxr
408 (package
409 (name "libjxr")
410 (version "1.1")
411 (source (origin
412 ;; We are using the Debian source because CodePlex does not
413 ;; deliver an easily downloadable tarball.
414 (method url-fetch)
415 (uri (string-append "mirror://debian/pool/main/j/jxrlib/jxrlib_"
416 version ".orig.tar.gz"))
417 (sha256
418 (base32
419 "00w3f3cmjsm3fiaxq5mxskmp5rl3mki8psrf9y8s1vqbg237na67"))
420 (patch-flags '("-p1" "--binary"))
421 (patches (search-patches "libjxr-fix-function-signature.patch"
422 "libjxr-fix-typos.patch"))))
423 (build-system gnu-build-system)
424 (arguments
425 '(#:make-flags
426 (list "CC=gcc"
427 ;; A substitute* procedure call would be enough to add the -fPIC
428 ;; flag if there was no file decoding error.
429 ;; The makefile is a "Non-ISO extended-ASCII text, with CRLF line
430 ;; terminators" according to the file(1) utility.
431 (string-append "CFLAGS=-I. -Icommon/include -Iimage/sys -fPIC "
432 "-D__ANSI__ -DDISABLE_PERF_MEASUREMENT -w -O "))
433 #:tests? #f ; no check target
434 #:phases
435 (modify-phases %standard-phases
436 (delete 'configure) ; no configure script
437 (add-after 'build 'build-shared-library
438 (lambda _
439 ;; The Makefile uses optimization level 1, so the same
440 ;; level is used here for consistency.
441 (invoke "gcc" "-shared" "-fPIC" "-O"
442 ;; Common files.
443 "adapthuff.o" "image.o" "strcodec.o" "strPredQuant.o"
444 "strTransform.o" "perfTimerANSI.o"
445 ;; Decoding files.
446 "decode.o" "postprocess.o" "segdec.o" "strdec.o"
447 "strInvTransform.o" "strPredQuantDec.o" "JXRTranscode.o"
448 ;; Encoding files.
449 "encode.o" "segenc.o" "strenc.o" "strFwdTransform.o"
450 "strPredQuantEnc.o"
451 "-o" "libjpegxr.so")
452 (invoke "gcc" "-shared" "-fPIC" "-O"
453 ;; Glue files.
454 "JXRGlue.o" "JXRMeta.o" "JXRGluePFC.o" "JXRGlueJxr.o"
455 ;; Test files.
456 "JXRTest.o" "JXRTestBmp.o" "JXRTestHdr.o" "JXRTestPnm.o"
457 "JXRTestTif.o" "JXRTestYUV.o"
458 "-o" "libjxrglue.so")))
459 ;; The upstream makefile does not include an install phase.
460 (replace 'install
461 (lambda* (#:key outputs #:allow-other-keys)
462 (let* ((out (assoc-ref outputs "out"))
463 (bin (string-append out "/bin"))
464 (lib (string-append out "/lib"))
465 (include (string-append out "/include/jxrlib")))
466 (for-each (lambda (file)
467 (install-file file include)
468 (delete-file file))
469 (append
470 '("jxrgluelib/JXRGlue.h"
471 "jxrgluelib/JXRMeta.h"
472 "jxrtestlib/JXRTest.h"
473 "image/sys/windowsmediaphoto.h")
474 (find-files "common/include" "\\.h$")))
475 (for-each (lambda (file)
476 (install-file file lib)
477 (delete-file file))
478 (find-files "." "\\.(a|so)$"))
479 (for-each (lambda (file)
480 (install-file file bin)
481 (delete-file file))
482 '("JxrDecApp" "JxrEncApp")))
483 #t)))))
484 (synopsis "Implementation of the JPEG XR standard")
485 (description "JPEG XR is an approved ISO/IEC International standard (its
486 official designation is ISO/IEC 29199-2). This library is an implementation of that standard.")
487 (license
488 (license:non-copyleft
489 "file://Makefile"
490 "See the header of the Makefile in the distribution."))
491 (home-page "https://jxrlib.codeplex.com/")))
492
493 (define-public jpegoptim
494 (package
495 (name "jpegoptim")
496 (version "1.4.6")
497 (source (origin
498 (method url-fetch)
499 (uri (string-append "http://www.kokkonen.net/tjko/src/jpegoptim-"
500 version ".tar.gz"))
501 (sha256 (base32
502 "1dss7907fclfl8zsw0bl4qcw0hhz6fqgi3867w0jyfm3q9jfpcc8"))))
503 (build-system gnu-build-system)
504 (inputs `(("libjpeg" ,libjpeg)))
505 (arguments
506 '(#:tests? #f)) ; no tests
507 (synopsis "Optimize JPEG images")
508 (description
509 "jpegoptim provides lossless optimization (based on optimizing
510 the Huffman tables) and \"lossy\" optimization based on setting
511 maximum quality factor.")
512 (license license:gpl2+)
513 (home-page "https://www.kokkonen.net/tjko/projects.html#jpegoptim")))
514
515 (define-public libicns
516 (package
517 (name "libicns")
518 (version "0.8.1")
519 (source (origin
520 (method url-fetch)
521 (uri (string-append
522 "mirror://sourceforge/icns/"
523 "libicns-" version ".tar.gz"))
524 (sha256
525 (base32
526 "1hjm8lwap7bjyyxsyi94fh5817xzqhk4kb5y0b7mb6675xw10prk"))))
527 (build-system gnu-build-system)
528 (inputs
529 `(("libpng" ,libpng)
530 ("jasper" ,jasper)))
531 (arguments
532 `(#:tests? #t)) ; No tests.
533 (home-page "http://icns.sourceforge.net/")
534 (synopsis "Library for handling Mac OS icns resource files")
535 (description
536 "Libicns is a library for the manipulation of Mac OS IconFamily resource
537 type files (ICNS). @command{icns2png} and @command{png2icns} are provided to
538 convert between PNG and ICNS. @command{icns2png} will extract image files from
539 ICNS files under names like \"Foo_48x48x32.png\" useful for installing for use
540 with .desktop files. Additionally, @command{icontainer2png} is provided for
541 extracting icontainer icon files.")
542 (license (list license:lgpl2.1+ ; libicns
543 license:lgpl2.0+ ; src/apidocs.*
544 license:gpl2+)))) ; icns2png, png2icns, icontainer2png
545
546 (define-public libtiff
547 (package
548 (name "libtiff")
549 (version "4.0.10")
550 (source
551 (origin
552 (method url-fetch)
553 (uri (string-append "http://download.osgeo.org/libtiff/tiff-"
554 version ".tar.gz"))
555 (sha256
556 (base32
557 "1r4np635gr6zlc0bic38dzvxia6iqzcrary4n1ylarzpr8fd2lic"))))
558 (build-system gnu-build-system)
559 (outputs '("out"
560 "doc")) ;1.3 MiB of HTML documentation
561 (arguments
562 ;; Instead of using --docdir, this package has its own --with-docdir.
563 `(#:configure-flags (list (string-append "--with-docdir="
564 (assoc-ref %outputs "doc")
565 "/share/doc/"
566 ,name "-" ,version))))
567 (inputs `(("zlib" ,zlib)
568 ("libjpeg" ,libjpeg)))
569 (synopsis "Library for handling TIFF files")
570 (description
571 "Libtiff provides support for the Tag Image File Format (TIFF), a format
572 used for storing image data.
573 Included are a library, libtiff, for reading and writing TIFF and a small
574 collection of tools for doing simple manipulations of TIFF images.")
575 (license (license:non-copyleft "file://COPYRIGHT"
576 "See COPYRIGHT in the distribution."))
577 (home-page "http://www.simplesystems.org/libtiff/")))
578
579 (define-public leptonica
580 (package
581 (name "leptonica")
582 (version "1.74.4")
583 (source
584 (origin
585 (method git-fetch)
586 (uri (git-reference
587 (url "https://github.com/DanBloomberg/leptonica.git")
588 (commit version)))
589 (file-name (git-file-name name version))
590 (sha256
591 (base32 "0sfg1ky0lghlq7xx0qii5167bim0wwfnnr83dl4skbj9awyvjiwi"))))
592 (build-system gnu-build-system)
593 (native-inputs
594 `(("gnuplot" ,gnuplot) ;needed for test suite
595 ("autoconf" ,autoconf)
596 ("automake" ,automake)
597 ("libtool" ,libtool)
598 ("pkg-config" ,pkg-config)))
599 (inputs
600 `(("giflib" ,giflib)
601 ("libjpeg" ,libjpeg)
602 ("libpng" ,libpng)
603 ("libtiff" ,libtiff)
604 ("libwebp" ,libwebp)))
605 (propagated-inputs
606 ;; Linking a program with leptonica also requires these.
607 `(("openjpeg" ,openjpeg)
608 ("zlib" ,zlib)))
609 (arguments
610 '(#:phases
611 (modify-phases %standard-phases
612 (add-after 'unpack 'patch-reg-wrapper
613 (lambda _
614 (substitute* "prog/reg_wrapper.sh"
615 ((" /bin/sh ")
616 (string-append " " (which "sh") " "))
617 (("which gnuplot")
618 "true"))
619 #t)))))
620 (home-page "http://www.leptonica.com/")
621 (synopsis "Library and tools for image processing and analysis")
622 (description
623 "Leptonica is a C library and set of command-line tools for efficient
624 image processing and image analysis operations. It supports rasterop, affine
625 transformations, binary and grayscale morphology, rank order, and convolution,
626 seedfill and connected components, image transformations combining changes in
627 scale and pixel depth, and pixelwise masking, blending, enhancement, and
628 arithmetic ops.")
629 (license license:bsd-2)))
630
631 (define-public jbig2dec
632 (package
633 (name "jbig2dec")
634 (version "0.16")
635 (source (origin
636 (method url-fetch)
637 (uri (string-append "https://github.com/ArtifexSoftware"
638 "/ghostpdl-downloads/releases/download"
639 "/gs927/" name "-" version ".tar.gz"))
640 (sha256
641 (base32
642 "00h61y7bh3z6mqfzxyb318gyh0f8jwarg4hvlrm83rqps8avzxm4"))
643 (patches (search-patches "jbig2dec-ignore-testtest.patch"))))
644 (build-system gnu-build-system)
645 (arguments '(#:configure-flags '("--disable-static")))
646 (synopsis "Decoder of the JBIG2 image compression format")
647 (description
648 "JBIG2 is designed for lossy or lossless encoding of @code{bilevel} (1-bit
649 monochrome) images at moderately high resolution, and in particular scanned
650 paper documents. In this domain it is very efficient, offering compression
651 ratios on the order of 100:1.
652
653 This is a decoder only implementation, and currently is in the alpha
654 stage, meaning it doesn't completely work yet. However, it is
655 maintaining parity with available encoders, so it is useful for real
656 work.")
657 (home-page "https://jbig2dec.com")
658 (license license:gpl2+)))
659
660 (define-public jbigkit
661 (package
662 (name "jbigkit")
663 (version "2.1")
664 (source
665 (origin
666 (method url-fetch)
667 (uri (string-append "https://www.cl.cam.ac.uk/~mgk25/jbigkit/"
668 "download/jbigkit-" version ".tar.gz"))
669 (sha256
670 (base32 "0cnrcdr1dwp7h7m0a56qw09bv08krb37mpf7cml5sjdgpyv0cwfy"))
671 (modules '((guix build utils)))
672 (snippet
673 '(begin
674 ;; Remove files without clear licence information.
675 (for-each delete-file-recursively
676 (list "contrib" "examples"))
677 #t))))
678 (build-system gnu-build-system)
679 (outputs (list "out" "pbmtools"))
680 (arguments
681 `(#:modules ((srfi srfi-26)
682 ,@%gnu-build-system-modules)
683 #:phases
684 (modify-phases %standard-phases
685 (delete 'configure) ; no configure script
686 (replace 'install ; no ‘make install’ target
687 (lambda* (#:key outputs #:allow-other-keys)
688 (let* ((out (assoc-ref outputs "out"))
689 (lib (string-append out "/lib"))
690 (include (string-append out "/include")))
691 (with-directory-excursion "libjbig"
692 (for-each (cut install-file <> include)
693 (find-files "." "\\.h$"))
694 (for-each (cut install-file <> lib)
695 (find-files "." "\\.a$")))
696 #t)))
697 (add-after 'install 'install-pbmtools
698 (lambda* (#:key outputs #:allow-other-keys)
699 (let* ((out (assoc-ref outputs "pbmtools"))
700 (bin (string-append out "/bin"))
701 (man1 (string-append out "/share/man/man1"))
702 (man5 (string-append out "/share/man/man5")))
703 (with-directory-excursion "pbmtools"
704 (for-each (cut install-file <> bin)
705 (list "jbgtopbm" "jbgtopbm85"
706 "pbmtojbg" "pbmtojbg85"))
707
708 (for-each (cut install-file <> man1)
709 (find-files "." "\\.1$"))
710 (for-each (cut install-file <> man5)
711 (find-files "." "\\.5$"))
712 #t)))))
713 #:test-target "test"
714 #:tests? #f)) ; tests depend on examples/
715 (home-page "https://www.cl.cam.ac.uk/~mgk25/jbigkit/")
716 (synopsis "Lossless compression for bi-level high-resolution images")
717 (description
718 "JBIG-KIT implements the JBIG1 data compression standard (ITU-T T.82 and
719 ISO/IEC 11544:1993), designed for bi-level (one bit per pixel) images such as
720 black-and-white scanned documents. It is widely used in fax products, printer
721 firmware and drivers, document management systems, and imaging software.
722
723 This package provides a static C library of (de)compression functions and some
724 simple command-line converters similar to those provided by netpbm.
725
726 Two JBIG1 variants are available. One (@file{jbig.c}) implements nearly all
727 options of the standard but has to keep the full uncompressed image in memory.
728 The other (@file{jbig85.c}) implements just the ITU-T T.85 profile, with
729 memory management optimized for embedded and fax applications. It buffers
730 only a few lines of the uncompressed image in memory and is able to stream
731 images of initially unknown height.")
732 (license (list license:isc ; pbmtools/p?m.5
733 license:gpl2+)))) ; the rest
734
735 (define-public openjpeg
736 (package
737 (name "openjpeg")
738 (version "2.3.1")
739 (source (origin
740 (method git-fetch)
741 (uri (git-reference
742 (url "https://github.com/uclouvain/openjpeg")
743 (commit (string-append "v" version))))
744 (file-name (git-file-name "openjpeg" version))
745 (sha256
746 (base32
747 "1dn98d2dfa1lqyxxmab6rrcv52dyhjr4g7i4xf2w54fqsx14ynrb"))))
748 (build-system cmake-build-system)
749 (arguments
750 '(#:tests? #f ;TODO: requires a 1.1 GiB data repository
751 #:configure-flags '("-DBUILD_STATIC_LIBS=OFF")))
752 (inputs
753 `(("lcms" ,lcms)
754 ("libpng" ,libpng)
755 ("libtiff" ,libtiff)
756 ("zlib" ,zlib)))
757 (synopsis "JPEG 2000 codec")
758 (description
759 "The OpenJPEG library is a JPEG 2000 codec written in C. It has
760 been developed in order to promote the use of JPEG 2000, the new
761 still-image compression standard from the Joint Photographic Experts
762 Group (JPEG).
763
764 In addition to the basic codec, various other features are under
765 development, among them the JP2 and MJ2 (Motion JPEG 2000) file formats,
766 an indexing tool useful for the JPIP protocol, JPWL-tools for
767 error-resilience, a Java-viewer for j2k-images, ...")
768 (home-page "https://github.com/uclouvain/openjpeg")
769 (license license:bsd-2)))
770
771 (define-public openjpeg-1
772 (package (inherit openjpeg)
773 (name "openjpeg")
774 (version "1.5.2")
775 (source
776 (origin
777 (method url-fetch)
778 (uri
779 (string-append "mirror://sourceforge/openjpeg.mirror/" version "/"
780 name "-" version ".tar.gz"))
781 (sha256
782 (base32 "11waq9w215zvzxrpv40afyd18qf79mxc28fda80bm3ax98cpppqm"))))))
783
784 (define-public giflib
785 (package
786 (name "giflib")
787 (version "5.1.4")
788 (source (origin
789 (method url-fetch)
790 (uri (string-append "mirror://sourceforge/giflib/giflib-"
791 version ".tar.bz2"))
792 (sha256
793 (base32
794 "1md83dip8rf29y40cm5r7nn19705f54iraz6545zhwa6y8zyq9yz"))
795 (patches (search-patches
796 "giflib-make-reallocarray-private.patch"))))
797 (build-system gnu-build-system)
798 (outputs '("bin" ; utility programs
799 "out")) ; library
800 (inputs `(("libx11" ,libx11)
801 ("libice" ,libice)
802 ("libsm" ,libsm)
803 ("perl" ,perl)))
804 (arguments
805 `(#:phases
806 (modify-phases %standard-phases
807 (add-after 'unpack 'disable-html-doc-gen
808 (lambda _
809 (substitute* "doc/Makefile.in"
810 (("^all: allhtml manpages") ""))
811 #t))
812 (add-after 'install 'install-manpages
813 (lambda* (#:key outputs #:allow-other-keys)
814 (let* ((bin (assoc-ref outputs "bin"))
815 (man1dir (string-append bin "/share/man/man1")))
816 (mkdir-p man1dir)
817 (for-each (lambda (file)
818 (let ((base (basename file)))
819 (format #t "installing `~a' to `~a'~%"
820 base man1dir)
821 (copy-file file
822 (string-append
823 man1dir "/" base))))
824 (find-files "doc" "\\.1"))
825 #t))))))
826 (synopsis "Tools and library for working with GIF images")
827 (description
828 "GIFLIB is a library for reading and writing GIF images. It is API and
829 ABI compatible with libungif which was in wide use while the LZW compression
830 algorithm was patented. Tools are also included to convert, manipulate,
831 compose, and analyze GIF images.")
832 (home-page "http://giflib.sourceforge.net/")
833 (license license:x11)))
834
835 (define-public libungif
836 (package
837 (name "libungif")
838 (version "4.1.4")
839 (source (origin
840 (method url-fetch)
841 (uri (string-append "mirror://sourceforge/giflib/libungif-4.x/"
842 "libungif-" version "/libungif-"
843 version ".tar.bz2"))
844 (sha256
845 (base32
846 "0cnksimmmjngdrys302ik1385sg1sj4i0gxivzldhgwd46n7x2kh"))))
847 (build-system gnu-build-system)
848 (inputs `(("perl" ,perl))) ;package ships some perl tools
849 (home-page "http://giflib.sourceforge.net/")
850 (synopsis "GIF decompression library")
851 (description
852 "libungif is the old GIF decompression library by the GIFLIB project.")
853 (license license:expat)))
854
855 (define-public imlib2
856 (package
857 (name "imlib2")
858 (version "1.6.1")
859 (source (origin
860 (method url-fetch)
861 (uri (string-append
862 "mirror://sourceforge/enlightenment/imlib2-src/" version
863 "/imlib2-" version ".tar.bz2"))
864 (sha256
865 (base32
866 "0v8n3dswx7rxqfd0q03xwc7j2w1mv8lv18rdxv487a1xw5vklfad"))))
867 (build-system gnu-build-system)
868 (native-inputs
869 `(("pkgconfig" ,pkg-config)))
870 (inputs
871 `(("bzip2" ,bzip2)
872 ("freetype" ,freetype)
873 ("giflib" ,giflib)
874 ("libid3tag" ,libid3tag)
875 ("libjpeg" ,libjpeg)
876 ("libpng" ,libpng)
877 ("libtiff" ,libtiff)
878 ("libx11" ,libx11)
879 ("libxext" ,libxext)
880 ("libwebp" ,libwebp)))
881 (home-page "https://sourceforge.net/projects/enlightenment/")
882 (synopsis
883 "Loading, saving, rendering and manipulating image files")
884 (description
885 "Imlib2 is a library that does image file loading and saving as well as
886 rendering, manipulation, arbitrary polygon support, etc.
887
888 It does ALL of these operations FAST. Imlib2 also tries to be highly
889 intelligent about doing them, so writing naive programs can be done easily,
890 without sacrificing speed.
891
892 This is a complete rewrite over the Imlib 1.x series. The architecture is
893 more modular, simple, and flexible.")
894 (license license:imlib2)))
895
896 (define-public giblib
897 (package
898 (name "giblib")
899 (version "1.2.4")
900 (source (origin
901 (method url-fetch)
902 (uri (list
903 (string-append
904 "http://linuxbrit.co.uk/downloads/giblib-"
905 version ".tar.gz")
906 (string-append
907 "https://sourceforge.net/projects/slackbuildsdirectlinks/"
908 "files/giblib/giblib-" version ".tar.gz")))
909 (sha256
910 (base32
911 "1b4bmbmj52glq0s898lppkpzxlprq9aav49r06j2wx4dv3212rhp"))))
912 (build-system gnu-build-system)
913 (inputs
914 `(("libx11" ,libx11)
915 ("imlib2" ,imlib2)))
916 (home-page "http://linuxbrit.co.uk/software/") ; no real home-page
917 (synopsis "Wrapper library for imlib2")
918 (description
919 "Giblib is a simple library which wraps imlib2's context API, avoiding
920 all the context_get/set calls, adds fontstyles to the truetype renderer and
921 supplies a generic doubly-linked list and some string functions.")
922 ;; This license removes a clause about X Consortium from the original
923 ;; X11 license.
924 (license (license:x11-style "file://COPYING"
925 "See 'COPYING' in the distribution."))))
926
927 (define-public freeimage
928 (package
929 (name "freeimage")
930 (version "3.18.0")
931 (source (origin
932 (method url-fetch)
933 (uri (string-append
934 "mirror://sourceforge/freeimage/Source%20Distribution/"
935 version "/FreeImage"
936 (string-concatenate (string-split version #\.))
937 ".zip"))
938 (sha256
939 (base32
940 "1z9qwi9mlq69d5jipr3v2jika2g0kszqdzilggm99nls5xl7j4zl"))
941 (modules '((guix build utils)))
942 (snippet
943 '(begin
944 (for-each
945 (lambda (dir)
946 (delete-file-recursively (string-append "Source/" dir)))
947 '("LibJPEG" "LibOpenJPEG" "LibPNG" "LibRawLite"
948 "LibJXR" "LibWebP" "OpenEXR" "ZLib"))))
949 (patches (search-patches "freeimage-unbundle.patch"))))
950 (build-system gnu-build-system)
951 (arguments
952 '(#:phases
953 (modify-phases %standard-phases
954 ;; According to Fedora these files depend on private headers, but their
955 ;; presence is required for building, so we replace them with empty files.
956 (add-after 'unpack 'delete-unbuildable-files
957 (lambda _
958 (for-each (lambda (file)
959 (delete-file file)
960 (close (open file O_CREAT)))
961 '("Source/FreeImage/PluginG3.cpp"
962 "Source/FreeImageToolkit/JPEGTransform.cpp"))
963 #t))
964 ;; These scripts generate the Makefiles.
965 (replace 'configure
966 (lambda _
967 (invoke "sh" "gensrclist.sh")
968 (invoke "sh" "genfipsrclist.sh")))
969 (add-before 'build 'patch-makefile
970 (lambda* (#:key outputs #:allow-other-keys)
971 (substitute* "Makefile.gnu"
972 (("/usr") (assoc-ref outputs "out"))
973 (("-o root -g root") ""))
974 #t)))
975 #:make-flags
976 (list "CC=gcc"
977 ;; We need '-fpermissive' for Source/FreeImage.h.
978 ;; libjxr doesn't have a pkg-config file.
979 (string-append "CFLAGS+=-O2 -fPIC -fvisibility=hidden -fpermissive "
980 "-I" (assoc-ref %build-inputs "libjxr") "/include/jxrlib"))
981 #:tests? #f)) ; no check target
982 (native-inputs
983 `(("pkg-config" ,pkg-config)
984 ("unzip" ,unzip)))
985 (inputs
986 `(("libjpeg" ,libjpeg)
987 ("libjxr" ,libjxr)
988 ("libpng" ,libpng)
989 ("libraw" ,libraw)
990 ("libtiff" ,libtiff)
991 ("libwebp" ,libwebp)
992 ("openexr" ,openexr)
993 ("openjpeg" ,openjpeg)
994 ("zlib" ,zlib)))
995 (synopsis "Library for handling popular graphics image formats")
996 (description
997 "FreeImage is a library for developers who would like to support popular
998 graphics image formats like PNG, BMP, JPEG, TIFF and others.")
999 (license license:gpl2+)
1000 (home-page "http://freeimage.sourceforge.net")))
1001
1002 (define-public vigra
1003 (package
1004 (name "vigra")
1005 (version "1.11.1")
1006 (source
1007 (origin
1008 (method url-fetch)
1009 (uri (string-append "https://github.com/ukoethe/vigra/releases/download/"
1010 "Version-" (string-join (string-split version #\.) "-")
1011 "/vigra-" version "-src.tar.gz"))
1012 (sha256 (base32
1013 "1bqs8vx5i1bzamvv563i24gx2xxdidqyxh9iaj46mbznhc84wmm5"))))
1014 (build-system cmake-build-system)
1015 ;; Otherwise it fails on <ci.guix.gnu.org> in the check phase after 3600
1016 ;; seconds of silence.
1017 (properties '((max-silent-time . 7200)))
1018 (inputs
1019 `(("boost" ,boost)
1020 ("fftw" ,fftw)
1021 ("fftwf" ,fftwf)
1022 ("hdf5" ,hdf5)
1023 ("ilmbase" ,ilmbase) ; propagated by openexr, but needed explicitly
1024 ; to create a configure-flag
1025 ("libjpeg" ,libjpeg)
1026 ("libpng" ,libpng)
1027 ("libtiff" ,libtiff)
1028 ("openexr" ,openexr)
1029 ("python" ,python-2) ; print syntax
1030 ("python2-numpy" ,python2-numpy)
1031 ("zlib" ,zlib)))
1032 (native-inputs
1033 `(("doxygen" ,doxygen)
1034 ("python2-nose" ,python2-nose)
1035 ("sphinx" ,python-sphinx)))
1036 (arguments
1037 `(#:test-target "check"
1038 #:phases
1039 (modify-phases %standard-phases
1040 (add-after 'unpack 'disable-broken-tests
1041 (lambda _
1042 ;; See https://github.com/ukoethe/vigra/issues/432
1043 (substitute* "test/fourier/CMakeLists.txt"
1044 (("VIGRA_ADD_TEST.*") ""))
1045 ;; This test fails with Numpy 1.15:
1046 ;; <https://github.com/ukoethe/vigra/issues/436>.
1047 (substitute* "vigranumpy/test/CMakeLists.txt"
1048 (("test1\\.py") ""))
1049 #t)))
1050 #:configure-flags
1051 (list "-Wno-dev" ; suppress developer mode with lots of warnings
1052 (string-append "-DVIGRANUMPY_INSTALL_DIR="
1053 (assoc-ref %outputs "out")
1054 "/lib/python2.7/site-packages")
1055 ;; OpenEXR is not enabled by default.
1056 "-DWITH_OPENEXR=1"
1057 ;; Fix rounding error on 32-bit machines
1058 "-DCMAKE_C_FLAGS=-ffloat-store"
1059 ;; The header files of ilmbase are not found when included
1060 ;; by the header files of openexr, and an explicit flag
1061 ;; needs to be set.
1062 (string-append "-DCMAKE_CXX_FLAGS=-I"
1063 (assoc-ref %build-inputs "ilmbase")
1064 "/include/OpenEXR"
1065 " -ffloat-store"))))
1066 (synopsis "Computer vision library")
1067 (description
1068 "VIGRA stands for Vision with Generic Algorithms. It is an image
1069 processing and analysis library that puts its main emphasis on customizable
1070 algorithms and data structures. It is particularly strong for
1071 multi-dimensional image processing.")
1072 (license license:expat)
1073 (home-page "https://ukoethe.github.io/vigra/")))
1074
1075 (define-public vigra-c
1076 (let* ((commit "66ff4fa5a7d4a77415caa676a45c2c6ea16562e7")
1077 (revision "1"))
1078 (package
1079 (name "vigra-c")
1080 (version (git-version "0.0.0" revision commit))
1081 (home-page "https://github.com/BSeppke/vigra_c")
1082 (source (origin
1083 (method git-fetch)
1084 (uri (git-reference
1085 (url home-page)
1086 (commit commit)))
1087 (sha256
1088 (base32
1089 "1pnd92s284dvsg8zp6md7p8ck55bmcsryz58gzic7jh6m72hg689"))
1090 (file-name (git-file-name name version))))
1091 (build-system cmake-build-system)
1092 (arguments
1093 `(#:tests? #f)) ; No test target.
1094 (native-inputs
1095 `(("doxygen" ,doxygen)))
1096 (inputs
1097 `(("fftw" ,fftw)
1098 ("fftwf" ,fftwf)
1099 ("hdf5" ,hdf5)
1100 ("vigra" ,vigra)))
1101 (synopsis "C interface to the VIGRA computer vision library")
1102 (description
1103 "This package provides a C interface to the VIGRA C++ computer vision
1104 library. It is designed primarily to ease the implementation of higher-level
1105 language bindings to VIGRA.")
1106 (license license:expat))))
1107
1108 (define-public libwebp
1109 (package
1110 (name "libwebp")
1111 (version "1.1.0")
1112 (source
1113 (origin
1114 ;; No tarballs are provided for >0.6.1.
1115 (method git-fetch)
1116 (uri (git-reference
1117 (url "https://chromium.googlesource.com/webm/libwebp")
1118 (commit (string-append "v" version))))
1119 (file-name (git-file-name name version))
1120 (sha256
1121 (base32
1122 "0r2yy9if0ndvpzadk39bigvsygyqnlv0xjb9w2aj6rs534mncazz"))))
1123 (build-system gnu-build-system)
1124 (inputs
1125 `(("freeglut" ,freeglut)
1126 ("giflib" ,giflib)
1127 ("libjpeg" ,libjpeg)
1128 ("libpng" ,libpng)
1129 ("libtiff" ,libtiff)))
1130 (native-inputs
1131 `(("autoconf" ,autoconf)
1132 ("automake" ,automake)
1133 ("libtool" ,libtool)))
1134 (arguments
1135 '(#:configure-flags '("--enable-libwebpmux"
1136 "--enable-libwebpdemux"
1137 "--enable-libwebpdecoder"
1138 "--disable-static")))
1139 (home-page "https://developers.google.com/speed/webp/")
1140 (synopsis "Lossless and lossy image compression")
1141 (description
1142 "WebP is a new image format that provides lossless and lossy compression
1143 for images. WebP lossless images are 26% smaller in size compared to
1144 PNGs. WebP lossy images are 25-34% smaller in size compared to JPEG images at
1145 equivalent SSIM index. WebP supports lossless transparency (also known as
1146 alpha channel) with just 22% additional bytes. Transparency is also supported
1147 with lossy compression and typically provides 3x smaller file sizes compared
1148 to PNG when lossy compression is acceptable for the red/green/blue color
1149 channels.")
1150 (license license:bsd-3)))
1151
1152 (define-public libmng
1153 (package
1154 (name "libmng")
1155 (version "2.0.3")
1156 (source (origin
1157 (method url-fetch)
1158 (uri (string-append "mirror://sourceforge/libmng/libmng-devel/"
1159 version "/" name "-" version ".tar.xz"))
1160 (sha256
1161 (base32
1162 "1lvxnpds0vcf0lil6ia2036ghqlbl740c4d2sz0q5g6l93fjyija"))))
1163 (build-system gnu-build-system)
1164 (propagated-inputs
1165 ;; These are all in the 'Libs.private' field of libmng.pc.
1166 `(("lcms" ,lcms)
1167 ("libjpeg" ,libjpeg)
1168 ("zlib" ,zlib)))
1169 (home-page "http://www.libmng.com/")
1170 (synopsis "Library for handling MNG files")
1171 (description
1172 "Libmng is the MNG (Multiple-image Network Graphics) reference library.")
1173 (license license:bsd-3)))
1174
1175 (define-public exiv2
1176 (package
1177 (name "exiv2")
1178 (version "0.27.2")
1179 (source
1180 (origin
1181 (method url-fetch)
1182 (uri (string-append "https://www.exiv2.org/builds/exiv2-" version
1183 "-Source.tar.gz"))
1184 (sha256
1185 (base32 "0gqminvj14xm3rgbnydbywf22608js80rp7nmxxk4497j5mzali6"))))
1186 (build-system cmake-build-system)
1187 (arguments '(#:tests? #f)) ; no test suite
1188 (propagated-inputs
1189 `(("expat" ,expat)
1190 ("zlib" ,zlib)))
1191 (home-page "https://www.exiv2.org/")
1192 (synopsis "Library and command-line utility to manage image metadata")
1193 (description
1194 "Exiv2 is a C++ library and a command line utility to manage image
1195 metadata. It provides fast and easy read and write access to the Exif, IPTC
1196 and XMP metadata of images in various formats.")
1197
1198 ;; Files under `xmpsdk' are a copy of Adobe's XMP SDK, licensed under the
1199 ;; 3-clause BSD license: <http://www.adobe.com/devnet/xmp/sdk/eula.html>.
1200 ;; The core is GPLv2+:
1201 ;; <https://launchpad.net/ubuntu/precise/+source/exiv2/+copyright>.
1202 (license license:gpl2+)))
1203
1204 (define-public exiv2-0.26
1205 (package
1206 (inherit exiv2)
1207 (version "0.26")
1208 (source (origin
1209 (method url-fetch)
1210 (uri (list (string-append "https://www.exiv2.org/builds/exiv2-"
1211 version "-trunk.tar.gz")
1212 (string-append "https://www.exiv2.org/exiv2-"
1213 version ".tar.gz")
1214 (string-append "https://fossies.org/linux/misc/exiv2-"
1215 version ".tar.gz")))
1216 (patches (search-patches "exiv2-CVE-2017-14860.patch"
1217 "exiv2-CVE-2017-14859-14862-14864.patch"))
1218 (sha256
1219 (base32
1220 "1yza317qxd8yshvqnay164imm0ks7cvij8y8j86p1gqi1153qpn7"))))
1221 (build-system gnu-build-system)
1222 (arguments '(#:tests? #f)) ; no `check' target
1223 (propagated-inputs
1224 `(("expat" ,expat)
1225 ("zlib" ,zlib)))
1226 (native-inputs
1227 `(("intltool" ,intltool)))
1228
1229 ;; People should rely on the newer version, so don't expose it.
1230 (properties `((hidden? . #t)))))
1231
1232 (define-public devil
1233 (package
1234 (name "devil")
1235 (version "1.8.0")
1236 (source (origin
1237 (method url-fetch)
1238 (uri (string-append "http://downloads.sourceforge.net/openil/"
1239 "DevIL-" version ".tar.gz"))
1240 (sha256
1241 (base32
1242 "02dpzvi493r09c9hfjnk54nladl3qw55iqkkg18g12fxwwz9fx80"))))
1243 (build-system cmake-build-system)
1244 (arguments
1245 '(;; XXX: Not supported in the released CMakeLists.txt.
1246 ;; Enable this for > 1.8.0.
1247 #:tests? #f
1248 #:phases
1249 (modify-phases %standard-phases
1250 (add-before 'configure 'change-directory
1251 (lambda _ (chdir "DevIL") #t)))))
1252 (native-inputs
1253 `(("pkg-config" ,pkg-config)))
1254 (inputs
1255 `(("lcms" ,lcms)
1256 ("libjpeg" ,libjpeg-turbo)
1257 ("libmng" ,libmng)
1258 ("libpng" ,libpng)
1259 ("libtiff" ,libtiff)
1260 ("openexr" ,openexr)
1261 ("zlib" ,zlib)))
1262 (synopsis "Library for manipulating many image formats")
1263 (description "Developer's Image Library (DevIL) is a library to develop
1264 applications with support for many types of images. DevIL can load, save,
1265 convert, manipulate, filter and display a wide variety of image formats.")
1266 (home-page "http://openil.sourceforge.net")
1267 (license license:lgpl2.1+)))
1268
1269 (define-public jasper
1270 (package
1271 (name "jasper")
1272 (version "2.0.16")
1273 (source (origin
1274 (method git-fetch)
1275 (uri (git-reference
1276 (url "https://github.com/mdadams/jasper.git")
1277 (commit (string-append "version-" version))))
1278 (file-name (git-file-name name version))
1279 (sha256
1280 (base32
1281 "05l75yd1zsxwv25ykwwwjs8961szv7iywf16nc6vc6qpby27ckv6"))))
1282 (build-system cmake-build-system)
1283 (inputs `(("libjpeg" ,libjpeg)))
1284 (synopsis "JPEG-2000 library")
1285 (description "The JasPer Project is an initiative to provide a reference
1286 implementation of the codec specified in the JPEG-2000 Part-1 standard (i.e.,
1287 ISO/IEC 15444-1).")
1288 (home-page "https://www.ece.uvic.ca/~frodo/jasper/")
1289 (license (license:x11-style "file://LICENSE"))))
1290
1291 (define-public zimg
1292 (package
1293 (name "zimg")
1294 (version "2.9.3")
1295 (source
1296 (origin
1297 (method git-fetch)
1298 (uri (git-reference
1299 (url "https://github.com/sekrit-twc/zimg.git")
1300 (commit (string-append "release-" version))))
1301 (file-name (git-file-name name version))
1302 (sha256
1303 (base32 "12bs2rfmmy021087i10vxibdbbvd5vld0vk3h5hymhpz7rgszcmg"))))
1304 (build-system gnu-build-system)
1305 (native-inputs
1306 `(("autoconf" ,autoconf)
1307 ("automake" ,automake)
1308 ("libtool" ,libtool)))
1309 (synopsis "Scaling, colorspace conversion, and dithering library")
1310 (description "Zimg implements the commonly required image processing basics
1311 of scaling, colorspace conversion, and depth conversion. A simple API enables
1312 conversion between any supported formats to operate with minimal knowledge from
1313 the programmer.")
1314 (home-page "https://github.com/sekrit-twc/zimg")
1315 ;; test/extra/ contains musl-libm,
1316 ;; which is MIT/expat licensed, but only used for tests
1317 (license license:wtfpl2)))
1318
1319 (define-public perceptualdiff
1320 (package
1321 (name "perceptualdiff")
1322 (version "1.3")
1323 (source
1324 (origin
1325 (method git-fetch)
1326 (uri (git-reference
1327 (url "https://github.com/myint/perceptualdiff.git")
1328 (commit (string-append "v" version))))
1329 (file-name (git-file-name name version))
1330 (sha256
1331 (base32 "0yys55f9i9g3wjjg0j2m0p0k21zwnid8520a8lrr30khm4k5gibp"))))
1332 (build-system cmake-build-system)
1333 (inputs `(("freeimage" ,freeimage)))
1334 (arguments
1335 '(#:phases (modify-phases %standard-phases
1336 (add-after 'unpack 'fix-tests
1337 ;; cmake-build-system uses a build/ directory outside
1338 ;; of the source tree, one level higher than expected
1339 (lambda _
1340 (substitute* "test/run_tests.bash"
1341 (("../build") "../../build"))
1342 #t)))))
1343 (home-page "https://github.com/myint/perceptualdiff")
1344 (synopsis "Perceptual image comparison utility")
1345 (description "PerceptualDiff visually compares two images to determine
1346 whether they look alike. It uses a computational model of the human visual
1347 system to detect similarities. This allows it too see beyond irrelevant
1348 differences in file encoding, image quality, and other small variations.")
1349 (license license:gpl2+)))
1350
1351 (define-public steghide
1352 (package
1353 (name "steghide")
1354 (version "0.5.1")
1355 (source (origin
1356 (method url-fetch)
1357 (uri (string-append "mirror://sourceforge/steghide/steghide/"
1358 version "/steghide-" version ".tar.bz2"))
1359 (sha256
1360 (base32
1361 "18bxlhbdc3zsmxj84i417xjh0q28kv26q449k23n0a72ldwziix2"))
1362 (patches (list (search-patch "steghide-fixes.patch")))))
1363 (build-system gnu-build-system)
1364 (native-inputs
1365 `(("gettext" ,gettext-minimal)
1366 ("libtool" ,libtool)
1367 ("perl" ,perl))) ;for tests
1368 (inputs
1369 `(("libmhash" ,libmhash)
1370 ("libmcrypt" ,libmcrypt)
1371 ("libjpeg" ,libjpeg)
1372 ("zlib" ,zlib)))
1373 (arguments
1374 `(#:make-flags '("CXXFLAGS=-fpermissive") ;required for MHashPP.cc
1375
1376 #:phases (modify-phases %standard-phases
1377 (add-before 'configure 'set-perl-search-path
1378 (lambda _
1379 ;; Work around "dotless @INC" build failure.
1380 (setenv "PERL5LIB"
1381 (string-append (getcwd) "/tests:"
1382 (getenv "PERL5LIB")))
1383 #t)))))
1384 (home-page "http://steghide.sourceforge.net")
1385 (synopsis "Image and audio steganography")
1386 (description
1387 "Steghide is a program to hide data in various kinds of image and audio
1388 files (known as @dfn{steganography}). Neither color nor sample frequencies are
1389 changed, making the embedding resistant against first-order statistical tests.")
1390 (license license:gpl2+)))
1391
1392 (define-public stb-image-for-extempore
1393 (let ((revision "1")
1394 (commit "152a250a702bf28951bb0220d63bc0c99830c498"))
1395 (package
1396 (name "stb-image-for-extempore")
1397 (version (string-append "0-" revision "." (string-take commit 9)))
1398 (source
1399 (origin (method git-fetch)
1400 (uri (git-reference
1401 (url "https://github.com/extemporelang/stb.git")
1402 (commit commit)))
1403 (sha256
1404 (base32
1405 "0y0aa20pj9311x2ii06zg8xs34idg14hfgldqc5ymizc6cf1qiqv"))
1406 (file-name (string-append name "-" version "-checkout"))))
1407 (build-system cmake-build-system)
1408 (arguments `(#:tests? #f)) ; no tests included
1409 ;; Extempore refuses to build on architectures other than x86_64
1410 (supported-systems '("x86_64-linux"))
1411 (home-page "https://github.com/extemporelang/stb")
1412 (synopsis "Image library for Extempore")
1413 (description
1414 "This package is a collection of assorted single-file libraries. Of
1415 all included libraries only the image loading and decoding library is
1416 installed as @code{stb_image}.")
1417 (license license:public-domain))))
1418
1419 (define-public optipng
1420 (package
1421 (name "optipng")
1422 (version "0.7.7")
1423 (source
1424 (origin
1425 (method url-fetch)
1426 (uri (string-append "http://prdownloads.sourceforge.net/optipng/optipng-"
1427 version ".tar.gz"))
1428 (sha256
1429 (base32
1430 "0lj4clb851fzpaq446wgj0sfy922zs5l5misbpwv6w7qrqrz4cjg"))
1431 (modules '((guix build utils)))
1432 (snippet
1433 '(begin
1434 (delete-file-recursively "src/libpng")
1435 (delete-file-recursively "src/zlib")
1436 #t))))
1437 (build-system gnu-build-system)
1438 (inputs
1439 `(("libpng" ,libpng)
1440 ("zlib" ,zlib)))
1441 (arguments
1442 '(#:phases
1443 (modify-phases %standard-phases
1444 (replace 'configure
1445 (lambda* (#:key outputs #:allow-other-keys)
1446 ;; configure script doesn't accept arguments CONFIG_SHELL and SHELL
1447 (invoke "sh" "configure"
1448 (string-append "--prefix=" (assoc-ref outputs "out"))
1449 "-with-system-libs")
1450 #t)))))
1451 (synopsis "Optimizer that recompresses PNG image files to a smaller size")
1452 (description "OptiPNG is a PNG optimizer that recompresses image
1453 files to a smaller size, without losing any information. This program
1454 also converts external formats (BMP, GIF, PNM and TIFF) to optimized
1455 PNG, and performs PNG integrity checks and corrections.")
1456 (home-page "http://optipng.sourceforge.net/")
1457 (license license:zlib)))
1458
1459 (define-public pngsuite
1460 (package
1461 (name "pngsuite")
1462 (version "2017jul19")
1463 (source
1464 (origin
1465 (method url-fetch/tarbomb)
1466 (uri (string-append "http://www.schaik.com/pngsuite2011/PngSuite-"
1467 version ".tgz"))
1468 (sha256
1469 (base32
1470 "1j7xgd9iffcnpphhzz9ld9ybrjmx9brhq0803g0450ssr52b5502"))))
1471 (build-system gnu-build-system)
1472 (arguments
1473 '(#:tests? #f ; there is no test target
1474 #:license-file-regexp "PngSuite.LICENSE"
1475 #:phases
1476 (modify-phases %standard-phases
1477 (replace 'install
1478 (lambda* (#:key outputs #:allow-other-keys)
1479 (let ((out (assoc-ref outputs "out")))
1480 (copy-recursively "." (string-append out "/"))
1481 #t)))
1482 (delete 'build)
1483 (delete 'configure))))
1484 (home-page "http://www.schaik.com/pngsuite2011/pngsuite.html")
1485 (synopsis "Example PNGs for use in test suites")
1486 (description "Collection of graphics images created to test PNG
1487 applications like viewers, converters and editors. As far as that is
1488 possible, all formats supported by the PNG standard are represented.")
1489 (license (license:fsdg-compatible "file://PngSuite.LICENSE" "Permission to
1490 use, copy, modify and distribute these images for any purpose and without fee
1491 is hereby granted."))))
1492
1493 (define-public libjpeg-turbo
1494 (package
1495 (name "libjpeg-turbo")
1496 (version "2.0.2")
1497 (replacement libjpeg-turbo/fixed)
1498 (source (origin
1499 (method url-fetch)
1500 (uri (string-append "mirror://sourceforge/libjpeg-turbo/"
1501 version "/libjpeg-turbo-" version ".tar.gz"))
1502 (sha256
1503 (base32
1504 "1v9gx1gdzgxf51nd55ncq7rghmj4x9x91rby50ag36irwngmkf5c"))))
1505 (build-system cmake-build-system)
1506 (native-inputs
1507 `(("nasm" ,nasm)))
1508 (arguments
1509 '(#:configure-flags '("-DCMAKE_INSTALL_LIBDIR:PATH=lib"
1510 "-DENABLE_STATIC=0")))
1511 (home-page "https://libjpeg-turbo.org/")
1512 (synopsis "SIMD-accelerated JPEG image handling library")
1513 (description "libjpeg-turbo is a JPEG image codec that accelerates baseline
1514 JPEG compression and decompression using SIMD instructions: MMX on x86, SSE2 on
1515 x86-64, NEON on ARM, and AltiVec on PowerPC processors. Even on other systems,
1516 its highly-optimized Huffman coding routines allow it to outperform libjpeg by
1517 a significant amount.
1518 libjpeg-turbo implements both the traditional libjpeg API and the less powerful
1519 but more straightforward TurboJPEG API, and provides a full-featured Java
1520 interface. It supports color space extensions that allow it to compress from
1521 and decompress to 32-bit and big-endian pixel buffers (RGBX, XBGR, etc.).")
1522 ;; libjpeg-turbo is covered by three different licenses; see LICENSE.md.
1523 (license (list license:bsd-3 ;the TurboJPEG API library and programs
1524 license:ijg ;the libjpeg library and associated tools
1525 license:zlib)))) ;the libjpeg-turbo SIMD extensions
1526
1527 ;; Replacement package to fix CVE-2019-13960 and CVE-2019-2201.
1528 (define libjpeg-turbo/fixed
1529 (package
1530 (inherit libjpeg-turbo)
1531 (version "2.0.3")
1532 (source (origin
1533 (method url-fetch)
1534 (uri (string-append "mirror://sourceforge/libjpeg-turbo/"
1535 version "/libjpeg-turbo-" version ".tar.gz"))
1536 (sha256
1537 (base32
1538 "1ds16bnj17v6hzd43w8pzijz3imd9am4hw75ir0fxm240m8dwij2"))
1539 (patches (search-patches "libjpeg-turbo-CVE-2019-2201.patch"))))))
1540
1541 (define-public niftilib
1542 (package
1543 (name "niftilib")
1544 (version "2.0.0")
1545 (source (origin
1546 (method url-fetch)
1547 (uri (list (string-append "mirror://sourceforge/niftilib/"
1548 "nifticlib/nifticlib_"
1549 (string-join (string-split version #\.) "_")
1550 "/nifticlib-" version ".tar.gz")))
1551 (sha256
1552 (base32 "123z9bwzgin5y8gi5ni8j217k7n683whjsvg0lrpii9flgk8isd3"))))
1553 (build-system gnu-build-system)
1554 (arguments
1555 '(#:tests? #f ; there is no test target
1556 #:parallel-build? #f ; not supported
1557 #:make-flags
1558 (list "SHELL=bash"
1559 (string-append "ZLIB_INC="
1560 (assoc-ref %build-inputs "zlib") "/include")
1561 ;; Append "-fPIC" to CFLAGS.
1562 (string-append "CFLAGS="
1563 "-Wall -ansi -pedantic -fPIC"))
1564 #:phases
1565 (modify-phases %standard-phases
1566 (replace 'install
1567 (lambda* (#:key outputs #:allow-other-keys)
1568 (let ((out (assoc-ref outputs "out")))
1569 (for-each
1570 (lambda (dir)
1571 (copy-recursively dir (string-append out "/" dir)))
1572 '("bin" "lib" "include")))
1573 #t))
1574 (delete 'configure))))
1575 (inputs
1576 `(("zlib" ,zlib)))
1577 (synopsis "Library for reading and writing files in the nifti-1 format")
1578 (description "Niftilib is a set of i/o libraries for reading and writing
1579 files in the nifti-1 data format - a binary file format for storing
1580 medical image data, e.g. magnetic resonance image (MRI) and functional MRI
1581 (fMRI) brain images.")
1582 (home-page "http://niftilib.sourceforge.net")
1583 (license license:public-domain)))
1584
1585 (define-public gpick
1586 (package
1587 (name "gpick")
1588 (version "0.2.5")
1589 (source (origin
1590 (method git-fetch)
1591 (uri (git-reference
1592 (url "https://github.com/thezbyg/gpick.git")
1593 (commit (string-append name "-" version))))
1594 (file-name (git-file-name name version))
1595 (sha256
1596 (base32
1597 "0mcj806zagh122qgrdkrg0macpzby97y89xi2sjyn3bh8vmmyxjy"))))
1598 (build-system scons-build-system)
1599 (native-inputs
1600 `(("boost" ,boost)
1601 ("gettext" ,gnu-gettext)
1602 ("pkg-config" ,pkg-config)))
1603 (inputs
1604 `(("expat" ,expat)
1605 ("gtk2" ,gtk+-2)
1606 ("lua" ,lua-5.2)))
1607 (arguments
1608 `(#:tests? #f
1609 #:scons ,scons-python2
1610 #:scons-flags (list (string-append "DESTDIR=" %output))
1611 #:phases
1612 (modify-phases %standard-phases
1613 (add-before 'build 'fix-lua-reference
1614 (lambda _
1615 (substitute* "SConscript"
1616 (("lua5.2") "lua-5.2"))
1617 #t)))))
1618 (home-page "http://www.gpick.org/")
1619 (synopsis "Color picker")
1620 (description "Gpick is an advanced color picker and palette editing tool.")
1621 (license license:bsd-3)))
1622
1623 (define-public libiptcdata
1624 (package
1625 (name "libiptcdata")
1626 (version "1.0.5")
1627 (source (origin
1628 (method url-fetch)
1629 (uri (string-append "https://github.com/ianw/libiptcdata"
1630 "/releases/download/release_"
1631 (string-join (string-split version #\.) "_")
1632 "/" name "-" version ".tar.gz"))
1633 (sha256
1634 (base32
1635 "17m2bscc76r1bymjgb44fbbfrdsjfqyb2ivg9wchyllm8pgx1560"))))
1636 (build-system gnu-build-system)
1637 (home-page "https://github.com/ianw/libiptcdata")
1638 (synopsis "IPTC metadata manipulation library")
1639 (description
1640 "Libiptcdata is a C library for manipulating the International Press
1641 Telecommunications Council (@dfn{IPTC}) metadata stored within multimedia files
1642 such as images. This metadata can include captions and keywords, often used by
1643 popular photo management applications. The library provides routines for
1644 parsing, viewing, modifying, and saving this metadata.")
1645 (license license:lgpl2.0+)))
1646
1647 (define-public flameshot
1648 (package
1649 (name "flameshot")
1650 (version "0.5.1")
1651 (source
1652 (origin
1653 (method git-fetch)
1654 (uri (git-reference
1655 (url "https://github.com/lupoDharkael/flameshot.git")
1656 (commit (string-append "v" version))))
1657 (file-name (git-file-name name version))
1658 (sha256
1659 (base32
1660 "13h77np93r796jf289v4r687cmnpqkyqs34dm9gif4akaig74ky0"))))
1661 (build-system gnu-build-system)
1662 (native-inputs
1663 `(("qttools" ,qttools)))
1664 (inputs
1665 `(("qtbase" ,qtbase)))
1666 (arguments
1667 `(#:tests? #f ; no tests
1668 #:phases
1669 (modify-phases %standard-phases
1670 (replace 'configure
1671 (lambda* (#:key outputs #:allow-other-keys)
1672 (invoke "qmake"
1673 "CONFIG+=packaging"
1674 (string-append "BASEDIR=" (assoc-ref outputs "out"))
1675 "PREFIX=/"))))))
1676 (home-page "https://github.com/lupoDharkael/flameshot")
1677 (synopsis "Powerful yet simple to use screenshot software")
1678 (description "Flameshot is a screenshot program.
1679 Features:
1680
1681 @itemize
1682 @item Customizable appearance.
1683 @item Easy to use.
1684 @item In-app screenshot edition.
1685 @item DBus interface.
1686 @item Upload to Imgur.
1687 @end itemize\n")
1688 (license license:gpl3+)))
1689
1690 (define-public gifsicle
1691 (package
1692 (name "gifsicle")
1693 (version "1.92")
1694 (source
1695 (origin
1696 (method url-fetch)
1697 (uri (string-append "https://www.lcdf.org/gifsicle/gifsicle-"
1698 version ".tar.gz"))
1699 (sha256
1700 (base32 "0rffpzxcak19k6cngpxn73khvm3z1gswrqs90ycdzzb53p05ddas"))))
1701 (build-system gnu-build-system)
1702 (arguments
1703 '(#:phases
1704 (modify-phases %standard-phases
1705 (add-before 'check 'patch-tests
1706 (lambda _
1707 (substitute* "test/testie"
1708 (("/usr/bin/perl")
1709 (which "perl"))
1710 (("/bin/sh")
1711 (which "sh"))
1712 (("/bin/rm")
1713 (which "rm")))
1714 #t)))))
1715 (native-inputs `(("perl" ,perl))) ; only for tests
1716 (inputs `(("libx11" ,libx11)))
1717 (home-page "https://www.lcdf.org/gifsicle/")
1718 (synopsis "Edit GIF images and animations")
1719 (description "Gifsicle is a command-line GIF image manipulation tool that:
1720
1721 @itemize
1722 @item Provides a batch mode for changing GIFs in place.
1723 @item Prints detailed information about GIFs, including comments.
1724 @item Control over interlacing, comments, looping, transparency, etc.
1725 @item Creates well-behaved GIFs: removes redundant colors, only uses local color
1726 tables, etc.
1727 @item Shrinks colormaps and change images to use the Web-safe palette.
1728 @item Optimizes GIF animations, or unoptimizes them for easier editing.
1729 @end itemize
1730
1731 Two other programs are included with Gifsicle: @command{gifview} is a
1732 lightweight animated-GIF viewer, and @command{gifdiff} compares two GIFs for
1733 identical visual appearance.")
1734 (license license:gpl2+)))
1735
1736 ;; 1.0.7 is buggy and reverted in git repository.
1737 (define-public jp2a
1738 (package
1739 (name "jp2a")
1740 (version "1.0.6")
1741 (source
1742 (origin
1743 (method url-fetch)
1744 (uri (string-append "mirror://debian/pool/main/j/jp2a/jp2a_"
1745 version ".orig.tar.gz"))
1746 (sha256
1747 (base32
1748 "076frk3pa16s4r1b10zgy81vdlz0385zh3ykbnkaij25jn5aqc09"))))
1749 (build-system gnu-build-system)
1750 (inputs
1751 `(("curl" ,curl)
1752 ("libjpeg" ,libjpeg)
1753 ("ncurses" ,ncurses)))
1754 (home-page "https://csl.name/jp2a/")
1755 (synopsis "Convert JPEG images to ASCII")
1756 (description
1757 "Jp2a is a small utility that converts JPEG images to ASCII.")
1758 (license license:gpl2)))
1759
1760 (define-public grim
1761 (package
1762 (name "grim")
1763 (version "1.2.0")
1764 (source
1765 (origin
1766 (method git-fetch)
1767 (uri (git-reference
1768 (url "https://github.com/emersion/grim.git")
1769 (commit (string-append "v" version))))
1770 (file-name (git-file-name name version))
1771 (sha256
1772 (base32 "0brljl4zfbn5mh9hkfrfkvd27c5y9vdkgap9r1hrfy9r1x20sskn"))))
1773 (build-system meson-build-system)
1774 (native-inputs `(("pkg-config" ,pkg-config)))
1775 (inputs `(("cairo" ,cairo)
1776 ("libjpeg-turbo" ,libjpeg-turbo)
1777 ("scdoc" ,scdoc)
1778 ("wayland" ,wayland)
1779 ("wayland-protocols" ,wayland-protocols)))
1780 (home-page "https://github.com/emersion/grim")
1781 (synopsis "Create screenshots from a Wayland compositor")
1782 (description "grim can create screenshots from a Wayland compositor.")
1783 ;; MIT license.
1784 (license license:expat)))
1785
1786 (define-public slurp
1787 (package
1788 (name "slurp")
1789 (version "1.2.0")
1790 (source
1791 (origin
1792 (method git-fetch)
1793 (uri (git-reference
1794 (url "https://github.com/emersion/slurp.git")
1795 (commit (string-append "v" version))))
1796 (file-name (git-file-name name version))
1797 (sha256
1798 (base32 "0580m6kaiilgsrcj608r837r37sl6a25y7w21p7d6ij20fs3gvg1"))))
1799 (build-system meson-build-system)
1800 (native-inputs `(("pkg-config" ,pkg-config)))
1801 (inputs `(("cairo" ,cairo)
1802 ("scdoc" ,scdoc)
1803 ("wayland" ,wayland)
1804 ("wayland-protocols" ,wayland-protocols)))
1805 (home-page "https://github.com/emersion/slurp")
1806 (synopsis "Select a region in a Wayland compositor")
1807 (description "Slurp can select a region in a Wayland compositor and print it
1808 to the standard output. It works well together with grim.")
1809 ;; MIT license.
1810 (license license:expat)))
1811
1812 (define-public sng
1813 (package
1814 (name "sng")
1815 (version "1.1.0")
1816 (source
1817 (origin
1818 (method url-fetch)
1819 (uri (string-append "mirror://sourceforge/sng/sng-"
1820 version ".tar.gz"))
1821 (sha256
1822 (base32 "06a6ydvx9xb3vxvrzdrg3hq0rjwwj9ibr7fyyxjxq6qx1j3mb70i"))))
1823 (build-system gnu-build-system)
1824 (arguments
1825 `(#:phases
1826 (modify-phases %standard-phases
1827 (add-before 'check 'link-pngsuite
1828 ;; tests expect pngsuite in source dir
1829 (lambda* (#:key inputs #:allow-other-keys)
1830 (symlink (assoc-ref inputs "pngsuite") "pngsuite")
1831 #t)))
1832 #:configure-flags
1833 (list (string-append "--with-rgbtxt="
1834 (assoc-ref %build-inputs "xorg-rgb")
1835 "/share/X11/rgb.txt"))))
1836 (inputs `(("xorg-rgb" ,xorg-rgb)
1837 ("libpng" ,libpng)))
1838 (native-inputs `(("pngsuite" ,pngsuite)))
1839 (home-page "http://sng.sourceforge.net")
1840 (synopsis "Markup language for representing PNG contents")
1841 (description "SNG (Scriptable Network Graphics) is a minilanguage designed
1842 specifically to represent the entire contents of a PNG (Portable Network
1843 Graphics) file in an editable form. Thus, SNGs representing elaborate
1844 graphics images and ancillary chunk data can be readily generated or modified
1845 using only text tools.
1846
1847 SNG is implemented by a compiler/decompiler called sng that
1848 losslessly translates between SNG and PNG.")
1849 (license license:zlib)))
1850
1851 (define-public lodepng
1852 ;; There are no tags in the repository, so we take the version as defined in
1853 ;; lodepng.cpp.
1854 (let ((commit "48e5364ef48ec2408f44c727657ac1b6703185f8")
1855 (revision "1")
1856 (version "20200215"))
1857 (package
1858 (name "lodepng")
1859 (version (git-version version revision commit))
1860 (source (origin
1861 (method git-fetch)
1862 (uri (git-reference
1863 (url "https://github.com/lvandeve/lodepng")
1864 (commit commit)))
1865 (sha256
1866 (base32
1867 "1a1x8ag2scanzb2066jm9hg2y9kaa3wmpgmz10l1x9bkpik612lw"))
1868 (file-name (git-file-name name version))))
1869 (build-system gnu-build-system)
1870 (arguments
1871 '(#:phases
1872 (modify-phases %standard-phases
1873 (delete 'configure)
1874 (replace 'build
1875 (lambda _
1876 (setenv "CXXFLAGS" "-fPIC")
1877 (invoke "make" "lodepng.o")
1878 (invoke "make" "lodepng_util.o")
1879 (invoke "g++" "-fPIC" "-O3"
1880 "-o" "liblodepng.so"
1881 "-shared" "lodepng.o" "lodepng_util.o")
1882 #t))
1883 (replace 'check
1884 (lambda _
1885 (invoke "make" "unittest")
1886 (invoke "./unittest")
1887 #t))
1888 (replace 'install
1889 (lambda* (#:key outputs #:allow-other-keys)
1890 (let* ((out (assoc-ref outputs "out"))
1891 (doc (string-append out "/share/doc"))
1892 (lib (string-append out "/lib"))
1893 (include (string-append out "/include")))
1894 (install-file "lodepng.h" include)
1895 (install-file "lodepng_util.h" include)
1896 (install-file "liblodepng.so" lib)
1897 (install-file "README.md" doc)
1898 #t))))))
1899 (home-page "https://lodev.org/lodepng/")
1900 (synopsis "PNG encoder and decoder in C and C++, without dependencies")
1901 (description "LodePNG is a PNG image decoder and encoder, all in one,
1902 no dependency or linkage required. It's made for C (ISO C90), and has a C++
1903 wrapper with a more convenient interface on top.")
1904 (license license:zlib))))
1905
1906 (define-public icoutils
1907 (package
1908 (name "icoutils")
1909 (version "0.32.3")
1910 (source
1911 (origin
1912 (method url-fetch)
1913 (uri (string-append
1914 "mirror://savannah/icoutils/icoutils-" version ".tar.bz2"))
1915 (sha256
1916 (base32 "1q66cksms4l62y0wizb8vfavhmf7kyfgcfkynil3n99s0hny1aqp"))))
1917 (build-system gnu-build-system)
1918 (inputs
1919 `(("libpng" ,libpng)
1920 ("perl" ,perl)))
1921 (propagated-inputs
1922 `(("perl-libwww" ,perl-libwww)))
1923 (home-page "https://www.nongnu.org/icoutils/")
1924 (synopsis "Extract and convert bitmaps from Windows icon and cursor files")
1925 (description "Icoutils are a set of program for extracting and converting
1926 bitmaps from Microsoft Windows icon and cursor files. These files usually
1927 have the extension @code{.ico} or @code{.cur}, but they can also be embedded
1928 in executables and libraries (@code{.dll}-files). (Such embedded files are
1929 referred to as resources.)
1930
1931 Conversion of these files to and from PNG images is done @command{icotool}.
1932 @command{extresso} automates these tasks with the help of special resource
1933 scripts. Resources such can be extracted from MS Windows executable and
1934 library files with @command{wrestool}.
1935
1936 This package can be used to create @code{favicon.ico} files for web sites.")
1937 (license license:gpl3+)))
1938
1939 (define-public libavif
1940 (package
1941 (name "libavif")
1942 (version "0.5.6")
1943 (source (origin
1944 (method git-fetch)
1945 (uri (git-reference
1946 (url "https://github.com/AOMediaCodec/libavif")
1947 (commit (string-append "v" version))))
1948 (file-name (git-file-name name version))
1949 (sha256
1950 (base32
1951 "15g76j9vb88q1v3azscph8im8714zdl70bni0al4ww9v80vhqpkd"))))
1952 (build-system cmake-build-system)
1953 (arguments
1954 `(#:configure-flags '("-DAVIF_CODEC_AOM=ON" "-DAVIF_CODEC_DAV1D=ON"
1955 "-DAVIF_CODEC_RAV1E=OFF" ; not packaged yet
1956 "-DAVIF_BUILD_TESTS=ON")
1957 #:phases
1958 (modify-phases %standard-phases
1959 (add-after 'install 'install-readme
1960 (lambda* (#:key outputs #:allow-other-keys)
1961 (let* ((out (assoc-ref outputs "out"))
1962 (doc (string-append out "/share/doc/libavif-"
1963 ,version)))
1964 (install-file "../source/README.md" doc)))))
1965 ;; The test suite runs tests for all supported codecs and fails because we don't
1966 ;; have rav1e yet.
1967 ;; (replace 'check
1968 ;; (lambda _
1969 ;; (invoke "./aviftest" "../source/tests/data"))))
1970 #:tests? #f))
1971 (inputs
1972 `(("libaom" ,libaom)
1973 ("dav1d" ,dav1d)))
1974 (synopsis "Encode and decode AVIF files")
1975 (description "Libavif is a C implementation of the AV1 Image File Format
1976 (AVIF). It can encode and decode all YUV formats and bit depths supported by
1977 AOM, including with alpha.")
1978 (home-page "https://github.com/AOMediaCodec/libavif")
1979 (license (list license:bsd-2 ; libavif itself
1980 license:expat)))) ; cJSON in the test suite