-
Notifications
You must be signed in to change notification settings - Fork 490
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added a script to convert a folder of images to a small .gif #1275
base: master
Are you sure you want to change the base?
Conversation
CodeSee Review Map:Review in an interactive map View more CodeSee Maps Legend |
@HarshCasper any comments? Thanks in advance |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Review Round (1)
Python/Images_to_GIF/README.md
Outdated
@@ -0,0 +1,22 @@ | |||
# images_to_gif.py |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add a line break
Python/Images_to_GIF/README.md
Outdated
@@ -0,0 +1,22 @@ | |||
# images_to_gif.py |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Give a proper title
Python/Images_to_GIF/README.md
Outdated
# images_to_gif.py | ||
A simple Python script that takes a directory of images, resizes them, and combines them into a .gif file. | ||
|
||
## How to use |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Give a line break
Python/Images_to_GIF/README.md
Outdated
A simple Python script that takes a directory of images, resizes them, and combines them into a .gif file. | ||
|
||
## How to use | ||
python images_to_gif.py /fullpath/to/image/folder |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Put backticks
Python/Images_to_GIF/README.md
Outdated
## How to use | ||
python images_to_gif.py /fullpath/to/image/folder | ||
|
||
## Also this will work |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add a line break
Python/Images_to_GIF/README.md
Outdated
python images_to_gif.py /fullpath/to/image/folder | ||
|
||
## Also this will work | ||
python images_to_gif.py |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Put backticks
Python/Images_to_GIF/README.md
Outdated
## requirements | ||
imageio | ||
Pillow | ||
|
||
Pillow is a PIL fork. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This section is not needed. Add an instruction to download all dependencies using requirements.txt
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the review @HarshCasper , I believe the README conforms to the style guidelines now.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@HarshCasper can this be merged now? better late than never :)
ef15b96
to
91e8a63
Compare
91e8a63
to
25317b3
Compare
Description
A python script that converts a folder of images to a .gif file. Provides a free and more private alternative to third party services such as giphy.
Fixes #(issue_no)
Fixes #1274
Type of change
Please delete options that are not relevant.
Checklist:
README.md