Search found 35 matches

by mrshake
2008-11-24T12:18:54-07:00
Forum: PerlMagick
Topic: I'm dying here... Trying to Rotate and resize, not going wel
Replies: 11
Views: 27276

Re: I'm dying here... Trying to Rotate and resize, not going wel

Here is where I'm at right now.. and its getting more frustrating... Its now not outputting the file at all print "Transform Image for Agent Website Needs ... \n"; $x4 = $agent4->Resample(density=>'300x300'); $x4 = $agent4->Set(units=>'pixelsperinch'); $x4 = $agent4->Rotate(degrees=>'-5', ...
by mrshake
2008-11-24T09:22:24-07:00
Forum: PerlMagick
Topic: I'm dying here... Trying to Rotate and resize, not going wel
Replies: 11
Views: 27276

Re: I'm dying here... Trying to Rotate and resize, not going wel

Here are the original and the output images: Here is a photoshop example of the final output http://www.adamandnicole.com/gallery2/g2data/albums/workstuff/00942r.gif Here is the background (transparent) that is the right size http://www.adamandnicole.com/gallery2/g2data/albums/workstuff/agentwebsite...
by mrshake
2008-11-20T14:18:15-07:00
Forum: PerlMagick
Topic: I'm dying here... Trying to Rotate and resize, not going wel
Replies: 11
Views: 27276

Re: I'm dying here... Trying to Rotate and resize, not going wel

I was actually thinking composite would be the right thing. Forgive me here, I'm trying to translate from CLI to PerlMagick... heres what I've done.. not working $x4 = $agent4->Resample(density=>'300x300'); $x4 = $agent4->Set(units=>'pixelsperinch'); $x4 = $agent4->Rotate(degrees=>'-5', background=>...
by mrshake
2008-11-19T08:48:43-07:00
Forum: PerlMagick
Topic: I'm dying here... Trying to Rotate and resize, not going wel
Replies: 11
Views: 27276

Re: I'm dying here... Trying to Rotate and resize, not going wel

thanks for the help!! Thats getting me very close...

Here is what I need in the end.

I need the image rotated -5 degrees, with 11pixes top and bottom and 16 pixels on each side border. I'm apparently not getting the concept or am math challenged here, because I'm not figuring it out myself.
by mrshake
2008-11-18T12:57:13-07:00
Forum: PerlMagick
Topic: I'm dying here... Trying to Rotate and resize, not going wel
Replies: 11
Views: 27276

I'm dying here... Trying to Rotate and resize, not going wel

Hey guys, First time poster here... I've been trying for about 2 weeks to put togeather a script that will rotate and resize images. Details: Start - 600x750px tif End - Needs to be 300dpi Needs to be 225x256 Needs to be gif Needs to be rotated -5 degrees Needs to have a "border" around it...