T O P I C R E V I E W |
mhieta |
Posted - Oct 30 2015 : 14:43:32 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 |
10 L A T E S T R E P L I E S (Newest First) |
mhieta |
Posted - Nov 06 2015 : 01:14:30 Hi,
Just sent a message.
- Marko |
xequte |
Posted - Nov 06 2015 : 00:16:11 Hi
Yes, we have a fix available. Please email us.
Nigel Xequte Software www.xequte.com nigel@xequte.com
|
mhieta |
Posted - Nov 05 2015 : 23:21:07 Hi,
Any news about the fix for this issue?
- Marko |
xequte |
Posted - Nov 01 2015 : 18:49:26 Hi
We can reproduce this and are investigating.
Nigel Xequte Software www.xequte.com nigel@xequte.com
|
w2m |
Posted - Oct 31 2015 : 12:44:40 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 |
mhieta |
Posted - Oct 31 2015 : 12:25:18 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 |
w2m |
Posted - Oct 31 2015 : 10:56:51 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
|
mhieta |
Posted - Oct 31 2015 : 04:25:38 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 |
am24 |
Posted - Oct 30 2015 : 15:34:32 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. |
w2m |
Posted - Oct 30 2015 : 15:00:33 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 |