Talk:Bitmap: Difference between revisions

Content added Content deleted
Line 53: Line 53:


First, its probably worth noting that the person writing the specification for "Basic bitmap storage" probably thought that the operations defined here would be useful. But that's not really the case for J's implementation. Useful J image manipulation primitives would best be thought of as operations on layers, not operations on pixels.
First, its probably worth noting that the person writing the specification for "Basic bitmap storage" probably thought that the operations defined here would be useful. But that's not really the case for J's implementation. Useful J image manipulation primitives would best be thought of as operations on layers, not operations on pixels.

Second, the J implementation on the main page has been simplified since it was quoted, above. If people are interested, I could also explain how the older code worked.


That said, here's a breakdown on how the J implementation works:
That said, here's a breakdown on how the J implementation works: