-
-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
16 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
# | ||
# Resize or rotate JPEG and PNG images. | ||
# | ||
# Copyright © 2016-2017 Arun Prakash Jana <[email protected]> | ||
# Copyright © 2016-2018 Arun Prakash Jana <[email protected]> | ||
# | ||
# This program is free software: you can redistribute it and/or modify | ||
# it under the terms of the GNU General Public License as published by | ||
|
@@ -50,7 +50,7 @@ pad = '_IMGP' # output file suffix when --overwrite is unused | |
png_ip = PIL.Image.ANTIALIAS # default interpolation for PNG | ||
fill_color = '#ffffff' # BG color to strip alpha channel | ||
init_time = time.time() # profile the total time taken | ||
_VERSION_ = '2.4.1' # current program version | ||
_VERSION_ = '2.5' # current program version | ||
|
||
# Globals for multiprocessing | ||
pool = None | ||
|
@@ -415,7 +415,7 @@ class ExtendedArgumentParser(argparse.ArgumentParser): | |
|
||
file.write(''' | ||
Version %s | ||
Copyright © 2016-2017 Arun Prakash Jana <[email protected]> | ||
Copyright © 2016-2018 Arun Prakash Jana <[email protected]> | ||
License: GPLv3 | ||
Webpage: https://github.com/jarun/imgp | ||
''' % _VERSION_) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
.TH "IMGP" "1" "Aug 2017" "Version 2.4.1" "User Commands" | ||
.TH "IMGP" "1" "19 Feb 2018" "Version 2.5" "User Commands" | ||
.SH NAME | ||
imgp \- Resize, rotate JPEG and PNG images. | ||
.SH SYNOPSIS | ||
|
@@ -191,7 +191,7 @@ Arun Prakash Jana <[email protected]> | |
.SH REPORTING BUGS | ||
.I https://github.com/jarun/imgp/issues | ||
.SH LICENSE | ||
Copyright \(co 2016-2017 Arun Prakash Jana <[email protected]> | ||
Copyright \(co 2016-2018 Arun Prakash Jana <[email protected]> | ||
.PP | ||
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>. | ||
.br | ||
|
5f1af75
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.
@szlin @shaggytwodope imgp v2.5 is released.
@jpdasma if the AUR package is not updated by the current maintainer, I'll see how I can add you.
5f1af75
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.
@zach-adams please update the AUR package.
5f1af75
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.
@jarun The new version of imgp has been uploaded. Thank you for your effort!