Search found 2 matches

by peuchere83
Fri Feb 25, 2011 8:15 am
Forum: NConvert
Topic: [R] How can i complete an image ?
Replies: 2
Views: 1401

Re: [..] How can i complete an image ?

Thank you for that response.

I found the solution :

Code: Select all

nconvert -resize 100% 100% -canvas 400 400 center -bgcolor 255 255 255 -o c:\result.jpg c:\try.jpg
But i have another question :
Is it possible to know the maximum size of my picture to chose the correct size of the canvas ?

Thank you
by peuchere83
Thu Feb 24, 2011 3:39 pm
Forum: NConvert
Topic: [R] How can i complete an image ?
Replies: 2
Views: 1401

[R] How can i complete an image ?

Hello everyone,

I'm a new french user and my english is poor (sorry by advance). :P

I have a picture (jpg) whith that size : height 220 pixels and width 327 pixels (landscape image).
I search to complete with a border in green color for a square (327 x 327).
How can i do that ?

An other question ...