Skip to content

In webdevelopment we know that specifying specific width and height of images in advance increases the loading time of pages. This Python Script transform all images to specific width and height

Notifications You must be signed in to change notification settings

Ritik1908/ImageResize

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

In web development we know that if we specify width and height of image in advance, loading time page increases significantly.

With the help of this python script we transform all the images to a given width and height.


It uses the following Libraries :- -> cv2 -> numpy -> os -> time


#NOTE :- All transformed images will pe put to new folder "ResizedImages"


About

In webdevelopment we know that specifying specific width and height of images in advance increases the loading time of pages. This Python Script transform all images to specific width and height

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages