Package: libapache-gallery-perl Version: 0.99-svn060811-1 Severity: wishlist Tags: patch
This little patch adds an option to force all the generated images to be JPEGs even if the originals are not. -- System Information: Debian Release: lenny/sid APT prefers unstable APT policy: (999, 'unstable'), (77, 'testing'), (66, 'stable'), (1, 'experimental') Architecture: i386 (i686) Kernel: Linux 2.6.18-3-k7 (SMP w/1 CPU core) Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) Shell: /bin/sh linked to /bin/dash Versions of packages libapache-gallery-perl depends on: ii libapache2-mod-perl2 2.0.2-2.4 Integration of perl with the Apach ii libimage-imlib2-perl 1.13-1 perl interface to the imlib2 imagi ii libimage-info-perl 1.23-2 allows extraction of meta informat ii libimage-size-perl 3.01-1 determine the size of images in se ii libtemplate-perl 2.15-1 template processing system written ii libtext-template-perl 1.44-1.1 Text::Template perl module ii perl 5.8.8-7 Larry Wall's Practical Extraction libapache-gallery-perl recommends no packages. -- debconf-show failed
1436a1437,1440 > if ($r->dir_config("GalleryForceJPEG")) { > $image->image_set_format("jpeg"); > } > 1774a1779,1783 > =item B<GalleryForceJPEG> > > Set this option to 1 to force generated images to be JPEGs instead of > the same image type as the original. >