BitmapLoader and layerset?
- 
 THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED On 12/03/2006 at 08:27, xxxxxxxx wrote: User Information: 
 Cinema 4D Version: 9.521
 Platform: Windows ; Mac ; Mac OSX ;
 Language(s) : C++ ;--------- 
 I'm writing a bitmap loader for an image format with layer support. How would I go about implementing layerset support (like with psd files)? Or am I limited to a merged image?Thanks, -Chris 
- 
 THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED On 16/03/2006 at 12:14, xxxxxxxx wrote: Also, how would I go about having my bitmap saver support multiple layers? -Chris 
- 
 THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED On 21/03/2006 at 17:31, xxxxxxxx wrote: I've been trying to use MultipassBitmaps. I can get them into the picture viewer without a problem, but when I try it in my BitmapLoader c4d crashes. Am I at least on the right track? -Chris 
- 
 THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED On 23/03/2006 at 11:27, xxxxxxxx wrote: Unfortunately it is not possible to save or load multilayer bitmaps using BitmapLoader or BitmapSaver at the moment. 
- 
 THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED On 23/03/2006 at 14:11, xxxxxxxx wrote: Thanks Mikael.