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

 

ImageEn Forum
Profile    Join    Active Topics    Forum FAQ    Search this forumSearch
 All Forums
 ImageEn Library for Delphi, C++ and .Net
 ImageEn and IEvolution Support Forum
 HEIC to JPEG Format

Note: You must be registered in order to post a reply.
To register, click here. Registration is FREE!

View 
UserName:
Password:
Format  Bold Italicized Underline  Align Left Centered Align Right  Horizontal Rule  Insert Hyperlink   Browse for an image to attach to your post Browse for a zip to attach to your post Insert Code  Insert Quote Insert List
   
Message 

 

Emoji
Smile [:)] Big Smile [:D] Cool [8D] Blush [:I]
Tongue [:P] Evil [):] Wink [;)] Black Eye [B)]
Frown [:(] Shocked [:0] Angry [:(!] Sleepy [|)]
Kisses [:X] Approve [^] Disapprove [V] Question [?]

 
Check here to subscribe to this topic.
   

T O P I C    R E V I E W
johnrboren Posted - Oct 23 2025 : 13:54:19
In our system, we store all images as JPEGs. Which means, anytime the user picks a different format, it converts it to JPEG.

In my testing, adding a file as HEIC with a 1.4MB file gets saved to JPEG with poor quality as 24KB.

We have this automatically happening in our code to maintain quality, but for HEIC, is there a better way to keep it as close to HEIC quality as possible?

Image1.IO.Params.JPEG_Quality:= // This forces the quality to match
IECalcJPegFileQuality( // the original file quality.
OpenDialog1.FileName);
if Image1.IO.Params.JPEG_Quality<50 then
Image1.IO.Params.JPEG_Quality:=80;


Our database only stores as JPEG, so without having to store the data as other formats, any other suggestions?




John Boren
1   L A T E S T    R E P L I E S    (Newest First)
xequte Posted - Oct 23 2025 : 19:50:59
Hi John

We have a method for this in our latest beta. Please email me for it.



Nigel
Xequte Software
www.imageen.com