-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
bugSomething isn't workingSomething isn't workingdocumentationImprovements or additions to documentationImprovements or additions to documentation
Description
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
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingdocumentationImprovements or additions to documentationImprovements or additions to documentation