www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.learn - Image manipulation library

reply Henning Hasemann <hhasemann web.de> writes:
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
next sibling parent Gregor Kopp <gk cutcopy.com> writes:
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
 
You could try Imagemagick [1] it seems, that this software does the same thing as PIL does. Regards, Gregor Kopp [1] http://www.imagemagick.org/script/api.php
Apr 30 2008
prev sibling parent reply Bjoern <nanali nospam-wanadoo.fr> writes:
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
 
Hi Henning, What about FreeImage / D bindings from Jascha Wetzel at : http://www.dsource.org/projects/bindings/browser/trunk/freeimage/freeimage.d hth bjoern
Apr 30 2008
parent Henning Hasemann <hhasemann web.de> writes:
 Hi Henning,
 What about FreeImage /
 D bindings from Jascha Wetzel at :
 http://www.dsource.org/projects/bindings/browser/trunk/freeimage/freeimage.d
 hth bjoern
Thanks a lot, works great! Henning -- GPG Public Key: http://pgpkeys.pca.dfn.de/pks/lookup?op=get&search=0xDDD6D36D41911851
May 01 2008