You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have integrated this library with a revamped project (Core PHP to Laravel). After integration, I have noticed that the generated image quality is low (generating blurry images) compare to the old image (Core PHP) script. I used nonOptimized() and compared it again. But still having the same blurry images / low quality.
I don't want to disturb the current code, I have integrated this library across the project.
I want to generate images using the ImageMagick command-line and apply additional PHP filteration. How can I achieve this? Should I have to create a custom image generator class? or any other way?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have integrated this library with a revamped project (Core PHP to Laravel). After integration, I have noticed that the generated image quality is low (generating blurry images) compare to the old image (Core PHP) script. I used nonOptimized() and compared it again. But still having the same blurry images / low quality.
After this, I jumped with the previous script, It is using ImageMagick command-line (https://imagemagick.org/script/command-line-options.php) tools to generate images and some extra filtration (https://github.com/lencioni/SLIR/blob/master/core/slir.class.php).
I don't want to disturb the current code, I have integrated this library across the project.
I want to generate images using the ImageMagick command-line and apply additional PHP filteration. How can I achieve this? Should I have to create a custom image generator class? or any other way?
Please help.
Beta Was this translation helpful? Give feedback.
All reactions