Search found 41 matches

by ultranerds
2013-01-30T14:02:19-07:00
Forum: Users
Topic: How to "center center" an image
Replies: 14
Views: 14901

Re: How to "center center" an image

Thanks - that just gives me a white image? (I used an example "blank" image that is the correct size)

http://waaaant.com/uploads/large/40/tes ... Obz9Kl.jpg

Any ideas?

TIA

Andy
by ultranerds
2013-01-30T13:33:49-07:00
Forum: Users
Topic: How to "center center" an image
Replies: 14
Views: 14901

Re: How to "center center" an image

Thanks for the replies guys. As far as I can tell its using the right one: user@undevmac ~/waaaant.com/cgi-bin/admin/templates $ convert --version Version: ImageMagick 6.7.6-7 2013-01-30 Q16 http://www.imagemagick.org Copyright: Copyright (C) 1999-2012 ImageMagick Studio LLC Features: steveraf@user ...
by ultranerds
2013-01-30T12:52:02-07:00
Forum: Users
Topic: How to "center center" an image
Replies: 14
Views: 14901

Re: How to "center center" an image

Hi, I got my host to upgrade me to the latest version they were comfortable with: Version: ImageMagick 6.7.6-7 2013-01-30 Q16 http://www.imagemagick.org Copyright: Copyright (C) 1999-2012 ImageMagick Studio LLC Still got the same problem though :( Is there maybe another way of invoking IM to do what...
by ultranerds
2013-01-30T11:21:15-07:00
Forum: Users
Topic: How to "center center" an image
Replies: 14
Views: 14901

Re: How to "center center" an image

Thanks for the reply. If I remove ^ from the dimensions, I get the same image:

http://waaaant.com/uploads/large/40/tes ... Obz9Kl.jpg

:/
I would try a very simple command first and see if something else is causing the problem.
"simple" as in? :)

TIA

Andy
by ultranerds
2013-01-30T10:56:31-07:00
Forum: Users
Topic: How to "center center" an image
Replies: 14
Views: 14901

Re: How to "center center" an image

Sorry?
by ultranerds
2013-01-30T10:42:03-07:00
Forum: Users
Topic: How to "center center" an image
Replies: 14
Views: 14901

Re: How to "center center" an image

Mmm... this is what it says: convert -version Version: ImageMagick 6.5.8-8 2010-06-25 Q16 http://www.imagemagick.org Copyright: Copyright (C) 1999-2010 ImageMagick Studio LLC Features: OpenMP Here is an example of what it outputs: http://waaaant.com/uploads/large/40/test2-7UFFBJ7XVryG2hEljnQH247FObz...
by ultranerds
2013-01-30T09:23:15-07:00
Forum: Users
Topic: How to "center center" an image
Replies: 14
Views: 14901

How to "center center" an image

Hi, I'm trying to thumbnail my images so they always make 300x300px, but are centered bother horizontally AND vertically. For the design of my site (in rows) I need to keep all the images the same size. I've tried: convert -define jpeg:size=200x200 7UFFBJ7XVryG2hEljnQH247FObz9Kl.jpg -thumbnail 200x2...
by ultranerds
2012-11-28T12:12:33-07:00
Forum: PerlMagick
Topic: Limit to 1 processor?
Replies: 2
Views: 10866

Re: Limit to 1 processor?

Hi,

Thanks for the reply - we've already made the configuration changes, so hopefully that will sort our install out then :)

Cheers

Andy
by ultranerds
2012-11-28T01:05:59-07:00
Forum: PerlMagick
Topic: Limit to 1 processor?
Replies: 2
Views: 10866

Limit to 1 processor?

Hi, We're trying to fix up a bug that seems to be caused by the fact we have a multi-core processor on the server. This is a post we found about fixing it for PHP: http://www.daniloaz.com/en/617/systems/high-cpu-load-when-converting-images-with-imagemagick/ However, we still seem to have having the ...
by ultranerds
2012-07-29T03:36:37-07:00
Forum: Users
Topic: Driving me up the wall trying to make a rectangle!
Replies: 6
Views: 8527

Re: Driving me up the wall trying to make a rectangle!

Hi, Thanks for the replies guys. The box is the right size now, but the damn thing is refusing to draw at the bottom of the image :/ convert ./wintercard1.jpg -fill white -stroke black -gravity south -draw "rectangle 0,0 600,50" ./wintercard1_new3.jpg I've also tried "South" (ie ...
by ultranerds
2012-07-28T06:26:03-07:00
Forum: Users
Topic: Driving me up the wall trying to make a rectangle!
Replies: 6
Views: 8527

Driving me up the wall trying to make a rectangle!

Hi, I know I'm gonna get a lot of stick for this, but I'm really struggling trying to get a rectangle made over an image. So far I have read this page: http://www.imagemagick.org/script/command-line-options.php?#draw From what I understand about the co-ordinate system, I need: convert ./wintercard1....
by ultranerds
2012-07-28T00:25:09-07:00
Forum: Users
Topic: Way to determine color list?
Replies: 6
Views: 7636

Re: Way to determine color list?

Yeah, I think I'm gonna try a different approach. Thanks for putting me on the right tracks though :)

Cheers

Andy
by ultranerds
2012-07-27T10:46:29-07:00
Forum: Users
Topic: Way to determine color list?
Replies: 6
Views: 7636

Re: Way to determine color list?

Hi, Just had a quick look, and it seems like your script doesn't do quite what I'm trying to achieve :) Its not a major part of the site (just something I'd quite like to do, as there are a couple of other sites I'm working on atm that I would like to add the "filter by color" system <G>)....
by ultranerds
2012-07-27T10:41:20-07:00
Forum: Users
Topic: Way to determine color list?
Replies: 6
Views: 7636

Re: Way to determine color list?

Hi, Thanks for your reply :) Not sure what version your script is designed for - we are using: convert -version Version: ImageMagick 6.7.6-7 2012-04-25 Q16 http://www.imagemagick.org Copyright: Copyright (C) 1999-2012 ImageMagick Studio LLC Just having a look at your script to see if it can do what ...
by ultranerds
2012-07-27T03:52:45-07:00
Forum: Users
Topic: Way to determine color list?
Replies: 6
Views: 7636

Way to determine color list?

Hi, I'm trying to offer a simple search where people can find images that have specific colors in. For example, they wanna view images with orange (from a start to end color, i.e very light orange - to a very dark orange). I know we have "identify" that helps with this, but can anyone give...