Quantcast
Channel: magick Discussions Rss Feed
Browsing all 3693 articles
Browse latest View live
↧

New Post: Unshaprmask working?

I will take a look at it later this week/weekend.

View Article


New Post: Index color and RGB color

I was working on an app which replace rgb values in a pcx using the below code using (MagickImage image = new MagickImage(@"E:\Development\DOTNET\PCXEditor\RGBEditor\18975253ee.pcx")) { MagickColor...

View Article


New Post: Index color and RGB color

Can you add a link to your image? Feel free to contact me through CodePlex if you don't want to publicly share your image.

View Article

New Post: MagickScript & Shadow

Hi, can i add a Shadow with Magick Script like this : convert rose: \( +clone -background navy -shadow 60x3 \) \ +swap -composite +repage shadow_composite.png I try this but i get a black...

View Article

New Post: MagickScript & Shadow

It's working when I change <format value ="Jpg"/> to <format value ="Tif"/> Why ?<?xml version="1.0" encoding="utf-8" ?> <msl xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"...

View Article


New Post: MagickScript & Shadow

Need to add this before write :<backgroundColor value="#fff"/> <alpha option="Flatten"/> It's normal. No Alpha in JPG...

View Article

New Post: PHASH

This is not possible at this moment. I will see if I can add this feature for you. There is already a method that calculates this available in ImageMagick, I just need to figure out how to present this...

View Article

New Post: PHASH

Thank you. I also experimenting with AverageHash, is that available too? The version I created using this API bombs on really large images (10000 x 8000). I'm on my iPad or I'd post the code. But...

View Article


New Post: PHASH

The AverageHash does not seem to be available. The Perceptual Hash function returns an object per channel (red/green/etc..) with 14 doubles that are calculated using the image moments. I will create a...

View Article


Image may be NSFW.
Clik here to view.

New Post: Feather / anti aliasing / remove jagged lines

How would I remove the jagged lines in the following image? At the minute I am resizing the image but i is very CPU and RAM intensive. is there an alternative?

View Article

New Post: Feather / anti aliasing / remove jagged lines

I don't really understand what you are trying to do. Can you post a small piece of example code and an input/output image?

View Article

New Post: Index color and RGB color

Attached are the two links for the same pcx file before and after conversion. http://school2.millinfo.net/19006477-BeforeConversion.pcxhttp://school2.millinfo.net/19006477-AfterConversion.pcx

View Article

New Post: Index color and RGB color

Your links don't work here. Can you post your images somewhere else or fix your links?

View Article


Image may be NSFW.
Clik here to view.

New Post: Feather / anti aliasing / remove jagged lines

I have an emf file with jagged lines: This is what I am looking: Here is the code I am using at the minute that uses alot of resources: string fileType = "png"; int densityPercentage = 800; int...

View Article

New Post: Feather / anti aliasing / remove jagged lines

The settings.Density property does not support percentages. You are reading the image at 1200 DPI. You probably don't need a value that high. I think you should rewrite your code to something like...

View Article


New Post: Feather / anti aliasing / remove jagged lines

I need a large Image to zoom into. It works the same way google maps works. Thats why the settings.Density property is set so high. I want to do somthing like this but I am not sure how to do it:...

View Article

New Post: Feather / anti aliasing / remove jagged lines

I don't think Resample should change the ratio of the image, that might be a bug. I don't understand the problem you are trying to solve? You don't want to resize the image but you do want a smaller...

View Article


New Post: Couple of deployment Question regarding MagickImage.net (ANY CPU) &...

Hi, I have used MagickImage.Net ANY CPU library to import JPEG Encoded Tiff images. Consider the below scenarios & Questions. I have used MagickImage.Net ANY CPU library in a Class Library Project...

View Article

Image may be NSFW.
Clik here to view.

New Post: Feather / anti aliasing / remove jagged lines

I dont know if you know much about Anti-aliasing but anti-aliasing is a software technique used for smoothing the jagged appearance of diagonal lines in a bitmapped image. The pixels that surround the...

View Article

New Post: Feather / anti aliasing / remove jagged lines

Here is another solution, could you tranlate this. I have tryed, with no luck.convert Sir_amik_varze_detail.PNG \ \( -clone 0 -alpha off \) \ \( -clone 0 -alpha extract -blur 1x65000 -level 50x100% \)...

View Article
Browsing all 3693 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>