It works
Thanks for your quick reply!
Search found 3 matches
- 2014-06-12T04:06:12-07:00
- Forum: Magick++
- Topic: Writing 8bit grayscale tiffs with ImageMagick Q16
- Replies: 2
- Views: 11163
- 2014-06-10T04:51:01-07:00
- Forum: Magick++
- Topic: Writing 8bit grayscale tiffs with ImageMagick Q16
- Replies: 2
- Views: 11163
Writing 8bit grayscale tiffs with ImageMagick Q16
Hello, I am using ImageMagick 6.8.8 Q16 for loading 16Bit Tiffs and writing 8Bit Tiffs. When saving an 8Bit Pixel Tiff image, ImageMagick always creates and 16 Bit Tiff. Upper 8Bit and lower 8Bit are the same. A 512x512 image needs about 512kb, not 256kb. How can I write a real 8 bit Tiff ? Image ...
- 2014-03-12T07:14:27-07:00
- Forum: Magick++
- Topic: Static compiling for Win & Mac
- Replies: 3
- Views: 14221
Re: Static compiling for Win & Mac
Select in ImageMagick->VisualMagick configure.exe "Static Multithreaded DLL Runtimes" Select Decorade exe files with build options. Edit the config file and remove "#define ProvideDllMain" Complie everything with Visual Studio 2010 for debug and release. Copy the .lib files to your source folder and ...