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

New Post: Minimize file size of embedded images in PDF output

Woohoo!!! That did the trick. Now the pdf is 414KB instead of 1.38MB. Magick.NET has now caught up and surpassed my command line method. Thanks for all your help.

View Article


New Post: Feeding in Jpeg stream from pdf gives error

Hi, I have a bunch of pdf files that are composed solely of scanned document jpegs. I am trying to shrink the file by pulling out each jpeg and processing it with Magick.NET. I am using PDFSharp to...

View Article


New Post: Feeding in Jpeg stream from pdf gives error

I am not sure why IM is not detecting your stream as a jpeg. You can help IM by specifying the format before you load your image. You can do that with the MagickReadSettings class: MagickReadSettings...

View Article

New Post: Running ghostcript from a non-standard install location

Thanks for the info about HKEY_CURRENT_USER. That fixes the administrative requirements, unfortunately it doesn't seem to work. When I placed GS_DLL and GS_LIB in the same relative location in HKCU as...

View Article

New Post: Running ghostcript from a non-standard install location

Have you tried to enable logging in MagickNET and set Debug to true in your MagickImage to receive more information?

View Article


New Post: Running ghostcript from a non-standard install location

I'm not sure how to enable logging in Magick.NET or how to set Debug to true in MagickImage. Can you point me to some documentation? Just for additional clarity: I am able to run without any problems...

View Article

New Post: Running ghostcript from a non-standard install location

This is a bug in ImageMagick and I will have to fix this for you. It only works if it can also the find the 'HKLM' version. You can enable logging like this: MagickNET.SetLogEvents(LogEvents.All); //...

View Article

New Post: Running ghostcript from a non-standard install location

This discussion has been copied to a work item. Click here to go to the work item and continue the discussion.

View Article


New Post: green-screen background remove

Hi ! I am working on a photo software for desktop PC that works on Windows 8. I would like to be able to remove the green background from the photo. I'm a beginner in image manipulation, i found some...

View Article


New Post: green-screen background remove

I have no experience with removing a green screen but you could try what is being suggested here: http://www.imagemagick.org/discourse-server/viewtopic.php?f=2&t=14394. Or try the tricks from here:...

View Article

New Post: DPX Image Format to TIFF not work?

when i convert a DPX Image to a TIF image, a file will created but is corrupt.... other source files working....Using image As New MagickImage("test.dpx") image.Write("test.tif") End Using

View Article

New Post: DPX Image Format to TIFF not work?

Can you add a link to your test.dpx image? Feel free to contact me through CodePlex if you don't want to post a link here.

View Article

New Post: DPX Image Format to TIFF not work?

no problemhttp://titan.uplink.de/rept1000.dpx btw: reading resolution and other image properties works

View Article


New Post: DPX Image Format to TIFF not work?

The problem seems to be the bit depth. The resulting tif image has a bit depth of 10. When I change this to 12 I can open the image in Windows Photo Viewer. I will have to check if this is a bug in...

View Article

New Post: DPX Image Format to TIFF not work?

ohh i see, when i add the 12bit convert option the the tif file is ok.... but with the 12bit convert something other happend :) beside the 12bit convert i make a colorspace change to DCI XYZ space with...

View Article


New Post: DPX Image Format to TIFF not work?

I have no experience with the DCI XYZ color space. Does the 'normal' color space conversion not work for you:using(image = new MagickImage("test.dpx")) { image.ColorSpace=ColorSpace.XYZ;...

View Article

New Post: DPX Image Format to TIFF not work?

I have tried the build-in XYZ colorspace but this is not the right colorspace i need before i used the magick.net, i have done the work with the Imagemagick OLE objekt and this...

View Article


New Post: DPX Image Format to TIFF not work?

I think I figured out why the result from the command line is different then from Magick.NET. Magick.NET uses HDRI (http://www.imagemagick.org/script/high-dynamic-range.php) and it looks like there...

View Article

New Post: DPX Image Format to TIFF not work?

right with 16bit it works correct, but the image is bigger and i think this takes longer. Can the HDRI mode disabled?

View Article

New Post: DPX Image Format to TIFF not work?

HDRI cannot be disabled because it is a compiler option. I switched to HDRI because that will be enabled by default in ImageMagick 7. As a work around you could choose to save your image as a png first...

View Article
Browsing all 3693 articles
Browse latest View live


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