Bug#690942: python-pgmagick: Image.attribute does not set the attribute but instead appends to it

2017-08-03 Thread Juraj Komacka
This should be fixed in upstream with current stable release of GraphicsMagick 1.3.26 2017-04-05 19:57 GMT+02:00 Juraj Komačka : > According to http://www.graphicsmagick.org/api/attribute.html#setimageatt > ribute special handling for EXIF:Orientation has been introduced in > http://hg.code.sf.ne

Bug#690942: python-pgmagick: Image.attribute does not set the attribute but instead appends to it

2017-04-05 Thread Juraj Komačka
According to http://www.graphicsmagick.org/api/attribute.html#setimageattribute special handling for EXIF:Orientation has been introduced in http://hg.code.sf.net/p/graphicsmagick/code/rev/90be78bb60fb > The new EXIF:Orientation attribute replaces the existing value rather than being concaten

Bug#690942: python-pgmagick: Image.attribute does not set the attribute but instead appends to it

2017-03-30 Thread Juraj Komačka
Hi all, this is beahviour described in GM's docs - see http://www.graphicsmagick.org/Magick++/Image.html#attribute Retested with libgraphicsmagick++1 (=1.3.25-8) and python-pgmagick (=0.6.4-1) from Stretch. > If the named attribute already exists, the provided text is appended to the exist

Bug#690942: python-pgmagick: Image.attribute does not set the attribute but instead appends to it

2016-07-05 Thread W. Martin Borgert
Hi Michael, could you please retest with 0.6.2-1 from unstable? And add a "found" or "notfound" to the bug report? TIA!

Bug#690942: python-pgmagick: Image.attribute does not set the attribute but instead appends to it

2012-10-19 Thread Michael Fladischer
Package: python-pgmagick Version: 0.5.1-1+b1 Severity: normal -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Dear Maintainer, I'm trying to change an EXIF value by doing this: In [1]: from pgmagick import Image In [2]: img = Image('2_topright_x.jpg') In [3]: img.attribute('EXIF:Orientation') O