WPIntell

Source evidence

Image quality

ImageFX · support · 2014-03-06T14:29:00+00:00

mixedsentiment
lowseverity
0.62relevance
2replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

6 / 29 rows with source links

20.7% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

23 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
tripatwhat resolved
Hello 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. 🙂

Comments

2 shown
Samuel Wood (Otto) 2014-03-06T14:35:00+00:00

The imagejpeg() call is near the end of the plugin, in the imagefx_filter call. Modify it there.

tripatwhat 2014-03-06T14:50:00+00:00

Found it, set to 100. Thank you very much for fast reply. 🙂