Anyone know if there are plans to implement an old style Image Cropper, or if anyone have plans on create such a package for Umbraco 7 as an alternative to the cropup-based cropper?
It would be nice to have actual physical files and no parameters :)
There are no formal plans currently, however I have discussed various options for adding a feature to save physical files through the provider.
My personal view is that the best solution would be for GetCropUrl to have a parameter and if set it would save the file through the IFileSystem and once saved could return the generated files path. Then you could use the S3 or Azure CDN packages to sync. I need to think about provision for absolute CDN urls also.
Old style Image Cropper?
Hi
Anyone know if there are plans to implement an old style Image Cropper, or if anyone have plans on create such a package for Umbraco 7 as an alternative to the cropup-based cropper?
It would be nice to have actual physical files and no parameters :)
Hi Bruno,
There are no formal plans currently, however I have discussed various options for adding a feature to save physical files through the provider.
My personal view is that the best solution would be for GetCropUrl to have a parameter and if set it would save the file through the IFileSystem and once saved could return the generated files path. Then you could use the S3 or Azure CDN packages to sync. I need to think about provision for absolute CDN urls also.
Any thoughts?
Jeavon
is working on a reply...