Select and Crop Images

mangojack

Well-Known Member
Licensed User
Longtime User
3 Tasks .. Allow user to select image from gallery.
Give user choice of cropping image.
programatically resize final image to set size.

I have played with Content.Chooser and vb1992's RSCrop library and separately they are great, but the problem lies if user wish's to crop image they must go thru motion of re-choosing image.Is there any way to combine Image selection with a choice of cropping selection if needed.


Edit ..... Resizing solved using reflection library
Finally a method of resizing users final image ( RS ImageProcessing look a bit over the top for mey needs)

Many Thanks
 
Last edited:

mangojack

Well-Known Member
Licensed User
Longtime User
Douglas .. Here is a basic example of the 3 tasks listed above you requested.
It was originally designed for small display images .. Hopefully it helps .

Requires libraries RS Crop .. and Reflection ...
 

Attachments

  • Crop&Resize Example.zip
    7.8 KB · Views: 710
Upvote 0
Top