[Clipart] Faster browsing

Open Clip Art Library Feedback Form noreply at openclipart.org
Sat Sep 9 05:49:18 PDT 2006


Name: Tero Karvinen
E-mail: karvinen+openclipart at iki.fi


Most tools hog cpu, slow down or crash when browsing large amount of
SVG. To make browsing a lot faster, separate png to their own
directory:
$ mkdir png
$ find openclipart-0.18-full -type d -exec mkdir -p png/{} ;
$ find openclipart-0.18-full -iname '*.png' -exec mv {} png/{} ;
$ find openclipart-0.18-full -iname '*.txt' -exec cp {} png/{} ;
Now browse png/ directory. 




More information about the clipart mailing list