Search found 3 matches

by normaldenker
2011-09-05T11:39:18-07:00
Forum: Users
Topic: Different Canvas sizes
Replies: 2
Views: 6234

Different Canvas sizes

Hello,

I was searching a lot but did not find a solution for the following problem:

My original jpeg has a size of, e.g., 1024/768.

I want to resize and crop to different sizes. In three steps I was trying to transform it to 80px/50px - 480/280 - 150/150.

For resizing I already tried several ...
by normaldenker
2009-02-12T09:54:19-07:00
Forum: IMagick
Topic: Width and height - how to get Images in a fixed canvas
Replies: 2
Views: 10739

Width and height - how to get Images in a fixed canvas

Hello guys,

first: sorry for a possibly bad explanation, but it's not really
easy describing it in english.

I use the command like this
exec("/usr/bin/convert $userfile[0]: -resize ....)

My problem is: I'd like to have a fixed canvas, in which
i print my pictures. Vertical ones should have the ...