Search found 11064 matches

by magick
2006-03-06T13:01:02-07:00
Forum: Bugs
Topic: Small memory leak in MagickReadImageFile
Replies: 1
Views: 18538

We need to investigate this problem further and get back to you.
by magick
2006-03-06T11:51:50-07:00
Forum: Users
Topic: any way of speeding up convert/resize?
Replies: 1
Views: 14888

In most cases, the only way to speed up ImageMagick is to run on a faster processor or add more memory or limit the size of the input image. The cost of processing of an image is directly related to the area of the input image. You can speed up JPEG thumbnail creation by adding the -size option to t...
by magick
2006-03-06T11:35:51-07:00
Forum: Bugs
Topic: PSD font conversion issue
Replies: 5
Views: 39215

Your example.psd image does not appear to have any text associated with it. ImageMagick 6.2.6-3 renders it the same as Gimp does.
by magick
2006-03-06T11:33:15-07:00
Forum: PerlMagick
Topic: identifying a corrupt image file
Replies: 0
Views: 15006

Your script should work in identifying corrupt image files. An exception is returned if the file cannot be read.
by magick
2006-03-06T10:10:31-07:00
Forum: Users
Topic: convert tiled tiff to jpg
Replies: 0
Views: 9397

To only convert one frame from a multi-frame image, use this command for example:
  • convert 'image.tif[0]' image.jpg
by magick
2006-03-06T09:26:17-07:00
Forum: Bugs
Topic: PSD font conversion issue
Replies: 5
Views: 39215

Post a URL to your original PSD image so we can reproduce the problem and come up with a solution.
by magick
2006-03-04T14:52:53-07:00
Forum: Users
Topic: magick++, import XWindow
Replies: 4
Views: 21882

Grabbing X windows can be quite complex because the windows are stored in a tree structure and to ensure you are getting a proper image you must composite the entire tree structure onto an image canvas. However, if you are sure your image can be obtained directly from the screen, you can short cut t...
by magick
2006-03-04T13:37:27-07:00
Forum: Users
Topic: magick++, import XWindow
Replies: 4
Views: 21882

Hexcode is the window id, for example,
  • convert x:0x1a0001f window.png
by magick
2006-03-04T11:21:55-07:00
Forum: MagickWand
Topic: Setting image/wand opacity
Replies: 2
Views: 22620

MagickWand has the MagickSetImageMatte() method which sets the image opacity channel to completely opaque.
by magick
2006-03-04T11:16:11-07:00
Forum: Users
Topic: magick++, import XWindow
Replies: 4
Views: 21882

You can read an image from a X window with X coder. From the command line:
  • convert x:mywindow window.png
where mywindow is the window name or hex identified. From Magick++, just do a Read() with x:mywindow as the file name.
by magick
2006-03-03T22:22:00-07:00
Forum: MagickWand for PHP
Topic: Hi Mister Magick
Replies: 0
Views: 14215

We know little about MagickWand for PHP. Mr. Watson, the author, has a new release nearly ready but has been distracted by life/work. We'll send him a ping and see if we can get him back online.
by magick
2006-03-03T16:53:51-07:00
Forum: MagickWand for PHP
Topic: Errors with MagickReadImage in PHP5
Replies: 0
Views: 15128

There is a light-weight method for determining the image type before you read it, MagickPingImage().
by magick
2006-03-03T16:51:47-07:00
Forum: MagickWand for PHP
Topic: PDF/EPS -> raster image quality
Replies: 0
Views: 14898

Use MagickSetResolution() to specify which resolution to render Postscript or PDF image files.
by magick
2006-03-03T09:30:54-07:00
Forum: Users
Topic: "Save for web" like feature
Replies: 0
Views: 10376

For a preview of JPEG compression at different quality settings, try this command:
  • convert myimage.png -preview jpeg preview.png
by magick
2006-03-03T08:17:12-07:00
Forum: MagickStudio
Topic: Network11 Gonna Open Again?
Replies: 0
Views: 17385

Net11 failed to response to our support requests so we formally dropped Net11 as an ImageMagick sponsor. However, they did not even respond to our request to drop the service so the machine appears to be a zombie right now. So you can safely remove the Net11 link.