kvarnerexpress 0 Report post Posted December 1, 2005 I've been searching for examples or some help towards converting CAL & GP4 images into tif files. I've found a few programs that do the trick, so i know its possible. However most searches i do end up with me at shareware or web pages that list file extensions. If anyone has example code or a location i could possibly learn how to do these conversion,s please post a reply. I'd post example code, but i have no idea where to even start with this. I know it irritates people when no code is listed, but i have really tried looking for it and this needs done by friday. Share this post Link to post Share on other sites
Galahad 0 Report post Posted December 2, 2005 HiI found that .gp4 is a CCITT Group 4 File,used for fax,and .cal is CALS Raster Graphics,1bit black and white image.Now,I take it that you are trying something to do with faxes or something.A good place to start looking for details about .gp4 and .cal file formats is some site that has technical documentation on these formats,possibly a CCITT site.There you find and read the documentation,and start writing your code.You picked such formats,that no one has written a program that works with these files,and therefore no one has posted code or something.Taking into account that CCITT is in question,posibly there .gp4 and .cal are protected with patents,and you may have to purchase technical documentation from CCITT.Cheers Share this post Link to post Share on other sites