mgriit / ScanAppForWeb

This application can scan any document via scanner from web browser.
GNU General Public License v3.0
128 stars 62 forks source link

In which formate image is generating #4

Closed nileshyadav326 closed 6 years ago

nileshyadav326 commented 6 years ago

image ab per above screenshot after scanning it doesn't specify the image type. can u please add it.

it should be like below screenshort

image

ls8393 commented 6 years ago

Depending on your application you must convert from/to base64 and save it to a file then pick an extension .png or .jpg or what ever extension you want.

Notum commented 5 years ago

I'm sorry for bumping up this issue, but can you provide some kind to convert scanned image to PNG or JPG file format?