Herzlich Willkommen, lieber Gast!
  Sie befinden sich hier:

  Forum » Java » BufferedImage

Forum | Hilfe | Team | Links | Impressum | > Suche < | Mitglieder | Registrieren | Einloggen
  Quicklinks: MSDN-Online || STL || clib Reference Grundlagen || Literatur || E-Books || Zubehör || > F.A.Q. < || Downloads   

Autor Thread - Seiten: > 1 <
000
30.11.2005, 17:22 Uhr
JXB



hallo
zurzeit hab ich ein Image objekt und bekomme so das image vom file

Code:
  img = getToolkit().getImage(fadd); //img ist ein Image objket
     MediaTracker mt = new MediaTracker(this);

     mt.addImage(img, 0);
     try {
         //Warten, bis das Image vollständig geladen ist,
         //damit getWidth() und getHeight() funktionieren
         mt.waitForAll();
       } catch (InterruptedException e) {
           //nothing
         }




nun habe ich wegen der jpeg speicherung das img objekt in ein in ein BufferedImage unbenannt
wie geht das nun damit ich ein bild von einer beliebigen addresse bekomm.

2.
wenn ich dann ein pixelarray[] in ein BufferedImage umwandeln will funktioniert das auch nicht mehr wie geht das dann?
vorher mit Image img objekt hab ich das so gemacht:

Code:
img = createImage(new MemoryImageSource(img.getWidth(this),
                                                 img.getHeight(this), pixel, 0,
                                                 img.getWidth(this)));




bitte um hilfe
danke
 
Profil || Private Message || Suche Download || Zitatantwort || Editieren || Löschen || IP
001
30.11.2005, 17:42 Uhr
JXB



hallo
hab da noch eine frage

wie bekomm ich aus einen Objekt von Image
ein Objekt von BufferedImage

möcht ein Image objket in ein BufferedImage Objekt

mfg
danke
 
Profil || Private Message || Suche Download || Zitatantwort || Editieren || Löschen || IP
002
02.12.2005, 16:25 Uhr
JXB



Problem gelöst


Thread Closed
 
Profil || Private Message || Suche Download || Zitatantwort || Editieren || Löschen || IP
003
03.12.2005, 11:27 Uhr
typecast
aka loddab
(Operator)


Koenntest du in Zunkunft bitte posten, wie du das Problem geloest hast. Evtl, hat hier jemand mal das selbe Problem....
--
All parts should go together without forcing. ... By all means, do not use a hammer. (IBM maintenance manual, 1925)
 
Profil || Private Message || Suche Download || Zitatantwort || Editieren || Löschen || IP
Seiten: > 1 <     [ Java ]  


ThWBoard 2.73 FloSoft-Edition
© by Paul Baecher & Felix Gonschorek (www.thwboard.de)

Anpassungen des Forums
© by Flo-Soft (www.flo-soft.de)

Sie sind Besucher: