Page 1 of 1

Tim Plugin for Delphi 7

Posted: September 27th, 2019, 2:59 am
by SlavaVlasov
Hello. To this day, I use Delphi 7 to develop simple applications. But now I needed the ability to download and display TIM files in my applications (via TImage or in some other way). Mostly needed for the convenience of working with game fonts. I would really like to take a look at the source or have some dll plug-in to the application that can decode TIM (including bit size, palette and transparency settings). Can you help with this?

Re: Tim Plugin for Delphi 7

Posted: September 27th, 2019, 7:20 pm
by Greg
check this https://github.com/lab313ru/tim2view it's a TIM, TM2 formats viewer, converter, searcher, editor, scanner, ripper, the source code is in Lazarus free pascal, the earlier version was written in delphi.

Re: Tim Plugin for Delphi 7

Posted: October 1st, 2019, 7:12 am
by SlavaVlasov
Greg wrote: September 27th, 2019, 7:20 pm check this https://github.com/lab313ru/tim2view
Oh, thank you! :)