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: helmut, XnTriq, xnview
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.
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?
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.