Search found 110 matches

by naoliv
2008-04-11T13:27:54-07:00
Forum: Bugs
Topic: Empty file cipher.php
Replies: 4
Views: 10529

Empty file cipher.php

Hi!

The file www/cipher.php is empty on the distributed ImageMagick tarballs (it's also empty on ImageMagick's svn repository).

Shouldn't it be cipher.html? Also, index.html should be updated to use cipher.html too.

Thank you!
by naoliv
2008-04-10T12:30:50-07:00
Forum: Bugs
Topic: "convert" changes bitdepth
Replies: 11
Views: 61789

Re: "convert" changes bitdepth

Right.
Where can users send enhancement requests, please?

Thank you again!
by naoliv
2008-04-10T12:11:00-07:00
Forum: Bugs
Topic: "convert" changes bitdepth
Replies: 11
Views: 61789

"convert" changes bitdepth

Hi! From http://bugs.debian.org/472699 , the user is saying that with ImageMagick version 6.2.4-5, he converts a 8-bit JPEG to PNG, and he gets a 8-bit too PNG. But with newer versions (including the latest beta version 6.4.0-5, tested here), he gets a 16-bit PNG file. Using "-depth 8" wor...
by naoliv
2008-03-23T16:45:18-07:00
Forum: Bugs
Topic: "convert -strip" modifies the image
Replies: 15
Views: 63862

"convert -strip" modifies the image

Hi! From http://bugs.debian.org/391982 , we saw that when using "convert -strip image.jpg" we get a recompressed image on the end (even if there is nothing to do). It would be good if this process could modify the images losslessly, like jpegtran can do ("jpegtran -copy none image.jpg...
by naoliv
2008-03-23T09:50:29-07:00
Forum: Bugs
Topic: convert -draw text fails if the text starts with a digit
Replies: 4
Views: 13624

Re: convert -draw text fails if the text starts with a digit

Hi again! Maybe related ( http://bugs.debian.org/399060 ): touch 1.gif convert -size 200x200 -fill blue -draw 'circle 50,50 0,50' 1.gif 1.gif Now, we want two circles: convert -draw 'image Over 100,100 200,200 1.gif' 1.gif 2.gif convert: Non-conforming drawing primitive definition `image'. This is a...
by naoliv
2008-03-23T09:36:38-07:00
Forum: Bugs
Topic: convert -draw text fails if the text starts with a digit
Replies: 4
Views: 13624

convert -draw text fails if the text starts with a digit

Hi! From http://bugs.debian.org/344801 : This silently fails (in that it does not draw any text on the image, even though it produces bar.jpg): convert -gravity southwest -font helvetica -undercolor yellow -fill black -pointsize 24 -draw 'text 1,1 334sadadsafjlajfajslfdjalsjfd' foo.jpg bar.jpg While...
by naoliv
2008-03-23T09:27:03-07:00
Forum: Bugs
Topic: Incorrect output from convert and -draw
Replies: 1
Views: 5515

Incorrect output from convert and -draw

Hi! From http://bugs.debian.org/337837 : convert -size 20x20 xc:yellow yellow.png convert -size 10x10 xc:red red.png convert yellow.png -draw "image Over 0,0 0,0 red.png" total.png total.png ought to contain 100 red pixels, in rows 0-9 and columns 0-9; in actuality, it contains 111 red pix...
by naoliv
2008-03-21T16:15:10-07:00
Forum: Bugs
Topic: Wrong behavior when using -crop and -window with display
Replies: 3
Views: 9157

Wrong behavior when using -crop and -window with display

Hi! From this bug report on Debian ( http://bugs.debian.org/266304 ): Even without -geometry, I get strange results. Please try: display -crop 576x384 -window root /usr/share/doc/imagemagick/images/examples.jpg Several images are successively displayed in the root window, then I get a blank image. U...
by naoliv
2008-03-20T18:55:32-07:00
Forum: Bugs
Topic: Too much memory usage
Replies: 14
Views: 50396

Too much memory usage

Hi! These two ( http://bugs.debian.org/389604 and http://bugs.debian.org/349200 ) bugs on Debian are related about memory usage with ImageMagick. The first one is about display using too much memory to display images. Using this image, for example: http://naoliv.googlepages.com/image.png , with 1.7 ...
by naoliv
2008-03-20T14:09:17-07:00
Forum: Bugs
Topic: Segmentation fault when using crop, inside display
Replies: 3
Views: 8284

Re: Segmentation fault when using crop, inside display

Sorry for the wrong link (cwt.png instead cwt-firefox.png) Indeed it's not crashing with the latest ImageMagick (using 3.6.9.10 beta here). But I am getting an all transparent crop. Using cwt-firefox.png, Transform -> Crop, selected region is 96X33+321+3 (that has the numbers 382 and 236 from the im...
by naoliv
2008-03-20T07:30:15-07:00
Forum: Bugs
Topic: Segmentation fault when using crop, inside display
Replies: 3
Views: 8284

Segmentation fault when using crop, inside display

Hi! From this bug report on Debian http://bugs.debian.org/374631 . I can reproduce the described segmentation fault when using crop, inside display. A test image can be obtained from http://www.vinc17.org/test/cwt.png Steps to reproduce: display cwt.png Transform -> Crop Select a region Click on Cro...
by naoliv
2008-03-18T19:26:06-07:00
Forum: Bugs
Topic: perlmagick segfaults when drawing text on individual images
Replies: 1
Views: 5226

perlmagick segfaults when drawing text on individual images

Hi! From this bug report on Debian http://bugs.debian.org/351604 : The following script makes perl segfault: use Image::Magick; my $img = Image::Magick->new; $img->Read('foo.jpeg'); # foo.jpeg exists $img = $img->[0]; $img->QueryMultilineFontMetrics(text=>"foo bar"); I can reproduce it wit...
by naoliv
2008-03-14T09:23:20-07:00
Forum: Bugs
Topic: Minor typo in composite.html
Replies: 3
Views: 8870

Re: Minor typo in composite.html

Hi!

Sorry for being so annoying for such small thing, but the typo is still there on 6.3.9-7 and 6.3.9-8 beta.

Thank you!
by naoliv
2008-03-11T19:53:14-07:00
Forum: Bugs
Topic: Wrong colors when drawing on YCbCr images
Replies: 1
Views: 5446

Wrong colors when drawing on YCbCr images

Hi! From this bugs report on Debian http://bugs.debian.org/462895 : Hi, Image::Magick (and probably ImageMagick proper) seems rather broken when working in non-RGB colorspaces. Witness for instance the following script: use Image::Magick; my $m = Image::Magick->new(size=>"200x200"); $m->Re...
by naoliv
2008-03-11T19:28:26-07:00
Forum: Bugs
Topic: "display" incorrectly rendering grayscale PNG
Replies: 1
Views: 6106

"display" incorrectly rendering grayscale PNG

Hi! We have a bug on Debian http://bugs.debian.org/383531 about display incorrectly rendering some PNG files. All of the 3 "problematic" files are grayscale with an alpha channel. The images are available at: http://people.debian.org/~naoliv/misc/imagemagick/383531/problem1.png http://peop...