Search found 3 matches

by bishopdonmiguel
Fri Sep 02, 2005 1:09 am
Forum: Classic - General Support
Topic: Multiple Images in Single Process
Replies: 1
Views: 597

Multiple Images in Single Process

I am using XNView 1.80 under Windows XP SP2. I've noticed that if I open multiple image files using Windows Explorer, a separate XNView process is opened for each file. How can I configure XNView to use a single process with child windows for each image?
by bishopdonmiguel
Mon Jul 18, 2005 2:00 am
Forum: NConvert
Topic: NConvert jpg -> jpg how to reduce size?
Replies: 6
Views: 5407

Please try:
nconvert. exe -out jpeg -ratio -rflag orient -resize 640 480 -o %.jpg *.jpg

Interesting. I will try that. I left the 480 param as 0 because I may have different size source images in the future and I want the image to be 640 by "X" resolution while keeping the original ratio. What ...
by bishopdonmiguel
Sun Jul 17, 2005 12:29 pm
Forum: NConvert
Topic: NConvert jpg -> jpg how to reduce size?
Replies: 6
Views: 5407

You can use :
Code:
-rflag orient


I want to do exactly as DeepKeeper describes. I have source jpg's at 2272x1704 and 1704x2272. I'd like nconvert to intelligently resize to 640x480 or 480x640 based on the source orientation. Unfortunately, I haven't found a syntax that will do this.

I have ...