Toggle navigation
Inicio
Artículos
PROGRAMACIÓN GENERAL
C / C++ / C#
Java
Visual Basic
Objective-C
Python
Perl
Ruby
Delphi
PROGRAMACIÓN WEB
ASP
PHP
HTML
CSS
Javascript
Aplicaciones prefabricadas
BASES DE DATOS
SQL
Mongo DB
Oracle
MySQL
SQL Server
PROGRAMACIÓN APPs
Android
iOS
WindowsPhone
BlackBerry
Tutoriales
(current)
PROGRAMACIÓN GENERAL
C / C++ / C#
Java
Visual Basic
Objective-C
Python
Perl
Ruby
Delphi
PROGRAMACIÓN WEB
ASP
PHP
HTML
CSS
Javascript
Aplicaciones prefabricadas
BASES DE DATOS
SQL
Mongo DB
Oracle
MySQL
SQL Server
PROGRAMACIÓN APPs
Android
iOS
WindowsPhone
BlackBerry
Noticias
Foros
Eventos
Empleo
Inicio
Foros
Foros de Java (básico)
bufferedimage a jpg
×
Conéctate a Programacion.net
Conectarme a Programacion.net
bufferedimage a jpg
zeber
16 de Febrero del 2004
hola, necesito pasar un bufferedimage a un fichero jpg en disco.
zeber
16 de Febrero del 2004
al final lo he encontrado. por si alguien lo necesita es asi:
ImageIO.write(img, "JPG", new File(file));
que facil, no?
img es el bufferedimagte y el file es el path
bueno, ta luego