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

Notification

Icon
Error

Options
Go to last post Go to first unread
Dunk  
#1 Posted : Thursday, January 26, 2006 6:24:37 PM(UTC)
Dunk

Rank: Member

Groups: Member
Joined: 1/26/2006(UTC)
Posts: 3

Hi,

I am wanting to load a image off a server using http (vb6 app). I have no problem connecting and using the xmlHTTP stream to load it. However it appears the image loads with the incorrect colour scheme/pallette into the Gfx Mill ?

How does one load the jpg correctly in this manner? I have attached a screenshot of the original jpg and one of the jpg loaded into Gfx Mill via http. Is there a function/property I am not setting correctly ?

Help! :w00t:
Dunk attached the following image(s):
ImageColourProblem.jpg
Andrew  
#2 Posted : Friday, January 27, 2006 4:00:02 PM(UTC)
Andrew

Rank: Advanced Member

Groups: Member, Administration
Joined: 8/2/2003(UTC)
Posts: 876

Thanks: 2 times
Was thanked: 27 time(s) in 27 post(s)
Hi Dunk,

I do not think that this is related to download. You can make sure by loading the same file locally and compare it.

I guess that you have enabled color management in the BitmapViewer and that's why it displays the image differently than IrfanView. If you do not want to use color management, you should disable it.

To get more information about this, take a look into this article:

Displaying Images with Color Management

If you need any information about color management, check out other articles in the Color Management section.

Edited by user Tuesday, December 15, 2009 10:34:25 AM(UTC)  | Reason: Not specified

Dunk  
#3 Posted : Monday, January 30, 2006 2:57:49 PM(UTC)
Dunk

Rank: Member

Groups: Member
Joined: 1/26/2006(UTC)
Posts: 3

Hi Andrew,

Yes I did try loading the same image with the gfx mill from file, with the result that the image was not discoloured. I will disable color management and see if this corrects the issue when loading via the http get method.
Dunk  
#4 Posted : Monday, January 30, 2006 3:28:07 PM(UTC)
Dunk

Rank: Member

Groups: Member
Joined: 1/26/2006(UTC)
Posts: 3

Colormanagement was the problem!

BitmapViewer1.Bitmap.Data.ColorManagement.IsEnabled = False

Thanks
Andrew  
#5 Posted : Monday, January 30, 2006 4:36:58 PM(UTC)
Andrew

Rank: Advanced Member

Groups: Member, Administration
Joined: 8/2/2003(UTC)
Posts: 876

Thanks: 2 times
Was thanked: 27 time(s) in 27 post(s)
In fact when you view an image without color management, colors are distorted, but not vice versa. :) But if you do not care about it (no need for color proofing before printing, etc), you can disable the color management indeed (as it done in most image viewers). It will increase repainting speed.
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.