Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make plugin preview faster #22

Open
Photon89 opened this issue Jun 11, 2020 · 1 comment
Open

Make plugin preview faster #22

Photon89 opened this issue Jun 11, 2020 · 1 comment
Labels

Comments

@Photon89
Copy link
Member

Plugins that have some additional settings you can tweak (like 3D Rotate) create a preview image. This preview image creation (what happens if you choose "Update") takes quite long whereas the final image creation (what happens if you choose "Save") is quite fast. I suppose that every time you click on "Update" the full image is being modified and then the preview thumbnail is generated, while when you click on "Save" only the result is saved to the original image or something like this.

I would propose to make it the other way around: When you click "Update" first a thumbnail is generated and after that the plugin is executed to the thumbnail (not to the original image). Only if you click "Save" the plugin is executed to the original image.

Like this the previews would be fast and only the final execution would be slow. It has an advantage if you use the "Update" button at least one time every plugin execution. If you don't use it at all it has no impact because still a preview has to be generated when the plugin dialogue is opend.

Launchpad Details: #LP396421 Michael Kogan - 2009-07-07 07:31:02 +0000

@Photon89 Photon89 added the low label Jun 11, 2020
@Photon89
Copy link
Member Author

Impressively sharp analysis...That's nearly 100% the way it works now.

=> Accepted.

Thanks for your bug report.

Launchpad Details: #LPC Mario Kemper (Romario) - 2009-07-07 21:14:10 +0000

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant