 |
 |
 |
 |
| Programming & Packaging A place to discuss programming and packaging. |

6th July 2009, 07:52 AM
|
|
Registered User
|
|
Join Date: Jul 2009
Location: Ukraine
Posts: 11

|
|
CImg library
Hi, guys. I have some question:
-are there people, who used CImg image process library under fedora11 (i got it now on my machine) ?
__________________
last? but not least...:cool:
|

6th July 2009, 10:02 PM
|
 |
Retired User
|
|
Join Date: Oct 2004
Location: London, UK
Posts: 4,999

|
|
Do you have a problem or are you just asking if anyone's used the library?
I downloaded the platform independent zip file from http://sourceforge.net/projects/cimg/files/, unzipped, then:
cd CImg-1.3.1/examples
make olinux
(or, just type 'make' for options)
and there are some pretty stunning demos:
./CImg_demo
amongst other stuff. Thanks for the pointer to a great project.
|

7th July 2009, 11:03 AM
|
|
Registered User
|
|
Join Date: Jul 2009
Location: Ukraine
Posts: 11

|
|
Quote:
Originally Posted by sideways
Do you have a problem or are you just asking if anyone's used the library?
I downloaded the platform independent zip file from http://sourceforge.net/projects/cimg/files/, unzipped, then:
cd CImg-1.3.1/examples
make olinux
(or, just type 'make' for options)
and there are some pretty stunning demos:
./CImg_demo
amongst other stuff. Thanks for the pointer to a great project.
|
Thanx. Frankly speaking i'am new in working under Fedora. When i was Win_user i use Devcpp C++ IDE to do my work with images. Is there Devcpp for Fedora or i should install other C++ IDE?
__________________
last? but not least...:cool:
|

7th July 2009, 11:25 AM
|
 |
Retired User
|
|
Join Date: Oct 2004
Location: London, UK
Posts: 4,999

|
|
No Devcpp but there is codeblocks and geany, or the more advanced eclipse and netbeans
Code:
yum install codeblocks geany
Code:
yum install eclipse-cdt
Code:
yum install netbeans
|

7th July 2009, 11:49 AM
|
|
Registered User
|
|
Join Date: Jul 2009
Location: Ukraine
Posts: 11

|
|
Quote:
Originally Posted by sideways
No Devcpp but there is codeblocks and geany, or the more advanced eclipse and netbeans
Code:
yum install codeblocks geany
Code:
yum install eclipse-cdt
Code:
yum install netbeans
|
if i understand u correctly "yum install..." is a command i type in Terminal window? Listen, what about GDI32.lib (this file was need in Windows for CImg). Do i need something like GDI32.lib for Fedora?
__________________
last? but not least...:cool:
|

7th July 2009, 01:06 PM
|
 |
Retired User
|
|
Join Date: Oct 2004
Location: London, UK
Posts: 4,999

|
|
No, you don't need GDI32.lib in fedora, but you will need various development libs, if you are doing a lot of development then (in a terminal) type:
Code:
yum groupinstall "Development Tools" "Development libraries"
The yum install command needs to be typed as root, so first type 'su -' to switch to root user.
|

7th July 2009, 06:31 PM
|
|
Registered User
|
|
Join Date: Jul 2009
Location: Ukraine
Posts: 11

|
|
Quote:
Originally Posted by sideways
...but you will need various development libs...
|
Actually, there is a need for standard libs (to work with printf, scanf functions, etc. mathlibs). May i ask about another important thing: can programme i build under Fedora works in Windows environment?
__________________
last? but not least...:cool:
|

7th July 2009, 09:17 PM
|
 |
Retired User
|
|
Join Date: Oct 2004
Location: London, UK
Posts: 4,999

|
|
Quote:
Originally Posted by mahayogin
May i ask about another important thing: can programme i build under Fedora works in Windows environment?
|
Not unless you compile it with windows tools under wine or use the MinGW cross-compiler for Fedora
Or build a .NET app using MonoDevelop
|

8th July 2009, 07:20 AM
|
|
Registered User
|
|
Join Date: Jul 2009
Location: Ukraine
Posts: 11

|
|
|
to sideways: Thanx a lot for your help.
__________________
last? but not least...:cool:
|

8th July 2009, 07:38 PM
|
 |
Registered User
|
|
Join Date: Aug 2005
Location: Ann Arbor
Age: 45
Posts: 3,907

|
|
|
i use it all the time
but the ide i like is Anjuta ( it is in the repos )
|

8th July 2009, 08:26 PM
|
 |
Registered User
|
|
Join Date: Nov 2006
Location: Detroit
Posts: 4,619

|
|
Quote:
Originally Posted by sideways
|
Or use Java. How could you have forgotten that?
|

8th July 2009, 09:20 PM
|
 |
Retired User
|
|
Join Date: Oct 2004
Location: London, UK
Posts: 4,999

|
|
Quote:
Originally Posted by RupertPupkin
Or use Java. How could you have forgotten that? 
|
I also forgot python, ruby, perl ...
|
| Thread Tools |
Search this Thread |
|
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
Current GMT-time: 12:08 (Thursday, 23-05-2013)
|
|
 |
 |
 |
 |
|
|