• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Picture Manipulation Methods

 
Ranch Hand
Posts: 53
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi, I'm new here. And in my class we have been learning java with pictures and other media.
And so I'd like to contribute a BUNCH of manipulation methods for pictures.
I'm not sure if this is were I should post it, or even IF I should post it, I just want to contribute to anyone who is interested.
Sure, everything would be done much better in Photoshop, but where is the fun in that?
Also, I'm going to try to remove anything that is related to the class, but if there is anything in here that is class related, I apologize.
All of this is done in Dr. Java.



 
Jason Newman
Ranch Hand
Posts: 53
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Oh! I almost forgot. For the last two methods, you need a blank white picture to 'draw' on. It has to be AT LEAST 640x480.
 
Marshal
Posts: 79239
377
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Too difficult a question for "beginning". Moving thread.
 
Rancher
Posts: 1337
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Without having the SimplePicture class this code doesn't do much good, though...
 
Jason Newman
Ranch Hand
Posts: 53
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Huh, your right. I'm not sure where you can find it. I'm almost sure that is came with the material from the book though.
 
Lester Burnham
Rancher
Posts: 1337
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Ah, you're talking about this book: http://coweb.cc.gatech.edu/mediaComp-plan/101. That page actually has the missing class available for download.
 
Jason Newman
Ranch Hand
Posts: 53
  • Likes 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Yesss. That would be the book. It isn't too bad to learn from. I am studying one other book (How to Program Java 4th Ed. By Deitel). And I prefer the latter, simply because it makes you think more for yourself. But, learning using multimedia works pretty well.

But, I was just trying to contribute to a good, helpful site.
 
Campbell Ritchie
Marshal
Posts: 79239
377
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Don't use a Deitel book older than 6th edition.
 
Jason Newman
Ranch Hand
Posts: 53
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Campbell Ritchie wrote:Don't use a Deitel book older than 6th edition.



Why not?
 
Campbell Ritchie
Marshal
Posts: 79239
377
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Because they were printed before the new threading API, before generics, before auto-boxing and before the enhanced for loop, etc.
 
Jason Newman
Ranch Hand
Posts: 53
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
So, you are basically saying that the books are now 'outdated'?
 
Campbell Ritchie
Marshal
Posts: 79239
377
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
The 5th edition of Deitel and Deitel was outdated 6 years ago.
 
Jason Newman
Ranch Hand
Posts: 53
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Heh. O.O

So, I'm guessing learning out of the fourth ed. isn't any better?

 
Bartender
Posts: 4179
22
IntelliJ IDE Python Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
True. But the things you learn won't necessarily be wrong (except for some of the more detailed Thread stuff). You would definitely need something newer which covers Java 5&6 as a supplement to what you get from these older books.
 
Campbell Ritchie
Marshal
Posts: 79239
377
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
You can get the 6th edition at Amazon from $8.40. But it is better if you go via our books page and let us get the payment for linking to Amazon
 
Jason Newman
Ranch Hand
Posts: 53
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hey, can you please remove this thread from the site? It falls under people being lazy and cheating, which wasn't my goal. I was just trying to contribute. :/
reply
    Bookmark Topic Watch Topic
  • New Topic