Umlaute raus!
[closure-html.git] / src / imagelib / jpeg.lisp
blob45990333bfb156af7a79bfa653b1c29b24d05e10
1 ;;; jpeg.lisp -- render JPEG files in Closure
2 ;;;
3 ;;; Author: Eric Marsden <eric.marsden@free.fr>
4 ;;
5 ;;
6 ;; This will soon be replaced by an implementation based on cl-jpeg.
8 (in-package :imagelib)
11 (defun jpeg-stream->aimage (input)
12 (any->aimage-by-filter "djpeg" input))
15 ;; EOF