par FabKzo | Juin 17, 2017 | News, photo, Uncategorized
Today I’ll share a little bash script I’ve done using imagemagick to patch equirectangular nadir : #!/bin/sh #Fabrice Kerzerho 2017 while [ $# -gt 0 ];do picture=$1 PWidth=$(identify -format « %w » $picture) PHeight=$(identify -format « %h » $picture)...
par FabKzo | Sep 3, 2016 | Uncategorized
Hi, I’ve just found this wordpress plugin from Alexander Tumanov which permits to visualize your hosted panos. Let test it there for some still pictures of mines: Well, it seems to do its job but no zoom on your view, nor heading choice (while mine have xmp...
par FabKzo | Jan 15, 2013 | Scalable.Vector.Graphics, Uncategorized
Today one little thing; I’m preparing something bigger . I just need more time; This is an animated star with SMIL attributes, even I know we can do it with ecmascript. So I’ve tested there a synchronisation between all elements after an interaction with...