mirror of
https://github.com/Kilian/Trimage.git
synced 2026-01-26 01:58:41 -05:00
Merge branch 'master' of git://github.com/kalmi/Trimage
This commit is contained in:
commit
36644c5bf4
4 changed files with 3 additions and 2 deletions
|
|
@ -19,7 +19,6 @@ todo else
|
||||||
later versions:
|
later versions:
|
||||||
animate compressing.gif
|
animate compressing.gif
|
||||||
allow selection/deletion of rows from table (and subsequently the imagelist)
|
allow selection/deletion of rows from table (and subsequently the imagelist)
|
||||||
check for double files when adding
|
|
||||||
punypng api? http://www.gracepointafterfive.com/punypng/api
|
punypng api? http://www.gracepointafterfive.com/punypng/api
|
||||||
imagemagick/graphicsmagick?
|
imagemagick/graphicsmagick?
|
||||||
always on top option
|
always on top option
|
||||||
|
|
|
||||||
3
setup.py
3
setup.py
|
|
@ -12,7 +12,8 @@ setup(name = "trimage",
|
||||||
package_dir = {'trimage' : 'src/trimage'},
|
package_dir = {'trimage' : 'src/trimage'},
|
||||||
packages = ["trimage",
|
packages = ["trimage",
|
||||||
"trimage.hurry",
|
"trimage.hurry",
|
||||||
"trimage.hurry.filesize"],
|
"trimage.hurry.filesize",
|
||||||
|
"trimage.ThreadPool",],
|
||||||
package_data = {"trimage" : ["pixmaps/*.*"] },
|
package_data = {"trimage" : ["pixmaps/*.*"] },
|
||||||
data_files=[('share/icons/hicolor/scalable/apps', ['desktop/trimage.svg']),
|
data_files=[('share/icons/hicolor/scalable/apps', ['desktop/trimage.svg']),
|
||||||
('share/applications', ['desktop/trimage.desktop'])],
|
('share/applications', ['desktop/trimage.desktop'])],
|
||||||
|
|
|
||||||
1
src/trimage/ThreadPool/__init__.py
Normal file
1
src/trimage/ThreadPool/__init__.py
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
from ThreadPool import ThreadPool, ThreadPoolMixIn
|
||||||
Loading…
Add table
Add a link
Reference in a new issue