Consulting

Results 1 to 1 of 1

Thread: vba userforms - transparency png premultiplied alpha channel

  1. #1

    Question vba userforms - transparency png premultiplied alpha channel

    hi Guys

    Seeking a solution to via VBA to import a UserForm a PNG file that includes an integrated 32-bit premultiplied alpha channel and evaluate its transparency or presenting leaves

    - With a few lines of code to the UserForm can completely transparently (so far so good)
    - It can be used without problems, a GIF file that only a straight alpha channel contains imported> problem with GIF files only direct alpha channel included is the Transparency "hard" and there can be no "soft" transition, ie no semitransparent pixels Ex. A Soft Shadow or antialiasing are enabled.
    - I have a script which one found its alpha channel can be replaced by any color load a PNG file and that makes the graphics but not "Transparent" Ex file attached.
    - As an alternative to PNG file with integrated channel would suffice me a solution that works with an external or separate alpha channel, so basically a Color.jpg and ALPHA.JPG file how it is for example in 3D Studio
    - About the GDI + API that should be possible only because I know myself too little

    Thank you for your efforts - Has anyone a sexy solution?
    Attached Images Attached Images
    Attached Files Attached Files
    STAY HUNGRY. STAY FOOLISH...

Posting Permissions

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