Skip to content

image scaling on different media format  #1

@ali2210

Description

@ali2210

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.

  1. First read media format of a file (.png)
  2. Then Decode according proper format
  3. Run Zoom_kTimes (zoom_in operation)
  4. 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

No one assigned

    Labels

    bugSomething isn't workingdocumentationImprovements or additions to documentation

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions