Search found 8887 matches

by anthony
2006-03-14T21:09:39-07:00
Forum: Bugs
Topic: Over-inflated 100x MNG creation with convert 6.0.6
Replies: 1
Views: 16826

The whole image should not be needed for a MNP animation, just as the whole image is not needed for a GIF animation. Hmmm convert grf-logo.mng -deconstruct -set delay 20 grf-logo_2.mng Produces a much smaller image, though still larger than GIF. The size may be reduced further by playing with the -q...
by anthony
2006-03-14T19:28:26-07:00
Forum: Users
Topic: ImageMagick works with some images but not others
Replies: 0
Views: 9367

I have not seen any such problems like this at all, and I have downloaded quite a few JPEG and PNG images off the net, so they were created in many ways.

The only time I have had major problems with images is for TIFF format, and generating ICO format images.
by anthony
2006-03-14T19:26:14-07:00
Forum: Users
Topic: Access pixels without loading the complete file into memory
Replies: 0
Views: 8964

Not with IM. Also wether you can actually do it at all depends on the IM format. JPG images will probably not be simple, due to its speciallised compression, but if it is posible, remember the pixels may not be exactly the same colors as what you had when you saved the image. JPG is a lossy compress...
by anthony
2006-03-14T19:22:29-07:00
Forum: Users
Topic: sampling or eyedrop a pixel for transparency
Replies: 1
Views: 11238

First if you mean the very corner pixel, than that is pixel 0,0 To make all pixels of that color transparent use.. convert image.gif -fill none -draw 'color 0,0 replace' output.gif To replace only pixels of the same color, connected to that pixel that colro use.. convert image.gif -fill none -draw '...
by anthony
2006-03-14T19:10:57-07:00
Forum: Users
Topic: extract JPEG quality number
Replies: 0
Views: 8672

Only a rough guess can be extracted by any program, as it isn't stored in the JPEg image itself.

I think identify will report that rough guess
by anthony
2006-03-14T19:10:03-07:00
Forum: Users
Topic: splitting an image up in one operation
Replies: 1
Views: 10944

There is also info on handling really really really large images
on the IM example page...
http://www.cit.gu.edu.au/~anthony/graph ... crop_large
by anthony
2006-03-14T19:08:15-07:00
Forum: Users
Topic: Q: How to use the samples from anthony in the MS world
Replies: 2
Views: 14564

if you don't have a +clone you are NOT using version 6 of IM in which case parenthesis will also not work, and you will be stuck runing lots of separate convert commands creating temproary files and piple lines to pass images between them. See the basics page for details of the major changes and add...
by anthony
2006-03-13T23:21:08-07:00
Forum: Users
Topic: Converting files to ICO
Replies: 0
Views: 9135

There is something very strange about ICO files, sometimes it works sometimes they don't. Even ICO files generated by other applications have problems.

I have a summery of this bug on the IM example bugs/testing page
http://www.cit.gu.edu.au/~anthony/graph ... s/testing/
by anthony
2006-03-13T23:16:25-07:00
Forum: Users
Topic: Q: How to use the samples from anthony in the MS world
Replies: 2
Views: 14564

This information is given on the very top level page of the IM Examples. EG: PC Windows users: All examples are written for use on UNIX, and specifically Linux systems, however with care they should be usable on Windows and in DOS scripts. Caution is recommended however. Window users should specific...
by anthony
2006-03-13T23:04:11-07:00
Forum: Users
Topic: short cut to add ing transparent overly
Replies: 0
Views: 9229

You could just draw the rectange with a 50% transparent white. Current that is specified as -fill '#FFFFFF80' For an example see Annotation Images, Label Overlays... http://www.cit.gu.edu.au/~anthony/graphics/imagick6/annotating/#label_on Their is a request however to allow something like a white_50...
by anthony
2006-03-13T23:00:37-07:00
Forum: Users
Topic: resample does not work
Replies: 4
Views: 21952

But it is needed for postscript conversion. The PNG was just the output result.
by anthony
2006-03-12T22:02:44-07:00
Forum: Users
Topic: Appending 2 images of different sizes?
Replies: 1
Views: 13420

IM montage concatinate does not center align images. Though you can do it without resorting to concatenate mode. EG vertical append centered montage images... -geometry '1x1+0+0<' -tile 1x output.png I have noted this in IM examples at http://www.cit.gu.edu.au/~anthony/graphics/imagick6/montage/#app...
by anthony
2006-03-12T21:34:41-07:00
Forum: Users
Topic: More effects.. Cutout filter and newprint.. how to?
Replies: 11
Views: 34680

I'm not sure. I think Gimp and Photoshop has from special filters for creating news print like screens.

In IM it would be an artistic filter, and I have not even started to explore all those options (it is a masive set).
by anthony
2006-03-12T21:30:55-07:00
Forum: Users
Topic: resample does not work
Replies: 4
Views: 21952

I suggest you mail cristy with that suggestion.

This -units probelm has come up before, and I am not sure why it isn't a default. Must be a reason though.
by anthony
2006-03-12T21:28:42-07:00
Forum: Users
Topic: Problem with dashed polyLines
Replies: 2
Views: 15363

I can see what you mean.. the dashed arcs dissappear completely.

This looks like a different problem, though may be related.

I am not sure how to demonstrate this from the command line though as that is the interface I use.