topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Thursday March 28, 2024, 6:52 am
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Author Topic: How to use 8bf files in my own application  (Read 3776 times)

Mathenay

  • Participant
  • Joined in 2016
  • *
  • Posts: 2
    • View Profile
    • Donate to Member
How to use 8bf files in my own application
« on: March 27, 2016, 05:15 AM »
It is an image viewer that I wrote in pure C language.
I would like to be able to include 8bf files.
How could I do it?

Thank you to help me

Ath

  • Supporting Member
  • Joined in 2006
  • **
  • Posts: 3,612
    • View Profile
    • Donate to Member
Re: How to use 8bf files in my own application
« Reply #1 on: March 27, 2016, 05:53 AM »
Put them in a .zip file, accompanied by the documentation, and you'll be fine.

Btw, welcome to the forum :)

Mathenay

  • Participant
  • Joined in 2016
  • *
  • Posts: 2
    • View Profile
    • Donate to Member
Re: How to use 8bf files in my own application
« Reply #2 on: March 27, 2016, 09:26 AM »
Yes, I am new
I have downloaded these plugins as an example.

Ath

  • Supporting Member
  • Joined in 2006
  • **
  • Posts: 3,612
    • View Profile
    • Donate to Member
Re: How to use 8bf files in my own application
« Reply #3 on: March 27, 2016, 01:14 PM »
It is an image viewer that I wrote in pure C language.
I would like to be able to include 8bf files.
How could I do it?
...
Yes, I am new
I have downloaded these plugins as an example.
I must have misunderstood your request :huh:
8BF is not a graphics file format, just a plugin format for Photoshop. I was originally under the impression you'd like to add that file-type to your forum-post, but it can also be read as if you want to add support for displaying these files to your application, so that's not going to work.
For adding the feature of using such plugins to your application I can only point you to the Adobe developer community, they know how to guide you in that direction.