Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Raw file converters
Name: graham Date: April 19, 2002 at 10:07:26 Pacific
Comment:
Does anyone know of a free program that can convert RAW graphic files with Alpha Masks in them to TGA or JPEG or any viewable format.
Name: Apple Date: April 19, 2002 at 10:46:21 Pacific
Reply:
libjpeg www.ijg.org libtarga (there are several versions, many written for Win32). Use google.com to find them.
libjpeg has respectible documentation included. The only libtarga documentation I found was on a university website, not that it's particularly complex or difficult to use.
Be careful with the RAW format. It is not a standard format and the data structure varies with implementation. As long as you know your data structure, everything should be fine, though.
Summary: I know only how to convert to PDF file by using Gsview application. - Use gsview program to open .prn file - Select file->convert, and select pdfwrite type - Specify the filename you want to write to....
Summary: This is probably something simple i'm missing, but i have written a program that will take a raw data file, and convert it to HTML and output the the webpages. This needs to happen every hour, as oth...