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,
changing DPI with ASP
Moderators: XnTriq, helmut, xnview
-
- Author of XnView
- Posts: 44748
- Joined: Mon Oct 13, 2003 7:31 am
- Location: France
Re: changing DPI with ASP
Yes, with Xdpi, Ydpinec wrote:I was wondering if it is possible to change x- and Ydpi with ASP.
I cant seem to figure it out by myself.
No, but which examples do you want?Is there more ASP examples out there then the five in the zip-package?
Pierre.
-
- Posts: 11
- Joined: Mon Sep 27, 2004 2:12 am
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?
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?
-
- Author of XnView
- Posts: 44748
- Joined: Mon Oct 13, 2003 7:31 am
- Location: France
I don't understand, jpeg can not be RGB 32bits!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.
Pierre.