[Pharo-project] ArrayedCollection methods depending on Bitmap/BitBlt
- ArrayedCollection>>restoreEndianness Do we want that in an arrayed collection? It's only senders seem to expect a Bitmap, not any collection. - ArrayedCollection>>swapHalves does not have senders... :/ Does any one use them?? http://code.google.com/p/pharo/issues/detail?id=5492&thanks=5492&ts=13319113... Guille
i know that bitmaps used to quickly change endianeness in large data buffer. but i cannot say anything whether they used or not. we could a) deprecate them b) put them as extension methods of bitblt (or graphics) package. On 16 March 2012 17:24, Guillermo Polito <guillermopolito@gmail.com> wrote:
- ArrayedCollection>>restoreEndianness
Do we want that in an arrayed collection? It's only senders seem to expect a Bitmap, not any collection.
- ArrayedCollection>>swapHalves
does not have senders... :/
Does any one use them??
http://code.google.com/p/pharo/issues/detail?id=5492&thanks=5492&ts=13319113...
Guille
-- Best regards, Igor Stasenko.
participants (2)
-
Guillermo Polito -
Igor Stasenko