Skip to main content

Raúl - [^BgTA^]'s Library tagged image   View Popular

25 May 09

Taggify.net

Permite definir zonas de las fotos de nuestra web incrustadas en las que se mostrarán datos adicionales. Todos los visitantes de la página podrán ver lo que habéis escrito independientemente del navegador utilizado. Sólo tendrán que pasar el ratón por enc

taggify.net - Preview

photo tagging widget widgets web2.0 image javascript tooltip tags tag

16 May 09

Resizem.com: Edición de imagener online

Podeis subir cualquier imagen, recortar la parte deseada, girar el resultado, cambiar su tamaño y aplicar algunos famosos filtros como Gray Scale, Sepia, Pencil, Emboss, Blur, Smooth, Invert, Brighten, Darken, etc.

www.resizem.com - Preview

image imagenes images editing online filters

03 Oct 08

Optimizar imagenes para web

Servicio que optimiza las imágenes para la web

smushit.com - Preview

Bookmarks image imagenes optimizar optimize web webdesign tools webdev

19 Aug 08

PICFONT - Add text to picture

Crea imagenes con el texto en la fuente que quieras

picfont.com - Preview

Bookmarks image font pictures convert text tools web2.0 webdesign photo

16 Mar 08

Rafael Dohms » Adding text to images in real time with PHP

  • Agregando texto a imagenes en PHP a tiempo real. - bgtasoft on 2008-03-16
30 Aug 06

Java Technology Forums - JFRAME background jpeg image

  • Como poner una imagen de fondo en un JFrame en Java - bgtasoft on 2006-08-30
  • import java.awt.event.*;
    import javax.swing.*;
    import java.awt.*;
     
    public class BackgroundImage extends JFrame
    {
    JScrollPane scrollPane;
    ImageIcon icon;
    Image image;
     
    public BackgroundImage()
    {
    icon = new ImageIcon("???.jpg");
     
    JPanel panel = new JPanel()
    {
    protected void paintComponent(Graphics g)
    {
    // Dispaly image at at full size
    g.drawImage(icon.getImage(), 0, 0, null);
     
    // Scale image to size of component
    // Dimension d = getSize();
    // g.drawImage(icon.getImage(), 0, 0, d.width, d.height, null);
     
    // Fix the image position in the scroll pane
    // Point p = scrollPane.getViewport().getViewPosition();
    // g.drawImage(icon.getImage(), p.x, p.y, null);
     
    super.paintComponent(g);
    }
    };
    panel.setOpaque( false );
    panel.setPreferredSize( new Dimension(400, 400) );
    scrollPane = new JScrollPane( panel );
    getContentPane().add( scrollPane );
     
    JButton button = new JButton( "Hello" );
    panel.add( button );
    }
     
    public static void main(String [] args)
    {
    BackgroundImage frame = new BackgroundImage();
    frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
    frame.setSize(300, 300);
    frame.setLocationRelativeTo( null );
    frame.setVisible(true);
    }
    }
20 Aug 06

Xee 1.2.1 - VersionTracker:

  • Visor de imagenes para MAC - bgtasoft on 2006-08-20
1 - 20 of 20
Showing 20 items per page

Diigo is about better ways to research, share and collaborate on information. Learn more »

Join Diigo