bin/sogoumap2pdf in sogoumap2pdf-0.0.7 vs bin/sogoumap2pdf in sogoumap2pdf-0.0.8
- old
+ new
@@ -49,10 +49,10 @@
link=ARGV[0]
option=ARGV[4]
x,y=ARGV[1].split("x")
r,c=ARGV[2].split("x")
g=SogouMapImage.new(link, option)
-gmpdf=ImageToPdf.new(".JPG")
+gmpdf=ImageToPdf.new(".JPG",x,y)
xres, yres = gmpdf.perfect_fit(x.to_i,y.to_i,r.to_i,c.to_i)
g.fill_map(xres,yres)
gmpdf.front_page(g)
gmpdf.create_pages(g)
gmpdf.save(ARGV[3])