Search found 8887 matches

by anthony
2006-03-12T21:21:10-07:00
Forum: Users
Topic: Using lookup table for -fx"". (New user question)
Replies: 5
Views: 28924

Send them to me, Anthony@griffith.edu.au

Lets hope the spam filter doesn't object.
by anthony
2006-03-09T19:15:08-07:00
Forum: Users
Topic: resample does not work
Replies: 4
Views: 21982

You may then have found a bug where the -density used on a EPS is not saved with the rasterized image.

Check the resulting image with verbose.

It amy also be that PNG has some extra meta tag the IM is not setting to save the image resolution or density.
by anthony
2006-03-09T19:10:13-07:00
Forum: Users
Topic: Using lookup table for -fx"". (New user question)
Replies: 5
Views: 28924

Post the two images somewhere, and I'll download and try to check them out.

Also what version of IM are you using?
by anthony
2006-03-09T19:07:54-07:00
Forum: Users
Topic: any way of speeding up convert/resize?
Replies: 1
Views: 14888

Could it be communication setup/send/shutdown times instead?

Communications are often much slower as they have to get timing issues correctly, delaying the results delivery.
by anthony
2006-03-09T19:05:52-07:00
Forum: Users
Topic: Finding image in image
Replies: 0
Views: 8891

Yes it is posible, but depend on exactly what you are trying to find. The simplist methof would be to make a copy of the image, trash all the unwanted colors, say using -fill white -bordercolor red -draw 'color 0,0 border' to leave just the red colors. Then -trim the image and look at the info: outp...
by anthony
2006-03-09T18:58:03-07:00
Forum: Users
Topic: Resizing and filling the remaining space
Replies: 0
Views: 9187

See Im Examples, Thunbnails, Padding out the image...
http://www.cit.gu.edu.au/~anthony/graph ... nails/#pad
for three different methods to do this..
by anthony
2006-03-09T18:52:25-07:00
Forum: Users
Topic: Problem with dashed polyLines
Replies: 2
Views: 15384

For details of this known bug see the end of...

http://www.cit.gu.edu.au/~anthony/graph ... s/testing/

Sounds like the 'on/off' ratio problem. If this does not match what you are experiencing, then please give us a simple, small example code and images that demonstrates the bug.
by anthony
2006-03-09T18:48:15-07:00
Forum: Users
Topic: problems with character length in filepath
Replies: 1
Views: 12058

While IM may handle long filepaths, many systems and command line shells do not.

A favorite quote of mine is...
FileNames are infinite in length, where infinity is set to 255 chars! - "The Unix File System"


As such it may be a system problem rather than an IM problem.
by anthony
2006-03-09T18:40:36-07:00
Forum: Users
Topic: resample does not work
Replies: 4
Views: 21982

Resample is used to resize and adjust the resolution settings for images that have already been raserized. It is not used for vector images that was rasterized to a specific density. That -density setting itself sets the appropriate size and resolution of the resulting image. your -resample will do ...
by anthony
2006-03-09T18:36:18-07:00
Forum: Users
Topic: More effects.. Cutout filter and newprint.. how to?
Replies: 11
Views: 34728

Thanks for at least looking at the examples first. No I have not created an example of this yet, but the options are there. See the undeveloped areas at the bottom of the 'Color' examples page. The operators you wand are... -colors # reduce image to this many colors. However colors picked tend to be...
by anthony
2006-03-09T18:19:21-07:00
Forum: Users
Topic: Command-Line / ImageMagick Help
Replies: 0
Views: 8962

Well first of all the padded area is probably not exactly white or black, as JPEG does not store colors exactly. It ia a lossy format, loading and saving an image using JPEG will slowly degrade the image. To fix that a -fuzz factor will be needed. Next the padding do not go completely around the ima...
by anthony
2006-03-06T21:08:12-07:00
Forum: Users
Topic: Curious.
Replies: 2
Views: 16792

That first link is to a UNIX shell script program. This program essentually creates star fields as per the link I gave in a previous response. Basically I use that program to generate 'sparkles' which I then use to create three 'sparkling rose' images. Those are then turned into an animation. I sugg...
by anthony
2006-03-06T20:57:45-07:00
Forum: Users
Topic: I'm probably not a genius
Replies: 1
Views: 13407

I actually don't know, I just know what the solution is. I haven't used it myself as yet. That is why I suggest you look up the include headers for the blob definition.

Use the source Luke! :lol:
by anthony
2006-03-06T20:50:58-07:00
Forum: Users
Topic: Curious.
Replies: 2
Views: 16792

Basically as no-one has submitted an example, all we can give is some clues. Hmmm... take the randome star field generator.. and create three greyscale images the same size as your original... Script http://www.cit.gu.edu.au/~anthony/graphics/imagick6/scripts/star_field star_field 70x46 stars1.png s...
by anthony
2006-03-06T19:58:23-07:00
Forum: Users
Topic: Using lookup table for -fx"". (New user question)
Replies: 5
Views: 28924

You seem to have fogotten the header describing the IM 'txt' format!