For the code, the line I'm using is:
testImage.Density = new MagickGeometry(72);
testImage.Write(filedestination);
As for the image, I'm not sure how to attach it to this reply. It's about 50 mg, 865x865. When I do a straight conversion from .eps to .jpg, the DPI shows 300dpi, which is fine. I'm just not sure how to change it to 72dpi when converting to .jpg.
Let me know if you need anything else. or how I could attaché my image.
testImage.Density = new MagickGeometry(72);
testImage.Write(filedestination);
As for the image, I'm not sure how to attach it to this reply. It's about 50 mg, 865x865. When I do a straight conversion from .eps to .jpg, the DPI shows 300dpi, which is fine. I'm just not sure how to change it to 72dpi when converting to .jpg.
Let me know if you need anything else. or how I could attaché my image.