Quantcast
Channel: magick Discussions Rss Feed

New Post: MagickImageCollection() from picturebox images / VB.net

PictureBox3.Image expects an Image. You will need to call collection.ToBitmap(MagickFormat.Gif) to get an image.

View Article



New Post: MagickNet is Converting The Color Space

If an magickimage is built based on a full white png file which is in the color space of RGB/8 , and then if we write to HDD, the color space automatically converted to the Gray color space and the...

View Article

New Post: MagickNet is Converting The Color Space

The PNG encoder requires and extra action for this. It normally tries to get the smallest file possible if you want to keep a 24/32 bit image you will need to do this: imageMagick.Settings.Format =...

View Article

New Post: PDF CMYK Profile Embedded

I have the same issue but adding 'CompressionMethod.Zip' didn't help. Image is loosing profile while changing to pdf.

View Article

New Post: Creating an equivalent of a CSS linear gradient from top to bottom

Hi Dirk, I'm trying to figure out how to go about creating a 2-color gradient dynamically oriented from top to bottom right with manually specified color stops. The CSS equivalent would be: background:...

View Article


New Post: Creating an equivalent of a CSS linear gradient from top to bottom

Is your goal to create a gradient or do you just want half of the image to be white and the other half black at a 45 degrees rotation?

View Article

New Post: Creating an equivalent of a CSS linear gradient from top to bottom

Now that you mention it, I'm not sure if "gradient" is the proper word here, as I don't want the colors to fade in to each other. Essentially, it's a gradient with hard color stops that gives it the...

View Article

New Post: Creating an equivalent of a CSS linear gradient from top to bottom

What you could do is this:int size = 100; using (MagickImageCollection images = new MagickImageCollection()) { images.Add(new MagickImage(new MagickColor("#000000"), size * 2, size * 2));...

View Article


New Post: PDF CMYK Profile Embedded

Can you add a link to a PDF file that I can use to reproduce your issue? And have you tried to use 7.0.5.502? We fixed a colorspace issue in ImageMagick recently:...

View Article


New Post: Creating an equivalent of a CSS linear gradient from top to bottom

This works beautifully - thank you!

View Article

New Post: PDF CMYK Profile Embedded

tried recent release, it is working great..thanks

View Article

New Post: Which Libray To Use with Visual Studio 2005 in C#?

I've tried 3 of the download libraries so far and can get my application to compile, but I get errors when I debug the code. What library should I use to make it work using Visual Studio 2005 ? NEVER...

View Article

New Post: Combining 2 or 3 Images into Another Dummy Image?

I have a dummy blank image 800 px wide and 200 px high and want to add 2 or 3 images to this one "dummy" image. Is it possible to do that with Magick.net ? If so how would you code this in C# ?

View Article


New Post: Combining 2 or 3 Images into Another Dummy Image?

If you want to combine multiple images you should take a look at the MagickImageCollection class and use one of the Append methods. You could also decide to fill up the black space with the Extent...

View Article

New Post: Which Libray To Use with Visual Studio 2005 in C#?

Hope to hear that you resolved your issue.

View Article


New Post: Combining 2 or 3 Images into Another Dummy Image?

Thanks for replying. Any way you could give me a little code snippet? Thanks, Glenn

View Article

New Post: Combining 2 or 3 Images into Another Dummy Image?

I cannot really create a code snippet because the solution depends on the size of the images that you are having. And also on how you want to solve your issue. Not sure if there is a simple solution...

View Article


New Post: Combining 2 or 3 Images into Another Dummy Image?

Do you know of any freelancer on Upwork.com that knows your library that I could hire to do this project? Thanks, Glenn

View Article

New Post: Combining 2 or 3 Images into Another Dummy Image?

I don't know any freelancers that know my library but maybe I could assist you in some way to get you started. You know my email so feel free to contact me there.

View Article




Latest Images