Subject:
|
Re: LPub mask generation
|
Newsgroups:
|
lugnet.cad.dev
|
Date:
|
Thu, 16 Sep 2004 23:38:54 GMT
|
Viewed:
|
1680 times
|
| |
| |
In lugnet.cad.dev, Kevin L. Clague wrote:
> LPub is written in Borland C++ Builder, which is the C++ version of Delphi. The
> programing language is different, but the libraries are the same.
>
> I'd like Alpha channel, instead of binary bitmap, because it might provide some
> help with transparent parts and backdrop images.
>
> I'll give it a whirl.
If you're interested, LDView has two C++ classes that together allow you to
write a PNG via libpng. They have the advantage of being much easier to use
that libpng itself. Take a look in the LDView source at TCImage.{h,cpp} and
TCPngImageFormat.{h,cpp}. They might even compile without modification; they
definitely compile in Linux and Visual Studio.
LDView source can be downloaded from here:
http://home.san.rr.com/tcobbs/LDView/Downloads.html
--Travis
|
|
Message has 1 Reply: | | Re: LPub mask generation
|
| (...) Hi Travis, I've downloaded LDview, and gotten libpng and zlib built under C++ Builder. What classes do you have for reading and writing PNG files based on libpng. I'd like to give them a look. Thanks, Kevin (20 years ago, 20-Sep-04, to lugnet.cad.dev)
|
Message is in Reply To:
| | Re: LPub mask generation
|
| (...) LPub is written in Borland C++ Builder, which is the C++ version of Delphi. The programing language is different, but the libraries are the same. I'd like Alpha channel, instead of binary bitmap, because it might provide some help with (...) (20 years ago, 16-Sep-04, to lugnet.cad.dev)
|
21 Messages in This Thread:
- Entire Thread on One Page:
- Nested:
All | Brief | Compact | Dots
Linear:
All | Brief | Compact
This Message and its Replies on One Page:
- Nested:
All | Brief | Compact | Dots
Linear:
All | Brief | Compact
|
|
|
|