Results 1 to 4 of 4

Thread: What about .PNG images?

  1. #1

    What about .PNG images?

    how can i open a PNG image?

    jpg has his own unit(JPEG).

    my question: has PNG that also? or something else?

    Jeroen de j.

  2. #2

    Re: What about .PNG images?

    Quote Originally Posted by J9850s
    how can i open a PNG image?

    jpg has his own unit(JPEG).

    my question: has PNG that also? or something else?
    No, PNG doesn't have an unit.. But depending on the platform and library you're using there may be something.
    SDL natively support PNG image, and also plain Kylix does..
    Otherway, you must use a third party library. I use one that i found on Torry, that is good and does not require external dlls.. It is also "compatible" with TGraphic so that with some hack i was able to use it with DelphiX too.

    Bye!
    If you save your data in a proprietary format, the owner of the format owns your data.
    <br /><A href="http://msx80.blogspot.com">http://msx80.blogspot.com</A>

  3. #3

    What about .PNG images?

    I suggest you download GraphicEx from http://www.delphi-gems.com/Graphics.php.
    [size=10px][ Join us in #pgd on irc.freenode.net ] [ Sign the Petition for a Software Patent Free Europe ][/size]

  4. #4

    What about .PNG images?

    This one does what you want: http://pngdelphi.sourceforge.net/

    Good luck

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •