Use PNG instead of tiff. !$!@$! modern CUPS dropping literally decades of features.

This commit is contained in:
Solomon Peachy 2024-11-08 16:11:15 -05:00
parent 93afd5442b
commit 881ad4b662
2 changed files with 2 additions and 2 deletions

View file

@ -53,7 +53,7 @@ v2.38 (Unreleased)
[fix] PHP 8.1-related warnings
[fix] Updated bug URLs.
[fix] Deal with malformed feed requests
[fix] Use TIFF files when submitting print jobs
[fix] Use PNG files when submitting print jobs
v2.37.1 (December 3, 2012)

View file

@ -127,7 +127,7 @@ function photo_print_single($database, $single) {
# generate sane filename
$tmp_filename = tempnam($tmp_volume_path, "po.print.");
unlink($tmp_filename);
$tmp_filename .= ".tiff";
$tmp_filename .= ".png";
# set up processing
if ($use_gm) {