Search found 41 matches

by ultranerds
2012-04-02T23:36:43-07:00
Forum: Users
Topic: Convert image to fit fixed size, but black?
Replies: 9
Views: 16482

Re: Convert image to fit fixed size, but black?

Hi,

Thanks for the reply. Yeah the person isn't very server savvy, and therefore just uses Plesk/CPanel to install this kinda stuff. All working now, so all good 8)

Cheers

Andy
by ultranerds
2012-04-02T10:22:04-07:00
Forum: Users
Topic: Convert image to fit fixed size, but black?
Replies: 9
Views: 16482

Re: Convert image to fit fixed size, but black?

YOU LEGEND! I was literally pulling my hair out over this one (whats left of it ;)) ... your solution works like a charm. Thanks for taking the time to help me out 8)

Cheers

Andy
by ultranerds
2012-04-02T09:40:28-07:00
Forum: Users
Topic: Convert image to fit fixed size, but black?
Replies: 9
Views: 16482

Re: Convert image to fit fixed size, but black?

Hi, Thanks for the reply. Its coming up with: Version: ImageMagick 6.2.8 02/22/12 Q16 file:/usr/share/ImageMagick-6.2.8/doc/index.html Copyright: Copyright (C) 1999-2006 ImageMagick Studio LLC I've also tried using that syntax with "convert", and that also has the black stuff showing (whic...
by ultranerds
2012-04-02T05:20:16-07:00
Forum: Users
Topic: Convert image to fit fixed size, but black?
Replies: 9
Views: 16482

Re: Convert image to fit fixed size, but black?

Hi, Thanks for your reply. I've emailed the guy to ask him to send me SSH access. I can't check version numbers without :( He told me that he installed this lot, but didn't say what versions: imagemagick imagemagick-C++ imagemagick-C++-devel imagemagick-devel imagemagick-perl Should my command above...
by ultranerds
2012-04-02T02:10:29-07:00
Forum: Users
Topic: Convert image to fit fixed size, but black?
Replies: 9
Views: 16482

Convert image to fit fixed size, but black?

Hi, I've got a bit of a weird one here I'm running the following command: `mogrify -resize 100x100 -background white -gravity center -extent 100x100 -format jpg -quality 75 "$WriteImage"`; This is the image before: http://designerstaticfiles.com.nmsrv.com/before.jpg And this is it after: h...
by ultranerds
2010-11-13T08:52:29-07:00
Forum: Users
Topic: Weird error using `convert`
Replies: 2
Views: 5543

Re: Weird error using `convert`

Interesting - this issue goes away when you are simply trying to shrink the original image. So, doing a "cp" first to 11.png.new, and then running the resize code works!

Cheers

Andy
by ultranerds
2010-11-13T03:28:04-07:00
Forum: Users
Topic: Weird error using `convert`
Replies: 2
Views: 5543

Re: Weird error using `convert`

BTW, just to add to this - I noticed this file IS made:

/home/ivideo/public_html/images/thumbs/1/11.png.new

...but NOT shrunk at all (its exactly the same size as the other file)

:/
by ultranerds
2010-11-13T02:54:54-07:00
Forum: Users
Topic: Weird error using `convert`
Replies: 2
Views: 5543

Weird error using `convert`

Hi guys, Got a bit of a weird problem on a fresh install of imagemagick on a VPS :( I installed ImageMagick on a Cent OS 5.5 using this command: yum install ImageMagick This went through fine, and the running: convert -v ...came up with what you expect Howevver, now when I run a command to "res...
by ultranerds
2009-02-13T00:47:59-07:00
Forum: Users
Topic: composite - not working right :/
Replies: 4
Views: 8029

Re: composite - not working right :/

Hi,

Thanks for the reply. Although we also use convert, in this case - we're making 4 different images (and only one of them needs the `composte` bit - so should be ok doing it the way we currently are :))

Cheers

Andy
by ultranerds
2009-02-12T03:01:59-07:00
Forum: Users
Topic: composite - not working right :/
Replies: 4
Views: 8029

Re: composite - not working right :/

Thank you thank you thank you! Worked a charm :)

Cheers

Andy
by ultranerds
2009-02-12T02:08:35-07:00
Forum: Users
Topic: composite - not working right :/
Replies: 4
Views: 8029

composite - not working right :/

Hi, I've got a problem with something I'm trying to do. Basically - I have 2 images - /var/home/domain/domain.pro/www/static_lite/background.gif (400x300, with gray background) ..and then the image I wanna overlay (in the middle of the above image); /var/home/domain/domain.pro/www/static_lite/lite_i...