brianrho / FPM

Arduino library for the R30x/ZFMxx/FPMxx optical fingerprint sensors
105 stars 41 forks source link

Can we save jpg or png instead of bmp ? #44

Closed kumar-ashish1 closed 10 months ago

kumar-ashish1 commented 2 years ago

Hi, can we save jpg or png instead of bmp ?

brianrho commented 2 years ago

What you receive from the sensor is mostly-uncompressed raster -- every pixel of the image described in 8-bit grayscale. BMP was chosen as the output format because it's convenient, being a popular raster format. You can convert the BMP image to any format of your choosing afterwards.