[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
| Date: | -- (:) |
| From: | Jun Furuse <furuse@y...> |
| Subject: | Re: [Caml-list] dump in camlimages |
> Quick question :-) > > Do the dump functions in the camlimages library basically create a > string equivalent to an RAW image file? Quick answer :-) Yes. RGBRGB... stream for 24bit-depth image for example. Size is equal to 3 x width x height. Jun