JoomGalleryfriends / JG4-dev

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

[IMGtools service]: Wrong error message when processor not available #36

Closed Elfangor93 closed 1 year ago

Elfangor93 commented 2 years ago

Steps to reproduce:

Result:

Error message: grafik

System:

grafik

AlexanderSupp commented 2 years ago

In JoomGallery 3.6.0 the ImageMagick Module works correct and is available. In JoomGallery 4.0 Test the message "Invalid Image Type" will be displayed. Both systems work with PHP 8.1 in an identical environment of DomainFactory.

Screenshot 2022-09-08 172424 Screenshot 2022-09-08 172946 Screenshot 2022-09-08 173541

AlexanderSupp commented 1 year ago

The title of this issue "Wrong error message when processor not available" is not correct. ImageMagick is available, as the screenshot below shows. But the displayed version is the library version of ImageMagick not the compiled module. All data in the screenshots after. There is a bug within the image process ImageMagick. It seems that image processing with GD Library works correctly. But there is an error message that "GD Library not found". All tests were done with the same photo object. ImapeProcess-Image-Magick-LibraryCorrect-Screenshot 2022-11-11 114102 ImageProcess-Image-Magick-Screenshot 2022-11-11 113311 EditImage-Before-Save-Screenshot 2022-11-11 114956 EditImage-After-Save-Screenshot 2022-11-11 115152 EditImage-After-Save-Screenshot 2022-11-11 115758 ImageProcess-GD-Lib-Screenshot 2022-11-11 113102 ImageProcess-GD-Lib-Correct-Screenshot 2022-11-11 114252

AlexanderSupp commented 1 year ago

Take a look at issue #62 it's from my point of view, the same problem.