Hallo,
ich habe mir gerade die Phoca Gallery installiert! Allerdings muss ich jetzt feststellen das die Bilder sehr stark komprimiert werden! Wo kann ich es den einstellen das die Bilder NICHT komprimiert werden! MÜchte nämlich hochwertige Fotos auf meiner Homepage anbieten! Wäre froh wenn mir das jemand verraten kann. Vielen Dank!
Gruß
Kristian
Komprimierung der Bilder
- Jan
- Phoca Hero
- Posts: 48403
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Hallo, Ä?¤ndere die
Hallo, ändere die Reihe:
677
administrator\components\com_phocagallery\helpers\phocagallery.php
Jan
677
administrator\components\com_phocagallery\helpers\phocagallery.php
Jan
If you find Phoca extensions useful, please support the project
-
- Phoca Newbie
- Posts: 2
- Joined: 13 Apr 2008, 20:12
Und in was soll ich
Und in was soll ich die Zeile ändern?
- Jan
- Phoca Hero
- Posts: 48403
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
if (!@ImageJPEG($image2, $file_out, 85))
85 is die Komprimierung, so ändere es:
if (!@ImageJPEG($image2, $file_out))
oder so:
if (!@ImageJPEG($image2, $file_out, 100))
85 is die Komprimierung, so ändere es:
if (!@ImageJPEG($image2, $file_out))
oder so:
if (!@ImageJPEG($image2, $file_out, 100))
If you find Phoca extensions useful, please support the project