#!/usr/bin/perl ################################################################################ # Copyright 2013 by Marcel Greter # This file is part of Webmerge (GPL3) ################################################################################ use strict; use warnings; use Image::Size; my $root = '../sprites'; opendir(my $dh, $root) or die "opendir fam: $!"; open(my $css, ">", "fam.css") or die "open fam.css: $!"; open(my $html, ">", "fam.html") or die "open fam.html: $!"; # binmode $css; binmode $html; my @files = grep { -f join('/', $root, $_) } sort readdir($dh); print $css "\n /* sprite: fam url(../result/generated.png); */\n"; print $html "\n"; print $html "