Search found 110 matches

by naoliv
2008-12-11T07:04:51-07:00
Forum: Bugs
Topic: Convert crash on sparc
Replies: 6
Views: 14355

Convert crash on sparc

Hi! From http://bugs.debian.org/508443 , convert is crashing when being used in sparc, with this file: http://people.debian.org/~naoliv/misc/imagemagick/djvu.svg Running it with debug, I can see: /usr/bin/convert -debug All -geometry 22x22 -depth 8 -background none djvu.svg hi22-djvu.png 2008-12-11T...
by naoliv
2008-12-04T11:16:21-07:00
Forum: Developers
Topic: Doubt about quantum depth
Replies: 1
Views: 5429

Doubt about quantum depth

Hi!

Just a doubt: when we use --with-quantum-depth=, we are defining the default quantum depth or the maximum depth that ImageMagick will be able to deal with?

Thank you!
by naoliv
2008-12-03T17:45:40-07:00
Forum: Developers
Topic: ImageMagick version 7 wish list
Replies: 6
Views: 15301

Re: ImageMagick version 7 wish list

Does asking to ImageMagick be more "dynamic" fit here?
For example, can't HDRI be used as an option (or as a loadable module) instead needing to be defined at compile time?
by naoliv
2008-11-24T11:15:20-07:00
Forum: Bugs
Topic: ImageMagick fails with JPEG2000 file
Replies: 2
Views: 7485

ImageMagick fails with JPEG2000 file

Hi! From http://bugs.debian.org/506739 , we are having problems in using some JPEG2000 files, like this image . file says that it's a "JPEG 2000 image data". identify fails with error: cannot decode code stream identify: unable to decode image file `error.jp2' @ coders/jp2.c/ReadJP2Image/3...
by naoliv
2008-11-21T18:23:40-07:00
Forum: Bugs
Topic: how to troubleshoot a lobotomized imagemagick on debian etch
Replies: 2
Views: 6301

Re: how to troubleshoot a lobotomized imagemagick on debian etch

Hi! You should report issues with the Debian package directly to us :wink: (or you can send a message to pkg-gmagick-im-team@lists.alioth.debian.org if you prefer). Probably the issue that you had is http://bugs.debian.org/368471 You just need to install the package gsfonts to have it fixed. Best re...
by naoliv
2008-11-16T07:42:20-07:00
Forum: Bugs
Topic: Broken link in index.html
Replies: 1
Views: 4511

Broken link in index.html

Hi! There is a broken link in index.html (not www/index.html): <li><a href="www/convert.html">Format conversion</a>: convert an image from one <a href=" formats.html ">format </a> to another (e.g. PNG to JPEG)</li> Ir should be an <a href=" www/ formats.html">format </a...
by naoliv
2008-11-11T14:05:32-07:00
Forum: Developers
Topic: Multiple versions of ImageMagick
Replies: 0
Views: 3380

Multiple versions of ImageMagick

Hi! I don't know how feasible it is, but I am wanting to create three different versions (from the same source) and distribute them on Debian. One would be "imagemagick" (as it is distributed by us now). The other would be "imagemagick-hdri", with HDRI enabled and a quantum depth...
by naoliv
2008-11-11T07:00:37-07:00
Forum: Developers
Topic: Status of the update process of EXIF thumbnail
Replies: 5
Views: 16099

Re: Status of the update process of EXIF thumbnail

Hi!

Still about EXIF, and from this bug report, can't ImageMagick work losslessly when just striping the EXIF of a JPEG file? (for example, a simple "convert -strip input.jpg output.jpg")

Thank you!
by naoliv
2008-10-28T07:45:11-07:00
Forum: Developers
Topic: Status of the update process of EXIF thumbnail
Replies: 5
Views: 16099

Status of the update process of EXIF thumbnail

Hi! Trying to clean the reported bugs on Debian now (in special this bug ), I would like to know if ImageMagick is still affected by CAN-2005-0406 (if convert and mogrify, for example, are now updating the EXIF thumbnail when changing an image; and if possible, since when it has been fixed) Thank yo...
by naoliv
2008-10-23T17:26:41-07:00
Forum: Bugs
Topic: Incorrectly rendered SVG with display
Replies: 2
Views: 6523

Re: Incorrectly rendered SVG with display

Good to know. Thank you very much!
by naoliv
2008-10-23T16:08:00-07:00
Forum: Bugs
Topic: Incorrectly rendered SVG with display
Replies: 2
Views: 6523

Incorrectly rendered SVG with display

Hi! From http://bugs.debian.org/500725 , the user has a SVG file that is incorrectly rendered by display. Using the newest version available here now (6.4.3-4) the problem is still reproducible (it displays PowerraftC instead PowerCraft). The SVG file is available at http://people.debian.org/~naoliv...
by naoliv
2008-10-22T12:48:19-07:00
Forum: Developers
Topic: Imagemagick and matlab files
Replies: 1
Views: 5704

Imagemagick and matlab files

Hi! From http://bugs.debian.org/239595 (it's a bug report from 2004, with ImageMagick version 5.5.7-9): Current release of Imagemagick does not support reading images in Matlab format created in little-endian architectures like powerpc. I've mailed a patch to fix this to the Imagemagick developer ma...
by naoliv
2008-10-15T17:15:04-07:00
Forum: Developers
Topic: libmagick10-dev?
Replies: 0
Views: 3347

Re: libmagick10-dev?

You need libmagick9-dev and not libmagick10-dev (there is no libmagick10-dev).
It's strange to have a different version for the package and the -dev one, but it's correct.

This "problem" is corrected on the new ImageMagick version available at (Debian) experimental, however.
by naoliv
2008-09-11T07:59:36-07:00
Forum: Bugs
Topic: Segmentation fault with display
Replies: 2
Views: 7148

Segmentation fault with display

Hi! Trying to reproduce the bug report from https://bugs.edge.launchpad.net/ubuntu/+source/imagemagick/+bug/43323 I am getting a segmentation fault with ImageMagick 6.4.3-4, when running display 'vid:*.jpg' inside a dir with jpeg files: Starting program: /usr/bin/display 'vid:*.jpg' [Thread debuggin...
by naoliv
2008-08-15T21:19:05-07:00
Forum: Bugs
Topic: Duplicated words inside some files
Replies: 3
Views: 9036

Re: Duplicated words inside some files

Hi!

There are still duplicated words inside some HTML files.
Patch is here: http://people.debian.org/~naoliv/misc/i ... 2.diff.txt

Thank you!