Change access to raw pixel data of FXImage and derivatives
Allow more consistent read/write access to image data, that is also usable with derived classes like FXJPGImage. Moreover much faster String based access to the pixel data is possible, now. FXImage#data and FXMemoryBuffer is now deprecated.
Showing
- ext/fox16/FXRuby.cpp 30 additions, 0 deletionsext/fox16/FXRuby.cpp
- ext/fox16/include/FXRuby.h 6 additions, 0 deletionsext/fox16/include/FXRuby.h
- lib/fox16/aliases.rb 3 additions, 0 deletionslib/fox16/aliases.rb
- rdoc-sources/FXImage.rb 17 additions, 6 deletionsrdoc-sources/FXImage.rb
- rdoc-sources/FXMemoryBuffer.rb 1 addition, 0 deletionsrdoc-sources/FXMemoryBuffer.rb
- swig-interfaces/FXImage.i 40 additions, 23 deletionsswig-interfaces/FXImage.i
- test/TC_FXImage.rb 36 additions, 19 deletionstest/TC_FXImage.rb
Loading
Please register or sign in to comment