This is done most easily by simply removing the q= field from either the page URL or the image URL. An alternative would be to use ImageMagick, for example as follows:
convert <inputfile> -stroke white -fill white -draw 'rectangle 555,300 575,600' -fx "y" -despeckle <outputfile>
This removes the 'Copyrighted Material' written on the right edge of each page, as well.作者: schwar 时间: 2005-7-3 08:05 标题: google print中的书都是图片格式。
This is done most easily by simply removing the q= field from either the page URL or the image URL. An alternative would be to use ImageMagick, for example as follows
或者使用软件去除,比如ImageMagick,如下操作:
convert <inputfile> -stroke white -fill white -draw 'rectangle 555,300 575,600' -fx "y" -despeckle <outputfile>