This topic and its replies were posted before the current version of LEADTOOLS was released and may no longer be applicable.
#1
Posted
:
Monday, December 11, 2006 1:04:31 PM(UTC)
Groups: Registered
Posts: 3
I am using LeadTools version 13.
I have images that are 150x150dpi CCITT G4 that I need to convert to 200x200dpi CCITT G4.
How do I do this?
Thanks,
KS
#2
Posted
:
Tuesday, December 12, 2006 12:06:05 AM(UTC)
Groups: Guests
Posts: 3,022
Was thanked: 2 time(s) in 2 post(s)
You can do this, but I need to know which programming interface (e.g.
COM, OCX, API, etc.) you are using to give you more details.
#3
Posted
:
Tuesday, December 12, 2006 5:37:50 AM(UTC)
Groups: Registered
Posts: 3
Bashar,
I am using the dll interface.
-- KS
#4
Posted
:
Wednesday, December 13, 2006 4:27:02 AM(UTC)
Groups: Guests
Posts: 3,022
Was thanked: 2 time(s) in 2 post(s)
Use L_LoadBitmap to load the image into a BITMAPHANDLE, then set the
XResolution and YResolution members of the BITMAPHANDLE to the new DPI
values then call L_SaveBitmap to save it.
#5
Posted
:
Wednesday, December 13, 2006 6:25:37 AM(UTC)
Groups: Registered
Posts: 3
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.