Search found 3 matches
- 2014-11-15T15:23:03-07:00
- Forum: Bugs
- Topic: MAGICKCORE_QUANTUM_DEPTH=8 chops filenames??
- Replies: 6
- Views: 4357
Re: MAGICKCORE_QUANTUM_DEPTH=8 chops filenames??
The reason I altered said number was because the warning # warning "you should set MAGICKCORE_QUANTUM_DEPTH to sensible default set it to configure time default" had me falsely assume I could just pick any depth I wanted (my error). Right now I created something in CMake which choses a quantum depth ...
- 2014-11-13T15:55:00-07:00
- Forum: Bugs
- Topic: MAGICKCORE_QUANTUM_DEPTH=8 chops filenames??
- Replies: 6
- Views: 4357
Re: MAGICKCORE_QUANTUM_DEPTH=8 chops filenames??
Magick/snibgo
Thank you for clarifying the situation. The problem I was experiencing was a configuration error indeed related to linking to the wrong library version.
Thank you for clarifying the situation. The problem I was experiencing was a configuration error indeed related to linking to the wrong library version.
- 2014-11-13T12:54:45-07:00
- Forum: Bugs
- Topic: MAGICKCORE_QUANTUM_DEPTH=8 chops filenames??
- Replies: 6
- Views: 4357
MAGICKCORE_QUANTUM_DEPTH=8 chops filenames??
I have a strange experience here with Magick++. if i define "-DMAGICKCORE_QUANTUM_DEPTH=8", somehow, it seems to chop off the first 8 characters of the file name it is given. (e.g. readImages(&img, "background.png"); -> terminate called after throwing an instance of: 'Magick::ErrorBlob'; what ...