|
Archives
D Programming
DD.gnu digitalmars.D digitalmars.D.bugs digitalmars.D.dtl digitalmars.D.ide digitalmars.D.dwt digitalmars.D.announce digitalmars.D.learn digitalmars.D.debugger C/C++ Programming
c++c++.announce c++.atl c++.beta c++.chat c++.command-line c++.dos c++.dos.16-bits c++.dos.32-bits c++.idde c++.mfc c++.rtl c++.stl c++.stl.hp c++.stl.port c++.stl.sgi c++.stlsoft c++.windows c++.windows.16-bits c++.windows.32-bits c++.wxwindows digitalmars.empire digitalmars.DMDScript electronics |
digitalmars.D.learn - Image manipulation library
Hi folks, I'm searching for an image manipulation library for D (phobos) or a C binding to such a library (I'm not firm with C image manipulation libaries I just now PIL from python, something like that would be nice). Any hints? TIA, Henning -- GPG Public Key: http://pgpkeys.pca.dfn.de/pks/lookup?op=get&search=0xDDD6D36D41911851 Apr 30 2008
Henning Hasemann wrote:Hi folks, I'm searching for an image manipulation library for D (phobos) or a C binding to such a library (I'm not firm with C image manipulation libaries I just now PIL from python, something like that would be nice). Any hints? TIA, Henning Apr 30 2008
Henning Hasemann schrieb:Hi folks, I'm searching for an image manipulation library for D (phobos) or a C binding to such a library (I'm not firm with C image manipulation libaries I just now PIL from python, something like that would be nice). Any hints? TIA, Henning Apr 30 2008
Hi Henning, What about FreeImage / D bindings from Jascha Wetzel at : http://www.dsource.org/projects/bindings/browser/trunk/freeimage/freeimage.d hth bjoern May 01 2008
|