Currently this package version only support png zoom in and zoom out. Lot of media format out there such as jpeg ; gif ; tif etc
When user upload any media format file.
- First read media format of a file (.png)
- Then Decode according proper format
- Run Zoom_kTimes (zoom_in operation)
- Run ZoomOut(zoom_out operation)
Bug Description
When will image scale with different media format based on media format type
if MEDIA_FILE_FORMAT has .png {
Run ZoomKTimes // ok
Run ZoomOut // fail
}
Run ZoomKTimes // ok
Run ZoomOut //ok
Currently this package version only support png zoom in and zoom out. Lot of media format out there such as jpeg ; gif ; tif etc
When user upload any media format file.
Bug Description
When will image scale with different media format based on media format type