Search found 5 matches

by nah0y
Wed Aug 16, 2017 1:53 pm
Forum: NConvert
Topic: Rotate based on EXIF
Replies: 10
Views: 7371

Re: Rotate based on EXIF

Hello!

Sorry to reply on a so old thread...
Just wanted to know if this has been implemented yet? I can't find this anywhere so I guess it hasn't, but we never know :)

Thanks!
by nah0y
Sun Jan 29, 2017 2:40 pm
Forum: NConvert
Topic: Multiple operations in one command?
Replies: 3
Views: 1134

Re: Multiple operations in one command?

Thanks for the answer :)

Yes but in the case of the square thumbnail I want, I can't do that in one command right?

Because I first need to resize, then crop but the crop method takes xywh and I don't know the new width/height after a resize (if I use ratio resize 0 500).
But maybe the other way ...
by nah0y
Sat Jan 28, 2017 11:04 pm
Forum: NConvert
Topic: Multiple operations in one command?
Replies: 3
Views: 1134

Multiple operations in one command?

Hello!

Is it possible to execute multiple operations in one command?
I need a square thumbnail of an image, so I want to resize first, and then crop the image.
But I'd like to do that in one take :)

The issue is that when I resize the image, I need to know the resized size before I can give the ...
by nah0y
Fri Jan 27, 2017 12:51 pm
Forum: NConvert
Topic: -resize vs -thumb
Replies: 2
Views: 1096

Re: -resize vs -thumb

I didn't know some images had the thumbnail in them too! Good to know. Thanks for answering!
Still waiting for a more precise answer though ;)
by nah0y
Fri Jan 27, 2017 12:23 pm
Forum: NConvert
Topic: -resize vs -thumb
Replies: 2
Views: 1096

-resize vs -thumb

Hello!
First, thanks a lot for the AWESOME tool..

We can achieve the same result using :
-thumb w h
-resize -ratio w h

What's the difference here?
Does the -thumb command already uses -resize -ratio behind the scene? Possible adding -rtype quick too?

Thanks!