Commented Issue: Create nuget package [953]
Create a nuget package that is available both to the managed world and a coapp package for c++ /cliComments: ** Comment from web user: petersunde ** Have you published any nugets packages yet and if so...
View ArticleCommented Issue: Create nuget package [953]
Create a nuget package that is available both to the managed world and a coapp package for c++ /cliComments: ** Comment from web user: dlemstra ** I added the link...
View ArticleCreated Feature: Custom implementation of Magick Script Language [968]
Add a class that can parse a script that can be used to perform batch operations on images. For example:```<msl><image fileName="input.jpg"><resize percentage="0.5"/><write...
View ArticleCommented Feature: Custom implementation of Magick Script Language [968]
Add a class that can parse a script that can be used to perform batch operations on images. For example:```<msl><image fileName="input.jpg"><resize percentage="0.5"/><write...
View ArticleCommented Feature: Custom implementation of Magick Script Language [968]
Add a class that can parse a script that can be used to perform batch operations on images. For example:```<msl><image fileName="input.jpg"><resize percentage="0.5"/><write...
View ArticleCreated Unassigned: Add MagickImage to Read method in MagickImageCollection...
MagickImageCollection.Read should accept MagickImage.
View ArticleCommented Unassigned: Add MagickImage to Read method in MagickImageCollection...
MagickImageCollection.Read should accept MagickImage.Comments: ** Comment from web user: petersunde ** Nevermind... Add() provides this functionality.
View ArticleClosed Unassigned: Add MagickImage to Read method in MagickImageCollection [969]
MagickImageCollection.Read should accept MagickImage.
View ArticleCommented Issue: Problem with ghostscript delegate [963]
```MagickNet.Initialize();// MagickNet.Initialize(Path.Combine(AppDomain.CurrentDomain.BaseDirectory, "imagemagick"));using(var collection = new MagickImageCollection("test.pdf")) {//...
View ArticleCommented Issue: Problem with ghostscript delegate [963]
```MagickNet.Initialize();// MagickNet.Initialize(Path.Combine(AppDomain.CurrentDomain.BaseDirectory, "imagemagick"));using(var collection = new MagickImageCollection("test.pdf")) {//...
View ArticleCreated Unassigned: Cannot load bitmap if BitmapData is empty [970]
Test:var emptyBitmap = new Bitmap(100, 100, PixelFormat.Format24bppRgb);var im = new MagickImage(emptyBitmap);Result:System.ArgumentNullException occurred HResult=-2147467261 Message=Value cannot be...
View ArticleCommented Unassigned: Cannot load bitmap if BitmapData is empty [970]
Test:var emptyBitmap = new Bitmap(100, 100, PixelFormat.Format24bppRgb);var im = new MagickImage(emptyBitmap);Result:System.ArgumentNullException occurred HResult=-2147467261 Message=Value cannot be...
View ArticleCommented Unassigned: Cannot load bitmap if BitmapData is empty [970]
Test:var emptyBitmap = new Bitmap(100, 100, PixelFormat.Format24bppRgb);var im = new MagickImage(emptyBitmap);Result:System.ArgumentNullException occurred HResult=-2147467261 Message=Value cannot be...
View ArticleCommented Unassigned: Cannot load bitmap if BitmapData is empty [970]
Test:var emptyBitmap = new Bitmap(100, 100, PixelFormat.Format24bppRgb);var im = new MagickImage(emptyBitmap);Result:System.ArgumentNullException occurred HResult=-2147467261 Message=Value cannot be...
View ArticleCommented Issue: Problem with ghostscript delegate [963]
```MagickNet.Initialize();// MagickNet.Initialize(Path.Combine(AppDomain.CurrentDomain.BaseDirectory, "imagemagick"));using(var collection = new MagickImageCollection("test.pdf")) {//...
View ArticleEdited Unassigned: Cannot load bitmap if BitmapData is empty [970]
Test:var emptyBitmap = new Bitmap(100, 100, PixelFormat.Format24bppRgb);var im = new MagickImage(emptyBitmap);Result:System.ArgumentNullException occurred HResult=-2147467261 Message=Value cannot be...
View ArticleEdited Issue: Problem with ghostscript delegate [963]
```MagickNet.Initialize();// MagickNet.Initialize(Path.Combine(AppDomain.CurrentDomain.BaseDirectory, "imagemagick"));using(var collection = new MagickImageCollection("test.pdf")) {//...
View ArticleClosed Issue: Problem with ghostscript delegate [963]
```MagickNet.Initialize();// MagickNet.Initialize(Path.Combine(AppDomain.CurrentDomain.BaseDirectory, "imagemagick"));using(var collection = new MagickImageCollection("test.pdf")) {//...
View ArticleCommented Unassigned: Cannot load bitmap if BitmapData is empty [970]
Test:var emptyBitmap = new Bitmap(100, 100, PixelFormat.Format24bppRgb);var im = new MagickImage(emptyBitmap);Result:System.ArgumentNullException occurred HResult=-2147467261 Message=Value cannot be...
View ArticleClosed Unassigned: Cannot load bitmap if BitmapData is empty [970]
Test:var emptyBitmap = new Bitmap(100, 100, PixelFormat.Format24bppRgb);var im = new MagickImage(emptyBitmap);Result:System.ArgumentNullException occurred HResult=-2147467261 Message=Value cannot be...
View Article