The Artima Developer Community
Sponsored Link

Java Answers Forum
PixelGrabber and Netscape

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Aquila

Posts: 1
Nickname: aquila
Registered: Apr, 2002

PixelGrabber and Netscape Posted: Apr 3, 2002 7:28 AM
Reply to this message Reply
Advertisement
I wrote a function that rotate an image. This function grab the pixel of the image, invert the order in the array and build a new picture with the MemoryImageSource.
It works fine, but with netscape 4.7 if the image is create with the createImage(width,height) don't work.
When the function grab the pixel from the image return an array with allway the same value.
What's wrong?

Topic: building a browser with java Previous Topic   Next Topic Topic: 1st year degree assignment need help???

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use