ddur

Results 51 comments of ddur

Hi @YahnisElsts &all You may try [(and comment)](https://github.com/ddur/Warp-iMagick/discussions) implementation of license management using [WordPress](https://make.wordpress.org/core/2020/11/05/application-passwords-integration-guide/) (>=5.6) [Application Passwords](https://developer.wordpress.org/rest-api/reference/application-passwords/) live in action. [Warp iMagick WordPress plugin](https://github.com/ddur/Warp-iMagick) is just published with update support...

That is correct, but you are missing one step mentioned above (**scale** or **rotate**) that will set $image_meta['original_image']. When $image_meta['original_image'] is set, "**wp_get_original_image_path**" will return uploaded image instead of currently...

@alexsanford Feedback is here. Any question?

@alexsanford Here is the simpler version even for occasional programmers to understand: ### Test case 1, Step 1 **As first step, just upload JPEG image that is larger than your...

Actually, WP code was designed only for upload, never actually designed to allow for regenerate, nor (re)designed be compatible with regenerate functionality plugins, or CLI. WP version >= 5.3 just...

@alexsanford @yscik 1) I really doubt that this will be soon or ever fixed within WordPress code, because either of: a) Fixing would require removal of 'scaling' and 'rotating' functionality...

@vijayhardaha > Any update on this issue? Regenerate images with [Warp iMagick plugin](https://github.com/ddur/Warp-iMagick) installed and it will be OK.

Hi @renatho > There is another report about this issue in [the forum](https://wordpress.org/support/topic/it-was-good-now-it-needs-to-be-updated/), with a suggestion to skip edited images. [Same as suggested at the post here, point 2.a), two...

AFAIK, WP 5.3 and above will clear all metadata[sizes] on upload and on regenerate

https://github.com/WordPress/WordPress/blob/618329a7504958c58b2bd9898bdd8c49d65d386e/wp-admin/includes/image.php#L239