JoomGalleryfriends / JG4-dev

Development repository for JoomGallery v4.x
GNU General Public License v3.0
10 stars 6 forks source link

Uploading pictures as .jpeg does not work #78

Closed reni68 closed 1 year ago

reni68 commented 1 year ago

I just noticed that uploading images with the extension .jpeg doesn't work. Error message:

Speichern fehlgeschlagen. Fehler: Filename: blumen.jpeg Upload complete (File-Size: 10.45 KB)

Imagetype: thumbnail GD Library not found. Make sure GD is activated in your PHP settings (php.ini). Auto-Orientation only possible for JPG files with EXIF orientation meta tag. Resize is not necessary because the image is already small enough. Problem when copying the following file: /xampp/lampp/htdocs/Joom4_Leer/images/joomgallery/thumbnails/erste-kategorie/kummershain1_20230303_1343411087.jpeg Image-File (kummershain1_20230303_1343411087.jpeg) of type 'thumbnail' could not be created.

Imagetype: detail GD Library not found. Make sure GD is activated in your PHP settings (php.ini). Auto-Orientation only possible for JPG files with EXIF orientation meta tag. Resize is not necessary because the image is already small enough. Problem when copying the following file: /xampp/lampp/htdocs/Joom4_Leer/images/joomgallery/details/erste-kategorie/kummershain1_20230303_1343411087.jpeg Image-File (kummershain1_20230303_1343411087.jpeg) of type 'detail' could not be created.

Imagetype: original GD Library not found. Make sure GD is activated in your PHP settings (php.ini). Problem when copying the following file: /xampp/lampp/htdocs/Joom4_Leer/images/joomgallery/originals/erste-kategorie/kummershain1_20230303_1343411087.jpeg Image-File (kummershain1_20230303_1343411087.jpeg) of type 'original' could not be created. There were some errors in the filesystem. Please check the image folders manually and resolve the problems. Image-File (kummershain1_20230303_1343411087.jpeg) of type 'thumbnail' successfully deleted. Image-File (kummershain1_20230303_1343411087.jpeg) of type 'detail' successfully deleted. Image-File (kummershain1_20230303_1343411087.jpeg) of type 'original' successfully deleted.

reni68 commented 1 year ago

Ok, If I switch to ImageMagick in the settings, it works.

Debug information:

Filename: blumen.jpeg Upload complete (File-Size: 10.45 KB)

Imagetype: thumbnail Used image processor: ImageMagick 7.1.0-9 Q16-HDRI x86_64 2021-10-03 https://imagemagick.org Resize is not necessary because the image is already small enough. Auto-Orient image ... Shell command: magick convert -auto-orient -strip -quality "100" "/xampp/lampp/temp/blumen.jpeg" "/xampp/lampp/htdocs/Joom4_Leer/images/joomgallery/thumbnails/test/mailtest4_20230303_1164756135.jpeg" Image manipulation successful. Imagetypes successfully created.

Imagetype: detail Used image processor: ImageMagick 7.1.0-9 Q16-HDRI x86_64 2021-10-03 https://imagemagick.org Resize is not necessary because the image is already small enough. Auto-Orient image ... Shell command: magick convert -auto-orient +repage -strip -quality "100" "/xampp/lampp/temp/blumen.jpeg" "/xampp/lampp/htdocs/Joom4_Leer/images/joomgallery/details/test/mailtest4_20230303_1164756135.jpeg" Image manipulation successful. Imagetypes successfully created.

Imagetype: original Used image processor: ImageMagick 7.1.0-9 Q16-HDRI x86_64 2021-10-03 https://imagemagick.org Shell command: magick convert -quality "100" "/xampp/lampp/temp/blumen.jpeg" "/xampp/lampp/htdocs/Joom4_Leer/images/joomgallery/originals/test/mailtest4_20230303_1164756135.jpeg" Image manipulation successful. Imagetypes successfully created. Imagetypes successfully created. Filename: mailtest4_20230303_1164756135.jpeg