Welcome Guest! To enable all features, please Login or Register.

Notification

Icon
Error

Options
View
Last Go to last post Unread Go to first unread post
#1 Posted : Sunday, February 17, 2008 4:05:27 PM(UTC)

aspire  
aspire

Groups: Registered
Posts: 13


when I was trying to change the resolution of TGA format and then open the image using Photoshop 7.0. I found the resolution always 72.  The following is code snippets:

                LBitmapWindow m_BmpSave;
                ///////////////
                m_BmpSave.SetXResolution(m_SimpleData.sDPI);
                m_BmpSave.SetYResolution(m_SimpleData.sDPI);
                ////////////////
                m_BmpSave.Save(m_bmpfilename,FILE_TGA,0,0,MULTIPAGE_OPERATION_OVERWRITE);
                
Could you tell me where is issues or something else I should do to change the resolution of TGA.

Thanks in advance.
 

Try the latest version of LEADTOOLS for free for 60 days by downloading the evaluation: https://www.leadtools.com/downloads

Wanna join the discussion? Login to your LEADTOOLS Support accountor Register a new forum account.

#2 Posted : Monday, February 18, 2008 12:27:08 AM(UTC)

Qasem Lubani  
Guest

Groups: Guests
Posts: 3,022

Was thanked: 2 time(s) in 2 post(s)


I think you're using v15, right?


In all cases, I don't think the TGA format itself
supports saving resolution information. I opened a 100 DPI JPEG image in
PhotoShop 6 and saved it as TGA. I then opened the TGA also in PhotoShop and checked the resolution, and it was 72.
 
#3 Posted : Monday, February 18, 2008 2:22:46 AM(UTC)

aspire  
aspire

Groups: Registered
Posts: 13


Thanks for your reply.
 
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.

Powered by YAF.NET | YAF.NET © 2003-2024, Yet Another Forum.NET
This page was generated in 0.055 seconds.