Image encode DLL
Posted: Sat Sep 09, 2006 7:40 pm
OK, so Freeimage doesnt give me a whole lot of formats to WRITE to, and im looking for my users to be able to save to quite alot of formats.
my question is, where do all these applications get their ability to convert and write to so many formats?
are there any FREE DLLs or LIBS out there that have alot of writing capabilities? i found open and save dialogs toolkit. it seems fantastic, you just provide a HBITMAP, and the saverequester it uses allows the user to pick the type they want to export to, and the DLL does ALL the rest. it even has thumbnails, and allows users to set image properties in the save dialiog.
http://www.fcoder.com/products/osdialog.htm
its 95$ though.
plus, i want the ability of my users to batch convert, so i need a DLL that i can use in a loop and pass the hbitmap and let it convert.
i have searched and searched. can ANYONE point me in the direction of a good solution that has alot of formats to write to?
my question is, where do all these applications get their ability to convert and write to so many formats?
are there any FREE DLLs or LIBS out there that have alot of writing capabilities? i found open and save dialogs toolkit. it seems fantastic, you just provide a HBITMAP, and the saverequester it uses allows the user to pick the type they want to export to, and the DLL does ALL the rest. it even has thumbnails, and allows users to set image properties in the save dialiog.
http://www.fcoder.com/products/osdialog.htm
its 95$ though.
plus, i want the ability of my users to batch convert, so i need a DLL that i can use in a loop and pass the hbitmap and let it convert.
i have searched and searched. can ANYONE point me in the direction of a good solution that has alot of formats to write to?