How do I run the sphere-slicer.pl perl command to make a photo into a sphere?
Posted
by
Mahdi Zenali
on Super User
See other posts from Super User
or by Mahdi Zenali
Published on 2012-11-17T00:51:11Z
Indexed on
2012/11/17
17:05 UTC
Read the original article
Hit count: 354
untagged
I was looking for a program to slice pictures somehow to paste it on a globe(sphere). I found ip-slicer in this website. http://www.bruno.postle.net/2001/ip-slicer/ The problem I have is that I don't know where should I enter the command line. for example after running the program and entering this line "sphere-slicer.pl 16 1000 input.jpg" I get this this error
Number found where operator expected at - line 72, near "pl 16"
(Do you need to predeclare pl?)
Number found where operator expected at - line 72, near "16 1000"
(Missing operator before 1000?)
Bareword found where operator expected at - line 72, near "1000 input"
(Missing operator before input?)
This program is written in perl language.
© Super User or respective owner