Search found 190 matches

by 246246
2018-03-20T05:04:34-07:00
Forum: Bugs
Topic: RGB555/RGB565 etc are not working
Replies: 2
Views: 10874

RGB555/RGB565 etc are not working

According to the document https://www.imagemagick.org/script/command-line-options.php#define or from https://github.com/ImageMagick/ImageMagick/issues/344 , writing in format RGB555/RGB565 etc are now supported. But it does not seem to be working: P:>magick -version Version: ImageMagick 7.0.7-27 Q16...
by 246246
2017-12-07T19:12:23-07:00
Forum: Magick.NET
Topic: How to change tiff compression method in 7.2.0?
Replies: 4
Views: 15684

Re: How to change tiff compression method in 7.2.0?

Thank you.
If I understand correctly, this shoule be

Code: Select all

image.Settings.Compression = Compression.NoCompression;
since version 7.2.0.
by 246246
2017-12-03T22:04:04-07:00
Forum: Magick.NET
Topic: How to change tiff compression method in 7.2.0?
Replies: 4
Views: 15684

Re: How to change tiff compression method in 7.2.0?

I just read https://www.imagemagick.org/discourse-server/viewtopic.php?f=27&t=33122#p151883 . So it shoud be: MagickReadSettings settings = new MagickReadSettings(); settings.SetDefine(MagickFormat.Tif, "ignore-layers", true); settings.Compression = Compression.NoCompression; using (va...
by 246246
2017-12-03T21:29:07-07:00
Forum: Magick.NET
Topic: How to change tiff compression method in 7.2.0?
Replies: 4
Views: 15684

How to change tiff compression method in 7.2.0?

There was a CompressionMethod property in MagickImage 7.1.0. But in 7.2.0, it is not, instead it looks Compression property exists. However it is read only. Then, how to copy single page tiff file with changing compression method? I had do it before like the following: MagickReadSettings settings = ...
by 246246
2017-09-26T08:20:06-07:00
Forum: Bugs
Topic: identify report wrong format for tiff page.
Replies: 3
Views: 6732

Re: identify report wrong format for tiff page.

Thank you for explanation. I had never used -identify option for convert, though I found another way to show 'Bilevel' output for both: $ identify -format "%[colorspace] %[type]\n" logo_mix.tif Gray Bilevel Gray Grayscale Gray Grayscale sRGB Palette sRGB Palette $ identify -format "%[...
by 246246
2017-09-25T19:23:43-07:00
Forum: Bugs
Topic: identify report wrong format for tiff page.
Replies: 3
Views: 6732

identify report wrong format for tiff page.

Using the same image in https://www.imagemagick.org/discourse-server/viewtopic.php?f=1&t=32672 , $ magick identify logo_mix.tif logo_mix.tif[0] TIFF 640x480 640x480+0+0 1-bit Bilevel Gray 173172B 0.000u 0:00.000 logo_mix.tif[1] TIFF 640x480 640x480+0+0 2-bit Grayscale Gray 173172B 0.000u 0:00.00...
by 246246
2017-09-11T05:19:47-07:00
Forum: Users
Topic: How to create multipage tiff with keeping compression scheme in every page
Replies: 2
Views: 6009

How to create multipage tiff with keeping compression scheme in every page

$ magick -version Version: ImageMagick 7.0.7-1 Q16 x64 2017-09-09 http://www.imagemagick.org Copyright: Copyright (C) 1999-2015 ImageMagick Studio LLC License: http://www.imagemagick.org/script/license.php Visual C++: 180040629 Features: Cipher DPC HDRI Modules OpenMP Delegates (built-in): bzlib ca...
by 246246
2017-05-18T00:02:00-07:00
Forum: Bugs
Topic: PNG32/PNG64 has broken.
Replies: 4
Views: 8640

PNG32/PNG64 has broken.

On Windows 7 (64bit) p:\tmp>magick -version Version: ImageMagick 7.0.5-6 Q16 x64 2017-05-13 http://www.imagemagick.org Copyright: Copyright (C) 1999-2015 ImageMagick Studio LLC License: http://www.imagemagick.org/script/license.php Visual C++: 180040629 Features: Cipher DPC HDRI Modules OpenMP Deleg...
by 246246
2016-07-22T06:35:24-07:00
Forum: Users
Topic: All kind of lossless image compression
Replies: 13
Views: 26505

Re: All kind of lossless image compression

As I looked the README, I think what you need is -ls option. Check line 138 . I'm not familiar with Visual Studio. In my Mac, I can build jpeg executable, however failed to build library, but I could do a simple check with the generated jpeg command. Example in README is slightly wrong. -ls option r...
by 246246
2016-07-20T18:35:00-07:00
Forum: Users
Topic: All kind of lossless image compression
Replies: 13
Views: 26505

Re: All kind of lossless image compression

I have not tried yet, but did you try it?
https://github.com/thorfdbg/libjpeg
See Readme that mentioned about lossless.
by 246246
2015-12-16T00:02:22-07:00
Forum: Users
Topic: convert.exe does not installed from Windows binary in 7.0.0.0.
Replies: 1
Views: 5297

convert.exe does not installed from Windows binary in 7.0.0.0.

As http://www.imagemagick.org/script/index.php says current release is 7.0.0.0, I tried to install it from Windows binary.
I tried Q16-HDRI-x64-dll and Q16-HDRI-x86-dll versions and both does not install convert.exe. Instead, it installs magick.exe.
Is it an intentional change?
by 246246
2015-10-19T20:38:17-07:00
Forum: Bugs
Topic: Opening a PDF File - All that is visible is transparent checker board
Replies: 18
Views: 17629

Re: Opening a PDF File - All that is visible is transparent checker board

GhostScript 9.18 is out and confirmed to work with this file with ImageMagick 6.9.2-4 on Windows.
by 246246
2015-09-22T07:15:37-07:00
Forum: Users
Topic: Merge three images at different positions on a transparent canvas
Replies: 5
Views: 5615

Re: Merge three images at different positions on a transparent canvas

I couldn't get the canvas to be transparent. It always turns out black. You will need -background none. And output file should be placed last of the command sequence. convert xc:none[200x200\!] -background none \( rose: -resize 50x50\! -geometry +25+125 \) -compose over -composite \( rose: -resize ...
by 246246
2015-09-16T19:01:41-07:00
Forum: Bugs
Topic: Opening a PDF File - All that is visible is transparent checker board
Replies: 18
Views: 17629

Re: Opening a PDF File - All that is visible is transparent checker board

Well, success. Apparently, latest, greatest of IM doesn't work that well with gs 9.16. I have downgraded my gs to 9.10 (what you have) and it works now. FYI, it seems to work with gs 9.15. [EDIT] It is a known bug of Ghostscript. http://bugs.ghostscript.com/show_bug.cgi?id=696005 Replace pdf_draw.p...