Mizuho Ogino
Forum Replies Created
-
Forum: Plugins
In reply to: [PDF Image Generator] Notice: Undefined variableがエラー発生するご報告ありがとうございます。
プラグイン側のコーディングミスですので、エラーを非表示にする以外にはユーザーサイドではどうしようもありません。次のマイナーアップデートで修正しますので、アップデートしてください。Thank you for reporting.
It sounds strange. The plugin just add options page with the admin capabilities “edit_plugins.” It is difficult to think that the error caused by the plugin.
Do you get any error log ?
And do other links give you the permissions error also?Forum: Plugins
In reply to: [PDF Image Generator] Select single target PDF for thumbnailing?Come to think of it…. 6000s are enough to convert a big size PDF.
You may need to look max_execution_time value in php.ini.
If it is, change it to your required setting.Forum: Plugins
In reply to: [PDF Image Generator] PDF Thumbnail not working since updateHi lucymothership
I’ve changed the code which related with imagick on ver1.4.6.
Can you try to downgrade to under ver 1.4.5 ?
https://www.ads-software.com/plugins/pdf-image-generator/developers/Anyway, I will investigate what is the cause.
But, now I’m a bit busy and need time to set up the same environment.Thank you for your patience.
Forum: Plugins
In reply to: [PDF Image Generator] No thumbnails being generatedIt maybe the same issue with the thread. These are both using Imagick php module and v6.9.
https://www.ads-software.com/support/topic/pdf-thumbnail-not-working-since-updateI’m investigating which code is the cause. But now I’m little bit busy and need more time.
Can you try to downgrade to under ver 1.4.5.
https://www.ads-software.com/plugins/pdf-image-generator/developers/Thank you for your understanding.
Forum: Plugins
In reply to: [PDF Image Generator] Select single target PDF for thumbnailing?I’m not sure the cause is the time out, but It’s worth trying.
Can you manually change the line 314 of pdf-image-generator.php.
set_time_limit( 6000 );
to
set_time_limit( 0 );
> What’s the difference between the two.
It can not be said categorically about functional differences.
ImageMagick needs command line and some hosts don’t enable it for the reason of safety.
Imagick module seems to be OK. And Imagick tend to be faster than imageMagick.In short, I recommend using Imagick module.
Forum: Plugins
In reply to: [PDF Image Generator] Select single target PDF for thumbnailing?> The thumbnailer is definitely choking
Maybe it is because of the time limit of converting. I’ll add option to remove the limit in the next version.>Feature request.1.2.3.
Thank you for requesting.
I think, right-clicking effect is need to combine JS plugins. In the recent development speed and environment, it is difficult for me to add such functions and to maintenance them.Possibly, the other way to convert a single PDF manually is to do it by php in the media window.
Thank you.
Forum: Plugins
In reply to: [PDF Image Generator] PDF Thumbnail not working since updateCan you downgrade and verify which version of the plugin is working?
Forum: Plugins
In reply to: [PDF Image Generator] No thumbnail generated for particular PDFI know some cases that PDF files are not converted well. In my experience, it seems there is a tendency for PDFs which are made by php or text editor apps to cause errors. I think it is unfixable from the plugin side, because most issues are in PDF code not in the plugin.
Anyway, some errors can be avoided by updating versions of imageMagick. What version of imageMagick are you using? ( See the preference page of the plugin. ) Please also let me know, if you know which app is used for making these PDFs.
You can send a file via the email form.
https://web.contempo.jp/contact?lang=enThank you.
Forum: Plugins
In reply to: [PDF Image Generator] Thumbnails are now really darkp.s.
Older imagemagick has a problem with converting to “png” file. It also may affect this issue.
Find “Select Generated Image File Type” in the preference page, and check the radio button for “jpg”.Forum: Plugins
In reply to: [PDF Image Generator] pigen_attachment_pre_get_postsAs you mentioned, I remove get_posts from pre_get_posts filter in ver 1.4.6.
I don’t have WP Real Media Library. So please check it.I mark this as resolved, but please update if you have any suggestions.
Thank you for great feedback!!Forum: Plugins
In reply to: [PDF Image Generator] Washed-out imagesYes. This is definitely because of color profile.
I tried to improve the process of color conversion.
The code order affects the conversion result.
I can’t understand what brought it on ??Try latest version.
https://downloads.www.ads-software.com/plugin/pdf-image-generator.1.4.6.zipI hope it is good to you.
Forum: Plugins
In reply to: [PDF Image Generator] Thumbnails are now really darkHi swirvbox.
I tried to improve the process of color conversion. Try latest version.
https://downloads.www.ads-software.com/plugin/pdf-image-generator.1.4.6.zipBut, unfortunately, ImageMagick has colorspace problems from CMYK. Especially the older versions are hard to work.
If you are using the server that allows to install newer ImageMagick versions, It is the best way to resolve this issue. For many users who are using hosting service, this is an uncertain way.
In my experience, imagick PHP extension is usually better to convert colors. This is a practical solution and I recommend it.Thank you.
Forum: Plugins
In reply to: [PDF Image Generator] Choose to display image thumbnail or simple link.Hi whoaloic.
if you mean that you’d like to insert a title with link to PDF, you can choose by “media” select-box.
(See the following )
https://pasteboard.co/1ZXvVAbi.pngI hope it helps you. Thank you.
Forum: Plugins
In reply to: [PDF Image Generator] Thumbnails are now really darkThe color management problem gives me a headache! There are many difference between versions and versions of Imagemagick.
In my environment, your PDF is changed too bright!!Can you tell me which version and convert way you are using? ( See the bottom of the plugin preference page.)