brunolojor / jbrout

Automatically exported from code.google.com/p/jbrout
0 stars 0 forks source link

Issue with resizing of images within multiexport plugin #4

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Steps will reproduce the problem
1. Select one or more images.
2. Right-click on one of the images
3. From the pop-up menu select "Operations" >> "Export to"
4. Select either the resize by percentage or maximum side option
5. Click Apply

Expected outcome - photos resized and exported
Actual outcome - Error message dialogue box displayed "Plugin error :
invalid literal for int() with base 10: '(2, 30, 907, 605)'"

Original issue reported on code.google.com by r...@wallace.gen.nz on 3 Aug 2008 at 10:25

GoogleCodeExporter commented 9 years ago
Issue traced to destroyInfo and copyInfoTo helper functions in tools.py.  

Note the error message above was after commenting out line 412 in tooly.py,
beforehand t he error message was "Plugin error :
invalid literal for int() with base 10: '()'"

Original comment by r...@wallace.gen.nz on 3 Aug 2008 at 10:32

GoogleCodeExporter commented 9 years ago
Work around for bug in pyexiv2 library added in r119 full fix required after 
the bug
in pyexiv2 is fixed.  

Original comment by r...@wallace.gen.nz on 4 Aug 2008 at 6:15

GoogleCodeExporter commented 9 years ago
Bug logged against pyexiv2 project 
https://bugs.launchpad.net/pyexiv2/+bug/256884

Original comment by rgwall...@gmail.com on 11 Aug 2008 at 8:40

GoogleCodeExporter commented 9 years ago
Native copy now used if pyexiv2-0.2.2 or later is avaliable

Fixed in r295

Original comment by r...@wallace.gen.nz on 3 Jun 2010 at 8:57