Search found 11064 matches

by magick
2006-04-28T11:20:32-07:00
Forum: Users
Topic: File size increase with convert
Replies: 4
Views: 20476

We get
  • -rw------- 1 magick magick 1432 Apr 20 08:20 pillsbury_bf10.gif
    -rw------- 1 magick magick 1439 Apr 28 13:48 pillsbury_bf10SMALL.gif
by magick
2006-04-28T08:31:54-07:00
Forum: Developers
Topic: Supporting Thumbnail Managing Standard
Replies: 1
Views: 13371

The next point release of ImageMagick, 6.2.7-2, will attempt to support the thumbnail standard. Simply use this command, for example:
  • convert file:///home/ally/myimage.jpg -thumbnail 128x128 thumb.png
by magick
2006-04-28T08:17:56-07:00
Forum: Bugs
Topic: IM 6.2.5 vs. 6.2.7 PSD conversion speed problems and bug
Replies: 1
Views: 13081

Post a URL to one of your images that is not converting correctly. We'll see if we can correct the problem.
by magick
2006-04-28T06:58:29-07:00
Forum: Users
Topic: Help with Visual C++ with ImageMagick:
Replies: 3
Views: 19666

Wish we could help with VS 6. We heard enough complaints about VS 6 that the development team bought a copy and ImageMagick compiled first time without complaint. Hopefully someone in the ImageMagick user community might have some insight into resolving VS 6 problems.
by magick
2006-04-28T06:55:53-07:00
Forum: Developers
Topic: Text to Image not working - Please Help
Replies: 2
Views: 17961

Replace -font Candice with -debug all on your convert command line. You added it to the identify command line.
by magick
2006-04-28T06:51:36-07:00
Forum: Bugs
Topic: Conversion from svg to pdf results in a bitmap
Replies: 15
Views: 66970

If ImageMagick reports 6.2.4 that is the version you are using. You may have two versions of ImageMagick installed and are using the wrong one. When we convert your SVG with ImageMagick 6.2.7-1 we get the same results as you posted with Inkscape.
by magick
2006-04-27T17:09:59-07:00
Forum: Users
Topic: Is there a Q8 binary for OS X
Replies: 1
Views: 8503

We do not include a Mac OS X Q8 binary, perhaps someone else has one. You could try downloading a version from Fink. Or compile from source. The only problems is that ImageMagick works best if it has access to its delegate libraries which are generally not readily available under Mac OS X (e.g. PNG,...
by magick
2006-04-27T11:43:18-07:00
Forum: Developers
Topic: Composing images multi-threaded - problems
Replies: 3
Views: 18913

We're using the latest ImageMagick 6.2.7-2 Beta and your program has been running all day without any problems. We periodically issue a identify -verbose test*bmp | grep -i sign command to ensure the pixel signatures match. We will continue running your program and you will hear back from us if it f...
by magick
2006-04-27T11:39:16-07:00
Forum: Users
Topic: How many bytes are required to identify png, gif, jpg format
Replies: 0
Views: 6258

For some formats, up to 2048 bytes are required. Most format can be identified within 80 or so bytes.
by magick
2006-04-27T10:11:10-07:00
Forum: Users
Topic: Equalize Image
Replies: 2
Views: 14628

Try MagickLevelImageChannel(). It permits you to specify the white and black points. You could also try MagickSigmoidalContrastChannel().
by magick
2006-04-27T10:07:46-07:00
Forum: Developers
Topic: Text to Image not working - Please Help
Replies: 2
Views: 17961

Ok, you have Freetype. Next up, remove the -font Candice from your command line since chances are you don't have that font. Also add -debug all to your command line to track ImageMagick looking for its fonts.
by magick
2006-04-27T10:03:54-07:00
Forum: Bugs
Topic: Conversion from svg to pdf results in a bitmap
Replies: 15
Views: 66970

We got very good looking results. Does your version of ImageMagick include Freetype support? Type
  • idenitfy -list configure
to determine if its included. We're using ImageMagick 6.2.7-1.
by magick
2006-04-27T07:13:08-07:00
Forum: Users
Topic: -sigmoidal-contrast & Magick++
Replies: 0
Views: 6528

We will add a sigmoidal contrast method for Magick++ to the next ImageMagick point release, scheduled for release within the next week or two.
by magick
2006-04-27T07:11:33-07:00
Forum: Developers
Topic: Text to Image not working - Please Help
Replies: 2
Views: 17961

ImageMagick requires the Freetype library or Ghostscript to render. Try idenitfy -list configure to see differences in the ImageMagick configuration on your local and server machines. Make sure Ghostscript is installed on both. Check the versions of each. Also add -debug all to your convert command ...
by magick
2006-04-27T06:46:04-07:00
Forum: Bugs
Topic: Conversion from svg to pdf results in a bitmap
Replies: 15
Views: 66970

Try this command:
  • convert -density 300 test.svg test.png