Skip to content

Jannik0/Xamarin.CrossImageHandling

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

Xamarin.CrossImageHandling

A cross-platform solution for handling images with Xamarin

This project provides a relatively simple approach to handling image files with Xamarin.Forms, Xamarin.Android and Xamarin.iOS.

Functionality implemented in this project:

  • let the user pick an image from the device's photo library/gallery
  • convert an image stream into raw pixel data (RGBA format) for direct access
  • convert raw pixel data into a stream object (for displaying, resizing, saving, etc.)
  • get an image's width and height in pixels
  • resize an image
  • save an image to the device's photo library/gallery

Feel free to reuse this code for your own needs!

About

A cross-platform solution for handling images with Xamarin.Forms

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages