Mostrando entradas con la etiqueta imagenes. Mostrar todas las entradas
Mostrando entradas con la etiqueta imagenes. Mostrar todas las entradas

comparador de imágenes

miércoles, 22 de septiembre de 2010

Muchas veces tenemos la necesidad de saber si una foto está en mas sitios de internet, para eso usamos el servicio de image reverse search


Estos servicios toman el fingerprint de cada foto del web y lo almacenan, guardando ademas el link donde se encuentra, asi como la dimensión,  por tanto podemos comparar una foto de alguna página o de nuestro disco duro con la base de datos almacenada.


 
TinEye.com http://www.tineye.com
 

 
 
RevIMG    http://www.revimg.net/ 


Este proyecto ademas trata de identificar geográficamente la foto.
http://graphics.cs.cmu.edu/projects/im2gps/

mas información:
Content-based image retrieval http://en.wikipedia.org/wiki/CBIR

Subir imágenes en forma masiva

domingo, 2 de noviembre de 2008


Para subir imágenes en forma masiva al servidor www.imagevenue.com y evitarse la molestia de subirlas en bloques de 10, está la herramienta sharpuploader, basta con indicar un subdirectorio con imagenes y empieza a subirlas a imagevenue.

se puede descargar de aqui:


sharpuploader


uso del ghost en un ambiente de spanning cds

miércoles, 30 de julio de 2008
I came up with this guide to make it as easy as possible to deploy ghost images from CDs. I prefer to use unicasting or multicasting whenever possible but there are times when a CD set is needed. I have received a lot of help on these forums and wanted to give a little back.

This guide will help you to take a large ghost image and span it on to CDs with the first CD being bootable. Also the first CD contains ghost.exe and autoloads ghosts to deploy the image.

I am currently using Symantec Ghost 8 Corporate but this process should work for most versions of Ghost.


SPANNING YOUR IMAGE
===================
1. Open up the ghost image to deploy in ghost explorer
2. Select view | options | set a span split to fit your cd media
3. Select File | compile and save your image

MAKING YOUR FLOPPY IMAGE
========================
1. Start with a Windows ME boot disk and keep only these files

AUTOEXEC.BAT
CD1.SYS
CONFIG.SYS
MOUSE.COM (get this from disk 1 of a ghost boot floppy)
MOUSE.INI (get this from disk 1 of a ghost boot floppy)
MSCDEX.EXE
IO.SYS
MSDOS.SYS
COMMAND.COM

2. Change your autoexec.bat to match the following:
CODE
@echo off

MSCDEX.EXE /D:tomato /L:R
SET TZ=GHO+08:00
prompt $p$g
MOUSE.COM
for %%i in (r:\*.gho) do set image=%%i
echo Loading...
\ghost\ghost.exe -clone,mode=load,src=%image%,dst=1 -rb


NOTE: If you do not want to auto deploy the image then remove
the parameters after ghost.exe

3. Change your config.sys to match the following:
CODE
FILES=30
BUFFERS=20
DEVICE=cd1.SYS /D:tomato
LASTDRIVE=Z


4. Make an image of your floppy using WinImage
a. Open WinImage then click on Disk | Read Disk
b. Click on Image | Change Format and select 2.88
c. Drag and Drop the Ghost folder including ghost.exe from disk 2 of a ghost boot disk set
d. save your image as a .ima image

MAKING CD1 YOUR BOOTABLE CD
===========================
1. Open Ahead Nero Burning ROM and choose bootable CD "CD-ROM (Boot)"
2. From the boot tab put a check in image file and browse to your .ima file
3. Put a check in "enable expert settings" and change emulation to 2.88
4. Click on new
5. Drag and drop the first *.gho image from your spanned ghost image
6. Burn your CD

MAKING CD2-CDx GHOST CDs
========================
1. Open Ahead Nero Burning ROM and choose "CD-ROM (ISO)"
2. Click on new
3. Drag and drop the next *.ghs image from your spanned ghost image
4. Burn your CD

DONE

Just take your CD set now and put in CD1 and let it rip. Ghost will ask you for
the next CD when it is ready for it.

Dennis

Bulk Image DOWNLOADER

lunes, 9 de junio de 2008
La manera mas sencilla de bajar todas esas imágenes vinculadas a thumbnails en foros o bulletins o páginas, es mediante un programa masivo de descarga, un BID o Bulk Image Downloader, esta herramienta permite automatizar el proceso y evitarnos la molestia de dar click y save a cada imágen, para descargarkas de sitios como imagevenue o similares.

De los BID evaluados el que mejor funcionó, en cuanto a simplicidad y resultados fue el Bulk Image Downolader SHAREWARE tomado directamente de aqui

http://search.techrepublic.com.com/search/bulk+image+downloader.html

Por ejemplo 140 imágenes se bajaron de imagevenue solo poniendo el url de la página contenedora y esperando a que transcurrieran 12 minutos, cosa que hubiera sido muy tardada mediante el modo manual además de cansada y tediosa.