Conversation
supportHello Otto, i hope that you will find time to reply fast since i need help regarding the quality of images that are created via ImageFX. I’ve used your instructions to create my own filter through functions.php. Usuall i would use: imagejpeg($im,’wp-content/uploads/2014/03/house-139×139-red.jpg’,100); to save the filtered image into the file and define it’s quality to 100. But your plugin does the image saving so i don’t need this line of code. However the quality of create image is to low for my client so how can i tell the plugin to make 100 quality images? It would be great to reply to me as soon as you can since i have to finish the project and this is the only thing that’s left to do. Thank you, Veljko Simovic https://wordpress.org/plugins/imagefx/
The imagejpeg() call is near the end of the plugin, in the imagefx_filter call. Modify it there.
Found it, set to 100. Thank you very much for fast reply. 🙂
The imagejpeg() call is near the end of the plugin, in the imagefx_filter call. Modify it there.
Found it, set to 100. Thank you very much for fast reply. 🙂