ImageEn for Delphi and C++ Builder ImageEn for Delphi and C++ Builder

 

ImageEn Forum
Profile    Join    Active Topics    Forum FAQ    Search this forumSearch
Forum membership is Free!  Click Join to sign-up
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 ImageEn Library for Delphi, C++ and .Net
 ImageEn and IEvolution Support Forum
 Latest IELIB64.dll and ImageEn 6.2.1B
 New Topic  Reply to Topic
Author Previous Topic Topic Next Topic  

mhieta

Finland
78 Posts

Posted - Oct 30 2015 :  14:43:32  Show Profile  Reply
Hi,

Using now 3.0.2 ielib64.dll with ImageEn 6.2.1B. Parameters preview dialog shows jpeg image as wrong colors and also saves jpeg with wrong colors.



- Marko

w2m

USA
1990 Posts

Posted - Oct 30 2015 :  15:00:33  Show Profile  Reply
I tested this and did not detect color problems with Win64. Perhaps the problem is caused by Delphi 10 Seattle 64-bit compiler problem. If running 10 Seattle try hot fix: http://downloads.embarcadero.com/Item/30428. If not running 10 Seattle, then post your image so I can test it here.

Bill Miller
Adirondack Software & Graphics
Email: w2m@hughes.net
EBook: http://www.imageen.com/ebook/
Custom Commercial ImageEn Development
Go to Top of Page

am24

30 Posts

Posted - Oct 30 2015 :  15:34:32  Show Profile  Reply
I have the same problem with XE5. So I still use ielib 2.0.2 which works fine with ImageEn 6.2.1. Seems that the new version does a RGB-BGR conversion when saving images.
Go to Top of Page

mhieta

Finland
78 Posts

Posted - Oct 31 2015 :  04:25:38  Show Profile  Reply
Hi,

Yes I'm using 10 Seattle. Just installed that hotfix and that is not helping.
Here is that image:
attach/mhieta/2015103142440_DSC_0084.JPG

- Marko
Go to Top of Page

w2m

USA
1990 Posts

Posted - Oct 31 2015 :  10:56:51  Show Profile  Reply
Your image does not change colors when duplicating this issue here.

Bill Miller
Adirondack Software & Graphics
Email: w2m@hughes.net
EBook: http://www.imageen.com/ebook/
Custom Commercial ImageEn Development

Go to Top of Page

mhieta

Finland
78 Posts

Posted - Oct 31 2015 :  12:25:18  Show Profile  Reply
Hi,

Here is compiled project with example image inside.

attach/mhieta/20151031122352_Project.zip
8138.48 KB

And the used code is:

procedure TForm2.Button1Click(Sender: TObject);
begin
if OpenImageEnDialog1.Execute then
begin
ImageEnView1.IO.LoadFromFile(OpenImageEnDialog1.FileName);
end;
end;

procedure TForm2.Button2Click(Sender: TObject);
begin
if SaveImageEnDialog1.Execute then
begin
ImageEnView1.IO.SaveToFile(SaveImageEnDialog1.FileName);
end;
end;

- Marko
Go to Top of Page

w2m

USA
1990 Posts

Posted - Oct 31 2015 :  12:44:40  Show Profile  Reply
Your EXE does the same thing here. I tried using a IELib64.dll from 5/2015 with your demo and it fixed the problem. The old DLL also fixes the problem reported in another thread with an exception when clicking on the Advanced button.

Bill Miller
Adirondack Software & Graphics
Email: w2m@hughes.net
EBook: http://www.imageen.com/ebook/
Custom Commercial ImageEn Development
Go to Top of Page

xequte

39097 Posts

Posted - Nov 01 2015 :  18:49:26  Show Profile  Reply
Hi

We can reproduce this and are investigating.



Nigel
Xequte Software
www.xequte.com
nigel@xequte.com
Go to Top of Page

mhieta

Finland
78 Posts

Posted - Nov 05 2015 :  23:21:07  Show Profile  Reply
Hi,

Any news about the fix for this issue?

- Marko
Go to Top of Page

xequte

39097 Posts

Posted - Nov 06 2015 :  00:16:11  Show Profile  Reply
Hi

Yes, we have a fix available. Please email us.




Nigel
Xequte Software
www.xequte.com
nigel@xequte.com
Go to Top of Page

mhieta

Finland
78 Posts

Posted - Nov 06 2015 :  01:14:30  Show Profile  Reply
Hi,

Just sent a message.

- Marko
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Reply to Topic
Jump To: