Thread GD-Problem: Fehler (27 answers)
Opened by Froschpopo at 2004-07-21 21:02

Froschpopo
 2004-07-23 18:16
#84744 #84744
User since
2003-08-15
2653 Artikel
BenutzerIn
[default_avatar]
perldoc GD:
Code: (dl )
1
2
3
4
5
6
7
8
9
       $jpegdata = $image->jpeg([$quality])
          This returns the image data in JPEG format.  You can
          then print it, pipe it to a display program, or write
          it to a file.  You may pass an optional quality score
          to jpeg() in order to control the JPEG quality.  This
          should be an integer between 0 and 100.  Higher qual-
          ity scores give larger files and better image quality.
          If you don't specify the quality, jpeg() will choose a
          good default.

gibts da irgendein standard der gesetzt wird, wenn man die funktion nicht belegt bzw kein wert übergibt?
"a good default" muss ja nicht gleich auch "best" sein...\n\n

<!--EDIT|Froschpopo|1090592289-->

View full thread GD-Problem: Fehler