Skip to content

convert images to any opencv support format (bmp, jpg, png...)

Notifications You must be signed in to change notification settings

wangjiosw/ImageFormatConversion

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Image format conversion

  • convert images to any opencv support format (bmp, jpg, png...)
  • Put the image to be converted in the input folder (you can put images in any format at the same time)
  • The converted image is saved in the output folder

Environment

  • python 2.7
  • opencv

Run

convert images format to png

python img2.py png

convert images format to bmp

python img2.py bmp

convert images format to jpg

python img2.py jpg

...

About

convert images to any opencv support format (bmp, jpg, png...)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages