Page 2 of 2

Re: Image manipulation in C

Posted: Thu Aug 26, 2010 7:28 am
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.

Re: Image manipulation in C

Posted: Thu Aug 26, 2010 10:30 am
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.

Re: Image manipulation in C

Posted: Tue Sep 28, 2010 3:34 am
by arjo129
haven't you tried image magick. Use its source code. :wink:

Re: Image manipulation in C

Posted: Thu Nov 11, 2010 2:49 am
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