Page 1 of 1

changing DPI with ASP

Posted: Mon Sep 27, 2004 2:15 am
by nec
Hi,

I was wondering if it is possible to change x- and Ydpi with ASP.
I cant seem to figure it out by myself.

Is there more ASP examples out there then the five in the zip-package?


Best regards,

Re: changing DPI with ASP

Posted: Mon Sep 27, 2004 6:49 am
by xnview
nec wrote:I was wondering if it is possible to change x- and Ydpi with ASP.
I cant seem to figure it out by myself.
Yes, with Xdpi, Ydpi
Is there more ASP examples out there then the five in the zip-package?
No, but which examples do you want?
Pierre.

Posted: Mon Sep 27, 2004 8:20 pm
by nec
hi again, thanx.

I'd like to load a image - not dependent on format, and save it as .jpg.
In this procedure i need to set the correct values on colormode etc. to be applied to the output - wich is a 32bit .jpg without any compression in a fixed size.

After this i'd like to save it as whatever.jpg.

You think you could help me out?

Posted: Tue Sep 28, 2004 7:23 am
by xnview
nec wrote:I'd like to load a image - not dependent on format, and save it as .jpg.
In this procedure i need to set the correct values on colormode etc. to be applied to the output - wich is a 32bit .jpg without any compression in a fixed size.
After this i'd like to save it as whatever.jpg.
I don't understand, jpeg can not be RGB 32bits!
Pierre.