The program is available for download at ([link] is a front-end for the free mogrify.exe program that is available as part of the ImageMagick freeware download. You can download it at ([link] and install it in its default location. Once it is installed, all you have to do is put your flame files and jpg files in the same folder as the ImbedParams program and run it. As it imbeds each flame file into it's matching JPG of the same name, it renames the flame file with a new extension of .flm. This is so you can tell, at the end of the process, which ones have been processed and which ones have not.
Should you ever need to re-create your flame file from the parameters imbedded in the JPG comments, there is another free utility (seeing a trend here?) called Jhead that will do that for you. You can dowload it at ([link] the command line, you would execute "jhead -q -cs image.flame image.jpg" and your flame will be re-created for you. Sweet!
Happy Easter, everyone! Now I can sleep while I let my program imbed over 5,200 JPGs for me!
Daniel








for j := 0 to FileCount - 1 do
begin
LoadFlame(j);
ShowStatus('
SaveFlame('a:\images\' + Flame.Name + '.flame'
end;
UpdateFlame := False;
Thank you very much.
D.