Saving a alpha channel as Camera Raw file

674 views7 repliesLast post: 12/5/2006
I am trying to save alpha channels that I create in photoshop to a Camera Raw format.

I am creating a UI interface with various degrees of opacity over video. I need to be able to create a save alphas easliy.

My video size is 720 x 480... so my file size needs to be 345,600 bytes. Basically, all binary and no header, that what my C programmers want.

Currently, I paste the Alpha in a new .psd > Save as .bmp > Open in GIMP > Save a copy as RAW.

Is there a save as option I am missing?

I'm working in Photoshop 8.0 (CS) on Mac 10.4.8

Thanks,
#1
You cannot save as a Camera RAW file.

And binary with no header is Photoshop RAW.
#2
Chris,

Thanks for the quick response, I now know that Camera RAW and Photoshop RAW are different.

However, I am still looking to save as Photoshop file as a raw file.

Here is my trouble, I am working with C++ programmers who require a 1 bit per pixel export. Specifically, a 1 bit per pixel file example would mean a 720x480 .psd should be exactly 345,600 bytes large when saved. They require no header data to proceed the pixel data information. Photoshop RAW doesn't seem to work as such.

My current work-around is to save as a .bmp and open in GIMP and save as RAW. Is there an update or something I am missing?

I work with PSD 8.0 (CS) on Mac 10.4.8

Thanks,

#3
So why not just convert to bitmap mode and save as Photoshop RAW?

(Since as Chris says, PS RAW is binary wiht no header)
#4
Once again, you cannot save it as "Camera Raw" file.
#5
Thanks Nomad,

But PS RAW does not give me the required 1 bit per pixel export. I must a file size of EXACTLY 345,600 bytes for a 720x480 file. Currently, when I save a PS RAW I get 386,539 bytes

Unless, I have a unknown saving option turned on, or am doing something wrong... PS RAW does not work.

Thanks again,

#6
Photoshop RAW works exactly as you describe: just the pixel data, without any header.

You are doing something wrong.
#7
No, there's nothing wrong. The size reports as larger than 345,600k because of the OSX icon is the resource fork. The actual pixel data is correct (which you'd discover if you tried to reopen the document).
#8