The Plone UITeam suggested different ways to get to the cropping functionality, like implementing it in the imagewidget on the edit view. This can be useful, but needs a few more clicks and isn't very obvious to the user in my opinion.
We ( @frisi and @petschki ) were thinking about different approaches and came up with the following idea:
- check the page with javascript if there are editable and croppable images
- show a cropping overlying cropping icon which opens the @@croppingeditor with the correct imagefield and scale preselected in an overlay
This needs some investigations on
- how to get editable (and croppable) images on the content with javascript.
- determine their scale to preselect it in the editor view. this is kind of tricky if the image scale uses the plone.app.imaging way of url generation
The Plone UITeam suggested different ways to get to the cropping functionality, like implementing it in the imagewidget on the edit view. This can be useful, but needs a few more clicks and isn't very obvious to the user in my opinion.
We ( @frisi and @petschki ) were thinking about different approaches and came up with the following idea:
This needs some investigations on