Search found 2 matches

by speed7slow
2012-04-14T18:50:38-07:00
Forum: Magick++
Topic: [SOLVED] writeImages/readImages to/from blog buggy?
Replies: 1
Views: 8884

Re: writeImages/readImages to/from blog buggy?

ok, mystery solved,
forgot to magick the images like
processedImage.magick("PSD");
by speed7slow
2012-04-14T15:53:25-07:00
Forum: Magick++
Topic: [SOLVED] writeImages/readImages to/from blog buggy?
Replies: 1
Views: 8884

[SOLVED] writeImages/readImages to/from blog buggy?

i'm trying to write a 2-layered psd to a blob and then write the blob to the disk, and i fail. can anybody tell me, if this is a (known) bug, or if i am doing something wrong? what i do is: list<Image> layers; // copy original image as layer layers.push_back (originalImage); layers.push_back (proces...