Friday, July 30, 2010
 

bmp to jpg linux bash script using imagemagic package convert command

Small command line witch converts all bmp in current folder to jpg keeping original file names:

for i in `ls *.bmp`; do convert "$i" "${i//.bmp/}".jpg; done;for i in `ls *.BMP`; do convert "$i" "${i//.BMP/}".jpg; done

 

Read more »

High performance photo gallery 0.2v

So, released 0.2 versions of HPPG. Even more speed in some parts of ap...

High performance photo gallery

So like everyone nows or not :D i own two gallerys: http://anim...

Finding similar pictures using php

Hi just small function witch calculates image Euclidean distance: ...
 


 
About Remdex site

Simple site for simple peoples.

Get in touch

E-mail: remdex@gmail.com