Image manipulation in C

All off topic discussions go here. Everything from the funny thing your cat did to your favorite tv shows. Non-programming computer questions are ok too.
User avatar
Zacariaz
Member
Member
Posts: 1069
Joined: Tue May 22, 2007 2:36 pm
Contact:

Re: Image manipulation in C

Post by Zacariaz »

I have ordered the book "programming windows" plus "c programming: a modern approach" which I've also had recommended and now awaits them with great anticipation ;)

I do hope it's money well spend.
This was supposed to be a cool signature...
User avatar
Zacariaz
Member
Member
Posts: 1069
Joined: Tue May 22, 2007 2:36 pm
Contact:

Re: Image manipulation in C

Post by Zacariaz »

berkus wrote:The part of learning process is understanding how things work. You can go as slow as you can, as long as you're moving forward.

Reading various docs, learning to google things, reading forums and things like stackoverflow.com are all essential part of learning, be it programming in C or designing integrated circuits.
Reading online makes my head hurt...

Seriously though, while a lot of good stuff is available online, it's nothing compared to the amount of bad stuff.

I am very well aware that you can't learn everything from books, but if you buy the right books, at least you know that it's quality and that if something is not working it is not due to the author being an idiot, but rather that things change over time, however, those things are often easily fixed.

In any case, I've been reading a ton online for the last... (when was the internet invented again?) years and nothing beats a good book.

one thing I could use some help with...

well, you know...

google and searching for c relevant material is often rather complicated as there's a lot of c++, c# and a whole lot of words containing the letter c. I have yet to figure out what the trick is.
This was supposed to be a cool signature...
arjo129
Posts: 21
Joined: Mon May 03, 2010 10:19 pm
Location: Asia, Planet Earth, Solar system, Milky way

Re: Image manipulation in C

Post by arjo129 »

haven't you tried image magick. Use its source code. :wink:
Zephirum OS- Super secure http://code.google.com/p/zephirum-server/
Number of blue screens of death I have seen: 19
Number of apple OS X kernel panics I have seen: 2
Number of linux kernel panics I have seen: 0
konglikecomputer
Posts: 6
Joined: Mon Nov 08, 2010 3:21 pm

Re: Image manipulation in C

Post by konglikecomputer »

Try here: This is in C language.
http://planet-source-code.com/vb/script ... 0&lngWId=3

If you don't mind Visual Basic have complete application with source code.
Don't get me wrong, I am die-hard fan of Assembly language and C language, but Visual Basic always save me from
hunger and this website http://www.planet-source-code.com.

Kong
Post Reply