Alpha channel PNGs under DOS?

DOS specific questions.
Post Reply
N3trunn3r
Posts: 110
Joined: Feb 14, 2008 15:48

Alpha channel PNGs under DOS?

Post by N3trunn3r »

Is there a library that allows loading and drawing of alpha channel PNGs under FB for DOS?
Rotating and scaling would be awesome too.
MrSwiss
Posts: 3910
Joined: Jun 02, 2013 9:27
Location: Switzerland

Re: Alpha channel PNGs under DOS?

Post by MrSwiss »

N3trunn3r wrote:Is there a library that allows loading and drawing of alpha channel PNGs under FB for DOS?
There is FBImage to load, display and save PNG's (and others but w/o saving!).
N3trunn3r wrote:Rotating and scaling would be awesome too.
Use search or advanced search (the forum) for those options ...
(however, no warranties, that it works on DOS too)
N3trunn3r
Posts: 110
Joined: Feb 14, 2008 15:48

Re: Alpha channel PNGs under DOS?

Post by N3trunn3r »

Ah right, FBImage, forgot all about it. Thank you! Works nicely for now.
Doubt though it will run under dos. Only comes with static Linux and Win libs, 32/64-bit.
badidea
Posts: 2586
Joined: May 24, 2007 22:10
Location: The Netherlands

Re: Alpha channel PNGs under DOS?

Post by badidea »

You can try to compile FBImage form source (C).
(Does not sound like fun to me)
Post Reply