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
 ImageEn 4.3.0 Released
 New Topic  Reply to Topic
Author Previous Topic Topic Next Topic  

xequte

38616 Posts

Posted - Feb 03 2013 :  19:47:16  Show Profile  Reply
Hi

We have just released v4.3.0, which is a free update if you purchased a license or extension after 4 February 2012.

If you qualify please complete the form at:

http://www.imageen.com/support/downloadrequest.html


You can extend your registration and receive 12 months of Source Code access at:

http://www.xequte.com/imageen/order/index.html#Extensions


Top Fifteen Enhancements

1. Now supports creation of 64bit applications in Delphi/CPP XE2 and XE3

2. 170 actions for ImageEnView, ImageEnMView and ImageEnVect to rapidly create UI without code




3. New TIESlippyMap class to perform basic geo-location (automatic display of GPS-EXIF points on a map)




4. New methods to read and write IPTC fields

5. ImageEnMView will now display thumbnails for video files retrieved from Windows Explorer




6. Improvements to OpenImageEnDialog, including better layout and larger preview options




7. ImageEnView can now playback animated GIF and AVI files

8. New TImageEnView method to perform a smooth zoom (transitions to the new zoom, rather than displaying it immediately)

9. New helper file unit to add shortcut methods to TImageEnIO, TBitmap, as well as general image file functions

10. Improvements to the documentation (on-going)

11. Many methods of ImageEnVect now allow you to specify a parameter to apply action to all selected objects

12. Added functions to TIEBitmap: Rotate, Flip and Resample

13. Added translations for Arabic and Serbian

14. EXIF date properties now all offer TDateTime equivalents

15. Four new demos: Geo Maps, Actions, MView Actions and Vect Actions

Complete Change History: http://www.xequte.com/imageen/info/history.html



Nigel
Xequte Software
www.xequte.com
nigel@xequte.com

wesleybobato

Brazil
367 Posts

Posted - Feb 12 2013 :  12:21:12  Show Profile  Reply
Hello I would like to understand better if I Possess I IEVIsion.DLL not need or IELIB.DLL
DCRAW.DLL ImageEN the Search Features in Auto IEVISION.DLL
I Must Rebuild Packs Changing Lines Down or Not Need More?

{.$define IEUSEDLLJPEGLIB}
{.$define IEUSEDLLPNGLIB}
{.$define IEUSEDLLJPEG2000LIB}
{.$define IEUSEDLLRAWLIB}

To

{$define IEUSEDLLJPEGLIB}
{$define IEUSEDLLPNGLIB}
{$define IEUSEDLLJPEG2000LIB}
{$define IEUSEDLLRAWLIB}

Better is to use the Form IEVISION.DLL or IELIB.DLL or DCRAW.DLL because I was confused now.
Can you help? or should I use the 3 and Changing Together Rows Below?

{$define IEUSEDLLJPEGLIB}
{$define IEUSEDLLPNGLIB}
{$define IEUSEDLLJPEG2000LIB}
{$define IEUSEDLLRAWLIB}
Go to Top of Page

fab

1310 Posts

Posted - Feb 12 2013 :  14:29:19  Show Profile  Reply
You can still use dcrawlib.dll without need to recompile ImageEn, even if you are using ievision.dll. Just add IEFileFormatRemove(ioRAW) and IEAddExtIOPlugIn('dcrawlib.dll') as it was before.
Go to Top of Page

wesleybobato

Brazil
367 Posts

Posted - Feb 13 2013 :  15:09:59  Show Profile  Reply
Thank you for your attention Fabrizio ..
Need more then IELIB.DLL not now in 32-Bit Systems
because IEVISION.DLL does work IELIB.DLL or I Can Ultilizar Together the 3 DLLs in Windows 7 x86 or not which I Right Way for I'm Still In Doubt

Should I Change the Lines Below and Continue Using IELIB.dll or No More Shall I Use
{$define IEUSEDLLJPEGLIB}
{$define IEUSEDLLPNGLIB}
{$define IEUSEDLLJPEG2000LIB}
{$define IEUSEDLLRAWLIB}

Thanks Again for Your Attention.
Go to Top of Page

fab

1310 Posts

Posted - Feb 16 2013 :  10:14:50  Show Profile  Reply
If you have ievision.dll, you don't need iedcrawlib.dll or ielib.dll, because they are all embedded inside ievision.dll.
You need to recompile ImageEn adding following lines at the bottom of ie.inc.

{$define IEUSEDLLJPEGLIB} // Use DLL Jpeg library (otherwise use linked jpeg library)
{$define IEUSEDLLPNGLIB} // Use DLL PNG library (otherwise use linked png library)
{$define IEUSEDLLJPEG2000LIB} // Use DLL Jpeg2000 (Jasper) library (otherwise use linked jasper library)
{$define IEUSEDLLRAWLIB} // Use DLL RAW library (otherwise use embedded RAW library)


I assume you are using only 32 bit dlls.
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Reply to Topic
Jump To: