Creating presentations similar to prezi.com with a #perl and #inkscape - http://github.com/masak/osdc-fr-2010-hardcore-bug-reporting
Creating presentations similar to prezi.com with a #perl and #inkscape - http://github.com/masak/osdc-fr-2010-hardcore-bug-reporting
ох, Масак крутой!
однозначно.. факт :-)
@zag, а как ты сделал анимацию, которую приложил к посту?
pdf -> png -> затем ls image-*.png | perl -0ne '$s= join " ",map {$_->[1]." "} sort { $a->[0] <=> $b->[0]} grep {$_->[0] > 73 } map{ /\-(\d+)/; [$1, $_]} split /\n/,$_; print "convert $s -resize 250 ani.gif"' | sh