Jek-fdrv
Forum Replies Created
-
Forum: Plugins
In reply to: [WebP Express] How I can recreate webp for individual image?Oh, Rosell, you are the brilliant developer =)
And thank yo for the thanks =)
I will be with you if you need any other help from me =)
Thanks for so fast reply also!
The plugin works as sharm….
Forum: Reviews
In reply to: [WebP Express] UselessReally 1 star from a kid.
The plugin is great.Forum: Plugins
In reply to: [Autoptimize] Html minification break my schemaSended.
Forum: Plugins
In reply to: [Autoptimize] Html minification break my schemaYou can use that tool with simple html text.
Forum: Plugins
In reply to: [Autoptimize] Html minification break my schemaWhy do you need it?
This is client website.
And I dont see how to send it to you as private msg.Forum: Plugins
In reply to: [Autoptimize] Html minification break my schemaAfter digging i’ve found that checking ” Enable this if you want HTML comments to remain in the page.” fix the problem, also I have found that your minification function do wrong for this comment https://d.pr/free/i/eTQsDO the original looks like this https://d.pr/free/i/3VJNXL
Forum: Plugins
In reply to: [AMP] AMP turned off on all posts when activatedHow then I can enable AMP for front page?
If wp settings for “Your homepage displays = Your latest posts”Forum: Plugins
In reply to: [AMP] How to uncheck toggle to Gutenber editor by defaultHow then I can enable AMP for front page?
If wp settings for “Your homepage displays = Your latest posts”Forum: Plugins
In reply to: [CF7 Google Sheets Connector] I’ve got this error, and plugin STOP working.Some one have deleted the first row in sheet, so is was empty.
Thanks but I’ve already fixed it here.
https://www.ads-software.com/support/topic/image-qulity/#post-8371482Forum: Fixing WordPress
In reply to: Image qulityFixed.
If you are not a developer you can hire me here.Required:
– Imagemagick library
– Plugin for wp Imagemagick EngineIn plugin file in function ime_im_php_resize change $im->setImageOpacity( 1.0 ) to
if( ime_im_filename_is_jpg( $new_file )) {
comment $im->setImageOpacity( 1.0 );
}
and add this instead of default image resizing way
$im->resizeImage($width, $height, Imagick::FILTER_HAMMING, 0.7, true);The best filter is SINC but HAMMING I like more
Detailed test https://urmaul.com/blog/imagick-filters-comparison/Resize from 2000 pixels to 1000.
By photoshop
Imagemagick Sinc filter
Imagemagick Hamming filter
- This reply was modified 8 years, 5 months ago by Jek-fdrv.
- This reply was modified 8 years, 5 months ago by Jek-fdrv.
- This reply was modified 8 years, 5 months ago by Jek-fdrv.
- This reply was modified 8 years, 5 months ago by Jek-fdrv.
- This reply was modified 8 years, 5 months ago by Jek-fdrv.
- This reply was modified 8 years, 5 months ago by Jek-fdrv.
Forum: Reviews
In reply to: [ImageMagick Engine] I am glad that it works, but it doesnt support .png?Fixed.
In plugin file in function ime_im_php_resize change $im->setImageOpacity( 1.0 ) toif( ime_im_filename_is_jpg( $new_file )) { comment $im->setImageOpacity( 1.0 ); }
and add this instead of default image resizing way
$im->resizeImage($width, $height, Imagick::FILTER_HAMMING, 0.7, true);
The best filter is SINC but HAMMING I like more
Detailed test https://urmaul.com/blog/imagick-filters-comparison/up
Forum: Plugins
In reply to: [EWWW Image Optimizer] .png image quality on resizeup