Commented Unassigned: Unable to write to EXIF or rotate if image has been...
I was working on a asp.net web application to edit photos, such as rotate them or write information to the EXIF header. Magick.net works great, however, it doesn't work at all if an image is edited,...
View ArticleClosed Issue: Unable to write to EXIF or rotate if image has been edited with...
I was working on a asp.net web application to edit photos, such as rotate them or write information to the EXIF header. Magick.net works great, however, it doesn't work at all if an image is edited,...
View ArticleCommented Unassigned: EXIF GPS: doubles with Infinite values. [1328]
When reading an image taken with an iPhone; I'm attempting to read the GPS information stored in its EXIF profile.Upon reading the profile, I find an array of 3 doubles. I know that each value...
View ArticleCommented Unassigned: EXIF GPS: doubles with Infinite values. [1328]
When reading an image taken with an iPhone; I'm attempting to read the GPS information stored in its EXIF profile.Upon reading the profile, I find an array of 3 doubles. I know that each value...
View ArticleClosed Unassigned: EXIF GPS: doubles with Infinite values. [1328]
When reading an image taken with an iPhone; I'm attempting to read the GPS information stored in its EXIF profile.Upon reading the profile, I find an array of 3 doubles. I know that each value...
View ArticleClosed Feature: Add XmpProfile class [1337]
Add a class that represents a XmpProfileComments: Resolved with changeset 37415: Added class to easily access the xmp profile.
View ArticleCreated Unassigned: Gamma(red, green, blue) didn't works [1340]
When I'm using this code:```image.Gamma(GammaRed, GammaGreen, GammaBlue);```...actually only GammaRed seems to be working. GammaGreen and GammaBlue are being ignored, and GammaRed being applied to all...
View ArticleCommented Unassigned: Gamma(red, green, blue) didn't works [1340]
When I'm using this code:```image.Gamma(GammaRed, GammaGreen, GammaBlue);```...actually only GammaRed seems to be working. GammaGreen and GammaBlue are being ignored, and GammaRed being applied to all...
View ArticleEdited Issue: Gamma(red, green, blue) didn't works [1340]
When I'm using this code:```image.Gamma(GammaRed, GammaGreen, GammaBlue);```...actually only GammaRed seems to be working. GammaGreen and GammaBlue are being ignored, and GammaRed being applied to all...
View ArticleCommented Issue: Gamma(red, green, blue) didn't works [1340]
When I'm using this code:```image.Gamma(GammaRed, GammaGreen, GammaBlue);```...actually only GammaRed seems to be working. GammaGreen and GammaBlue are being ignored, and GammaRed being applied to all...
View ArticleClosed Issue: Gamma(red, green, blue) didn't works [1340]
When I'm using this code:```image.Gamma(GammaRed, GammaGreen, GammaBlue);```...actually only GammaRed seems to be working. GammaGreen and GammaBlue are being ignored, and GammaRed being applied to all...
View ArticleCreated Unassigned: Resample by resolution [1341]
I'm unable to resample my image by resolution. Ex.```using (var image = new MagickImage(_in)) { FilterType type; Enum.TryParse(_filter, true, out type); image.FilterType = FilterType.Lanczos.;...
View ArticleCommented Unassigned: Resample by resolution [1341]
I'm unable to resample my image by resolution. Ex.```using (var image = new MagickImage(_in)) { FilterType type; Enum.TryParse(_filter, true, out type); image.FilterType = FilterType.Lanczos.;...
View ArticleCommented Unassigned: Resample by resolution [1341]
I'm unable to resample my image by resolution. Ex.```using (var image = new MagickImage(_in)) { FilterType type; Enum.TryParse(_filter, true, out type); image.FilterType = FilterType.Lanczos.;...
View ArticleCommented Unassigned: Resample by resolution [1341]
I'm unable to resample my image by resolution. Ex.```using (var image = new MagickImage(_in)) { FilterType type; Enum.TryParse(_filter, true, out type); image.FilterType = FilterType.Lanczos.;...
View ArticleCommented Unassigned: Resample by resolution [1341]
I'm unable to resample my image by resolution. Ex.```using (var image = new MagickImage(_in)) { FilterType type; Enum.TryParse(_filter, true, out type); image.FilterType = FilterType.Lanczos.;...
View ArticleClosed Unassigned: Resample by resolution [1341]
I'm unable to resample my image by resolution. Ex.```using (var image = new MagickImage(_in)) { FilterType type; Enum.TryParse(_filter, true, out type); image.FilterType = FilterType.Lanczos.;...
View ArticleCommented Unassigned: Resample by resolution [1341]
I'm unable to resample my image by resolution. Ex.```using (var image = new MagickImage(_in)) { FilterType type; Enum.TryParse(_filter, true, out type); image.FilterType = FilterType.Lanczos.;...
View ArticleCommented Unassigned: MagickImageInfo not reporting correct color space for...
I have an indexed cmyk jpeg. MagickImageInfo for the file is showing the colorspace as sRGB. And when the file is saved it loses track of the correct color scheme information.I tried creating the...
View Article