Skip to content

Commit

Permalink
Upload new files
Browse files Browse the repository at this point in the history
  • Loading branch information
belono committed Apr 22, 2017
1 parent 846c6a0 commit 7206e0f
Show file tree
Hide file tree
Showing 12 changed files with 624 additions and 177 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
miniatureasy changelog:
v.0.1
- Renamed project as miniatureasy.
- Refactored code to be multiplatform compatible.

Easy-Thumbnailer changelog:
v.0.0.2
- BUGFIX: Capture event resize on windows.

v.0.0.1
- IMPROVEMENT: Añadir un icono.
- IMPROVEMENT: Message on status bar if python-pil/pillow not installed.
- IMPROVEMENT: Disable/enable tool buttons after image load.
- IMPROVEMENT: Added wildcards for jpeg and png to files_dialog.
- BUGFIX: Incorrect size of the save thumbnail dialog content
under some wxPython versions.
- BUGFIX: Capture exception SystemError on save.
65 changes: 57 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,61 @@
# easy-thumbnailer
wxPython app for easy and fast thumbnail extraction from your images with the help of PIL/Pillow.
# miniatureasy
Extract miniatures from your images in a few clicks.

This application allows the user to multiload, view, rotate, crop and save a thumbnail of the selection in just a few clicks.
Description
-----------

It loads all image formats supported by PIL/Pillow and saves thumbnails in JPEG or PNG formats.
Miniatureasy is a multiplatform GUI app for fast and easy miniature extraction from image files,
allowing the user to multiload, view, rotate, crop and save a high quality thumbnail, in just a few clicks.

Can load all image formats supported by PIL/Pillow and save thumbnails in JPEG or PNG formats.

Tested:
Python v.2.7
wxPython v.2.8, v.3.0.2
PIL v.1.1.7, Pillow v.2.8, v.2.9
Dependencies
------------

This app makes use of Python and the following dependencies:

* wxPython GUI toolkit
* Pillow for image manipulation

Usage
-----

The basic usage is:

To create a thumbnail:

1 - Load an image file.
2 - (Optional) If you want to save a thumb from a portion of the image:
Drag mouse over the image to draw an adjustable RubberBand.
3 - Click on Save button, check out the miniature preview,
set a pathname and size for the thumb and then click OK.
A high quality miniature will be created.


Contributing
------------

This project is open for any contribution.

Oxygen KDE icons
------------

This project makes use of a selection of icons from the Oxygen KDE icons theme.
https://www.kde.org/
https://github.com/KDE/oxygen-icons

Testing
-------

Platforms:

- Linux
Python v.2.7, v.3.5
wxPython v.2.8, v.3.0.2, v.3.0.3(Phoenix)
PIL v.1.1.7, Pillow v.2.8, v.2.9, v.3.1.2

- Win32 (XP)
Python v.2.7
wxPython v.2.8, v.3.0.2
Pillow v.4.0.0
Loading

0 comments on commit 7206e0f

Please sign in to comment.