Click here to Skip to main content
15,886,701 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi ,
I have an application to split images using c#.
The problem i am facing is that i need the images to be compressed and saved to .ica readable format.
I have tried most of the common compression types and have not succeeded.
Any help would be appreciated.

Thanks in Advance.
Posted
Updated 20-May-11 0:31am
v2
Comments
Alan N 20-May-11 5:30am    
Can you be more specific about the file format? At the moment it's a guess but I assume you are referring to IBM Image Object Content Architecture (IOCA) and not the Citrix configuration file format
Rico_ 20-May-11 6:30am    
it is " IBM Image Object Content Architecture (IOCA)" , i basically need to save the image with Compression.CCITT FAX 3 format so that the image can be read from another application.

1 solution

You need to find out what the file format of this .ica is and then construct a writer which can create it (or find a library which does so, but I hope you tried searching for that first).
 
Share this answer
 
Comments
Rico_ 20-May-11 6:31am    
i do not need to save the image as a .ica image , i just need to use that compression type.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900