You can use it for media items or content items, for example just replace the Upload type on umbracoFile on the Image type with a Cropper type and now all your Images will have a cropper instead of the standard upload.
Physical files are not saved, instead it generates ImageProcessor.Web urls which render the crops. ImageProcessor does however cache the files to disk when requested.
Image cropper datatype showing upload
Hi guys.
Sitting here hoping to test out the new cropper. I can save crops.
But when I want to view and make crops on my image I get this instead:
Any ideas why I get the upload instead of my cropper. And yes I selected the right datatype :)
/Michael
Hi Michael,
That's correct, have you tried to drop a image in there?
Jeavon
Haha :D Doh!
Just assumed it was an error :P
So I guess it makes no sense to have crop tab on the media type image? It's supposed to be use directly in the content section? :)
Thx for the quick respond
/Michael
No problem!
You can use it for media items or content items, for example just replace the Upload type on umbracoFile on the Image type with a Cropper type and now all your Images will have a cropper instead of the standard upload.
More info here
Jeavon
Sweet! Thanks again :)
One last question. The crops are not saved in the media folder? Can't seem to find them.
/Michael
Physical files are not saved, instead it generates ImageProcessor.Web urls which render the crops. ImageProcessor does however cache the files to disk when requested.
Okay. Thank you :)
is working on a reply...