Rank: Member
Groups: Guest
Joined: 1/3/2007(UTC) Posts: 3
|
I tried following code: Code:public void SaveImage(String destimg, String destSmallImg, String destThumbImg)
{
Aurigma.GraphicsMill.Codecs.JpegEncoderOptions EncoderOpt = new Aurigma.GraphicsMill.Codecs.JpegEncoderOptions();
EncoderOpt.Quality = 100;
//-----------Convert into CMYK-------
//bitmap = CManagment.ConvertToCMYK(bitmap);
//------------------------------------
//----------Saving in 400 DPI---------//
bitmap.VerticalResolution = 400;
bitmap.HorizontalResolution = 400;
//----------Saving in 400 DPI---------//
bitmap.Save(destimg, EncoderOpt);
SaveThumbImage(destThumbImg, EncoderOpt);
}
Above code saved a jpg at 400 DPI(if image is in RGB mode) but if image is in CMYK mode than saved jpg has 96 DPI. please reply as soon as possible. Thanks Natwar Garg Edited by user Tuesday, December 18, 2007 5:33:48 PM(UTC)
| Reason: Not specified |
Thanks & regards Natwar Garg
|
|
|
|
Rank: Advanced Member
Groups: Guest
Joined: 8/3/2003(UTC) Posts: 1,070
Thanks: 1 times Was thanked: 12 time(s) in 12 post(s)
|
Hello, This issue will be fixed in Graphics Mill 4.0 for .NET. |
|
|
|
|
Rank: Member
Groups: Guest
Joined: 1/3/2007(UTC) Posts: 3
|
Hello Dmitry, Kindly refer your response (Post5415). Saving Image (in CMYK mode) at 400 DPI is the main objective of the current project. We have already purchased Aurigma GraphicsMill 3.5 (as you know) for this project. As it (Saving Image at 400 DPI) is not a new future for which we have to go for new version of GraphicsMill 4.0, Kindly fix the bug and send update dlls of GraphicsMill 3.5. It is very urgent, kindly reply ASAP. Best regards, Natwar garg |
Thanks & regards Natwar Garg
|
|
|
|
Rank: Advanced Member
Groups: Guest
Joined: 8/3/2003(UTC) Posts: 1,070
Thanks: 1 times Was thanked: 12 time(s) in 12 post(s)
|
Hello Natwar, Unfortunately this update is available with Graphics Mill 4.0 for .NET only. We are going to release this version soon. |
|
|
|
|
Forum Jump
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.