5 Replies - 5483 Views - Last Post: 14 July 2010 - 11:16 PM Rate Topic: -----

#1 shinsengumi   User is offline

  • New D.I.C Head

Reputation: 0
  • View blog
  • Posts: 5
  • Joined: 14-July 10

how to open image files using C and GUI (glade 3) programming

Posted 14 July 2010 - 06:00 AM

can anyone help me make a C program code that will open an image file (JPEG for example)? i'm using C language and GUI/glade3 alongside it. to help you visualize it, i want to type the image filename in a text view entry and when i click a button (Load for example) the image will be opened and seen in the Image widget of Glade. the program code and the image file are located in the same folder. any kind of advice and help will be greatly appreciated. thanks!

Is This A Good Question/Topic? 0
  • +

Replies To: how to open image files using C and GUI (glade 3) programming

#2 shinsengumi   User is offline

  • New D.I.C Head

Reputation: 0
  • View blog
  • Posts: 5
  • Joined: 14-July 10

Re: how to open image files using C and GUI (glade 3) programming

Posted 14 July 2010 - 06:11 AM

can anyone help me make a C program code that will open an image file? i'm using C language and GUI/glade3 alongside it. to help you visualize it, i want to type the image filename in a text view entry and when i click a button (Load for example) the image will be opened and seen in the Image widget of Glade. thanks!
Was This Post Helpful? 0
  • +
  • -

#3 shinsengumi   User is offline

  • New D.I.C Head

Reputation: 0
  • View blog
  • Posts: 5
  • Joined: 14-July 10

Re: how to open image files using C and GUI (glade 3) programming

Posted 14 July 2010 - 06:12 AM

can anyone help me make a C program code that will open an image file? i'm using C language and GUI/glade3 alongside it. to help you visualize it, i want to type the image filename in a text view entry and when i click a button (Load for example) the image will be opened and seen in the Image widget of Glade. thanks!
Was This Post Helpful? 0
  • +
  • -

#4 Ario7X   User is offline

  • New D.I.C Head

Reputation: 1
  • View blog
  • Posts: 26
  • Joined: 24-April 10

Re: how to open image files using C and GUI (glade 3) programming

Posted 14 July 2010 - 06:21 AM

Whats gone wrong with you. Posting numerous identicle topics. :wacko:

This post has been edited by Ario7X: 14 July 2010 - 06:36 AM

Was This Post Helpful? 0
  • +
  • -

#5 Aphex19   User is offline

  • Born again Pastafarian.
  • member icon

Reputation: 619
  • View blog
  • Posts: 1,873
  • Joined: 02-August 09

Re: how to open image files using C and GUI (glade 3) programming

Posted 14 July 2010 - 04:47 PM

I've never heard of Glade, but how about trying other more popular graphics libraries, most can interface with GUI libraries or may have their own GUI functionality, like Allegro. I would recommend OpenGL or DirectX, they can easilly be interfaces with the Windows API.

Sorry if that wasn't that helpful, but I cannot find much information on Glade.
Was This Post Helpful? 0
  • +
  • -

#6 Salem_c   User is offline

  • void main'ers are DOOMED
  • member icon

Reputation: 2555
  • View blog
  • Posts: 4,739
  • Joined: 30-May 10

Re: how to open image files using C and GUI (glade 3) programming

Posted 14 July 2010 - 11:16 PM

http://glade.gnome.org/
Which GUI toolkit are you using underneath glade?

Dig through those manuals to find what you're looking for.
Was This Post Helpful? 0
  • +
  • -

Page 1 of 1