Use PNG instead of tiff. !$!@$! modern CUPS dropping literally decades of features.
This commit is contained in:
parent
93afd5442b
commit
881ad4b662
2
CHANGES
2
CHANGES
|
@ -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)
|
||||
|
||||
|
|
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue