Ticket #818 (new defect)
NSBitmapImageRep#bitmapData returns empty String
| Reported by: | emil@… | Owned by: | lsansonetti@… |
|---|---|---|---|
| Priority: | major | Milestone: | MacRuby Later |
| Component: | MacRuby | Keywords: | bitmap,NSBitmapImageRep, @nsBitmapImageRepObj.bitmapData |
| Cc: |
Description (last modified by eloy.de.enige@…) (diff)
after allocating an NSBitmapImageRep with
@nsBitmapImageRepObj = NSBitmapImageRep.alloc.initWithBitmapDataPlanes nil,
pixelsWide:200,
pixelsHigh:200,
bitsPerSample:8,
samplesPerPixel:3,
hasAlpha:false,
isPlanar:false,
colorSpaceName:"NSCalibratedRGBColorSpace",
bytesPerRow:0,
bitsPerPixel:0
@nsBitmapImageRepObj.bitmapData returns an empty String, with size zero.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.


