Search found 467 matches

by broucaries
2009-01-25T10:12:43-07:00
Forum: Developers
Topic: [wishlist] Implement a jpeg/jpeg delegate
Replies: 2
Views: 7101

[wishlist] Implement a jpeg/jpeg delegate

We (debian distrib) had a lot of bug report about jpeg exif data like thumbail and other stuff. It will be nice therefore to implement a delegate lib for this kind of stuff. We have asked to use user to patch imagemagick, and we post here as a reminder. We have also created a meta bug see http://bug...
by broucaries
2009-01-25T09:46:59-07:00
Forum: Bugs
Topic: convert looses EXIF orientation info
Replies: 6
Views: 27543

convert looses EXIF orientation info

From debian bug http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=512935 User uses the following script to reduce the resolution (and disk space) of images: #!/bin/bash f=$1 convert -auto-orient -quality 88 -resize 1600x1200 $f $f-new touch -r $f $f-new ls -l $f $f-new mv $f-new $f What happens is &q...
by broucaries
2009-01-18T16:07:07-07:00
Forum: PerlMagick
Topic: [done] Multiple bug in SetPixel
Replies: 2
Views: 8976

Re: Multiple bug in SetPixel

Thank you.

Regards
by broucaries
2009-01-18T14:47:44-07:00
Forum: PerlMagick
Topic: [done] Multiple bug in SetPixel
Replies: 2
Views: 8976

[done] Multiple bug in SetPixel

We have two bugs in SetPixel. With testcase :)

See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=477462

Regards
by broucaries
2009-01-18T11:37:47-07:00
Forum: Bugs
Topic: [done] Grab does not seem to work with 0x id
Replies: 2
Views: 7091

Re: [done] Grab does not seem to work with 0x id

Thank you
by broucaries
2009-01-18T11:10:07-07:00
Forum: MagickWand
Topic: [done] Image dimensions wrong after calling MagickCropImage
Replies: 2
Views: 11188

Re: Image dimensions wrong after calling MagickCropImage

Thank you will send to user :)

Regards

Bastien
by broucaries
2009-01-18T10:53:49-07:00
Forum: MagickWand
Topic: [done] Image dimensions wrong after calling MagickCropImage
Replies: 2
Views: 11188

[done] Image dimensions wrong after calling MagickCropImage

Hi From http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=512207 >It seems that they are a bug on imagewand (program here http://bugs.debian.org/cgi-bin/bugreport.cgi?msg=5;filename=bug1.c;att=1;bug=512207) >In the first test, I crop the same image twice: > MagickCropImage(wand, 300, 300, 50, 50); > ...
by broucaries
2009-01-18T10:40:35-07:00
Forum: Bugs
Topic: [done] Grab does not seem to work with 0x id
Replies: 2
Views: 7091

[done] Grab does not seem to work with 0x id

It seems we could not use the open clicking grab with hexadecimal windows id does not work anymore :(

It seem that you add a leading /

Regards

Bastien

from http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=364088
by broucaries
2009-01-18T09:52:30-07:00
Forum: Developers
Topic: both HDRI and normal package
Replies: 3
Views: 8448

Re: both HDRI and normal package

Not really suitable for debian :( The goal is to release a convert-hrdi and a convert bin :) But I agree it is solution for our user. We do not expect a quick solution, I have asked here only in order to get idea :) Moreover I should say that packaging hrdi binary will improve your testing communaut...
by broucaries
2009-01-18T08:52:12-07:00
Forum: Developers
Topic: both HDRI and normal package
Replies: 3
Views: 8448

both HDRI and normal package

Hi,

Could you provide a means to have both hrdi and normal package of imagemagick on one system.

It could be intresting to have both normal package for speed reason and hrdi.

However dual packaging are not easy because lib are not versionned on hrdi/not hrdi.

Regards

Bastien
by broucaries
2009-01-18T08:41:50-07:00
Forum: Developers
Topic: [wishlist] Menus should list shortcut keybindings
Replies: 0
Views: 4003

[wishlist] Menus should list shortcut keybindings

Hi, from debian BTS: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=179269 Users complain about menu shortcut are not documented on the menu itself like for gimp. We believe that it is a legitimate wishlist and send us for asking upstream. We have asked the user to supply if possible a patch. Rega...
by broucaries
2009-01-18T08:34:21-07:00
Forum: Developers
Topic: [Done] Please allow to use mouse wheel for zooming and arrow
Replies: 2
Views: 7317

[Done] Please allow to use mouse wheel for zooming and arrow

from http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=179267 > the mouse wheel and arrow keys seem useless when the X cursor is upon > the image itself. There should be many ways to move > around, not only the tiny summary window. Add here for bookeeping purpose because the user whish is reasonable....
by broucaries
2009-01-15T11:29:03-07:00
Forum: Bugs
Topic: Too much memory usage
Replies: 14
Views: 50338

Re: Too much memory usage

thank you for your answer.

Regards