Commented Unassigned: BitDepth and Statistics [1205]
Hi,I have regular RGB images with 8 bits per channel (jpeg or png format, mapping sRGB) to read.I use MagickImage Read function to read the image.When I display Maximum value in MagickImageStatistics,...
View ArticleClosed Unassigned: BitDepth and Statistics [1205]
Hi,I have regular RGB images with 8 bits per channel (jpeg or png format, mapping sRGB) to read.I use MagickImage Read function to read the image.When I display Maximum value in MagickImageStatistics,...
View ArticleCommented Unassigned: BitDepth and Statistics [1205]
Hi,I have regular RGB images with 8 bits per channel (jpeg or png format, mapping sRGB) to read.I use MagickImage Read function to read the image.When I display Maximum value in MagickImageStatistics,...
View ArticleClosed Unassigned: Create NuGet sample package. [994]
Add a NuGet package that contains examples for a console application.Comments: Resolved with changeset 32614: Published Magick.NET 6.8.8.1001.
View ArticleClosed Feature: Side by side loading of magick.net assembly [1009]
Many .NET projects do not target an explicit CPU architecture (i.e x86/x64) and managing two seperatebuilds can be a pain (especially if you do not rely on x64 specific features). A web project is a...
View ArticleClosed Issue: Converting to pcx files ignores bit depth [1198]
I have a project that requires me to convert a jpg to a pcx image with a bit depth of 1. Basically a black and white image.Here's what i'm doing.```Using image As New MagickImage("color.jpg")...
View ArticleCreated Unassigned: Change DPI (resolution) but keep same size [1209]
Hi,How can I change Image DPI resolution (pixelperinch) but at the same time keep the file size (width and height ) same?Thank you
View ArticleClosed Unassigned: Change DPI (resolution) but keep same size [1209]
Hi,How can I change Image DPI resolution (pixelperinch) but at the same time keep the file size (width and height ) same?Thank youComments: Can you create a discussion instead of an issue?...
View ArticleCommented Issue: Coder Error Reading TIFF Image with Group 4 Compression [1113]
Reading TIFF CCITT Group 4 (scanned or faxed) images with MagickImage in C# throws MagickCoderErrorException. The exception message is shown below:Magick:: Null count for "Tag 32934" (type 4,...
View ArticleCommented Feature: Add Distort to MagickScript. [1200]
Add Distort to MagickScript.Comments: ** Comment from web user: foguer ** Hi, i tried remplace my C# code :``` double[] va = { 0, 0, 125, 200 }; image.Distort(DistortMethod.Perspective, va); ```with...
View ArticleCommented Feature: Add Distort to MagickScript. [1200]
Add Distort to MagickScript.Comments: ** Comment from web user: foguer ** PS : with Version Magick.NET 6.8.8.1001
View ArticleClosed Feature: Add Distort to MagickScript. [1200]
Add Distort to MagickScript.Comments: Resolved with changeset 32988: Fixed bug in detecting script variables.
View ArticleCreated Feature: Add AddRange to MagickImageCollection. [1212]
Add AddRange to MagickImageCollection.
View ArticleEdited Feature: Add AddRange to MagickImageCollection. [1212]
Add AddRange to MagickImageCollection.
View ArticleClosed Feature: Add AddRange to MagickImageCollection. [1212]
Add AddRange to MagickImageCollection.Comments: Resolved with changeset 33197: Added AddRange to MagickImageCollection.
View ArticleCreated Unassigned: output pdf file have only one page [1213]
Hi, all!first sorry my English.Magick.NET is great!but I have a little issue.this is not an issue with Magick.NET, but i can't ask it in usual programers forum, because it directly relates to...
View ArticleClosed Unassigned: output pdf file have only one page [1213]
Hi, all!first sorry my English.Magick.NET is great!but I have a little issue.this is not an issue with Magick.NET, but i can't ask it in usual programers forum, because it directly relates to...
View ArticleCreated Unassigned: Resize results in a black image [1214]
This was working just fine and now all of a sudden when I attempt to re-size an image the result is a black rectangle. Here's my code:Am I missing something? Is there a better way to accomplish the...
View Article