Welcome Guest! You need to login or register to make posts.

Notification

Icon
Error

Options
Go to last post Go to first unread
garg  
#1 Posted : Friday, January 12, 2007 12:03:37 AM(UTC)
garg

Rank: Member

Groups: Member
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
Dmitry  
#2 Posted : Friday, January 12, 2007 3:09:58 PM(UTC)
Dmitry

Rank: Advanced Member

Groups: Member, Administration, Moderator
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.
Sincerely yours,
Dmitry Sevostyanov

UserPostedImage Follow Aurigma on Twitter!
garg  
#3 Posted : Sunday, January 14, 2007 8:46:22 PM(UTC)
garg

Rank: Member

Groups: Member
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
Dmitry  
#4 Posted : Thursday, January 18, 2007 12:25:01 PM(UTC)
Dmitry

Rank: Advanced Member

Groups: Member, Administration, Moderator
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.
Sincerely yours,
Dmitry Sevostyanov

UserPostedImage Follow Aurigma on Twitter!
Users browsing this topic
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.