https://github.com/tbertuzzi/bertuzzi.maui.pinchzoomimage
🔍 Zoom in on the image with the pinch 👌 of your fingers or double tapping 👆
https://github.com/tbertuzzi/bertuzzi.maui.pinchzoomimage
maui maui-apps zoom zoom-images
Last synced: 2 days ago
JSON representation
🔍 Zoom in on the image with the pinch 👌 of your fingers or double tapping 👆
- Host: GitHub
- URL: https://github.com/tbertuzzi/bertuzzi.maui.pinchzoomimage
- Owner: TBertuzzi
- Created: 2022-08-17T17:19:23.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-03-08T12:14:38.000Z (over 1 year ago)
- Last Synced: 2025-09-27T10:42:17.339Z (17 days ago)
- Topics: maui, maui-apps, zoom, zoom-images
- Language: C#
- Homepage:
- Size: 159 KB
- Stars: 23
- Watchers: 4
- Forks: 6
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Bertuzzi.MAUI.PinchZoomImage
Zoom in on the image with the pinch of your fingers.
A simple way to zoom in and zoom out on your images with MAUI.
###### This is the component, works on iOS, Android
**NuGet**|Name|Info|
| ------------------- | ------------------- |
|Bertuzzi.MAUI.PinchZoomImage|[](https://www.nuget.org/packages/Bertuzzi.MAUI.PinchZoomImage/)|
**Platform Support**PinchZoomImage is a MAUI library.
## Setup / Usage
Does not require additional configuration. Just install the package in the shared project and use.
You just need to add the reference in your xaml file.
```csharp
xmlns:pinch="clr-namespace:Bertuzzi.MAUI.PinchZoomImage;assembly=Bertuzzi.MAUI.PinchZoomImage"
```Control
Use with the image control
```csharp
```The complete example can be downloaded here:
https://github.com/TBertuzzi/Bertuzzi.MAUI.PinchZoomImage/tree/master/PinchZoomImageMauiSampleBase on my package : https://github.com/TBertuzzi/Xamarin.Forms.PinchZoomImage