English 中文(简体)
制作图像轮流版本的工具 [封闭]
原标题:Tool to generate rotated versions of an image [closed]

问我们 提议或找到一种工具、图书馆或偏袒场外资源的问题,在Stack Overflow,因为它们往往吸引有意见的答复和垃圾邮件。 相反, 问题以及迄今为止为解决这一问题所做的工作。

Closed 9 years ago.

在以间谍为基础的系统中,通常通过具有许多不同形象来挫败间谍活动的轮换,每张照片显示,轮值稍有变化。

是否有任何自由工具可以采用单一形象,并产生包含几次轮换的单一形象? 理想的做法是,让我们控制每行有多少图像。

例如,如果我有32x32个间谍,我希望每隔10度轮换,该工具可生成320x32个档案或160x64个档案。

最佳回答
  1. 下载imagemagick (通用成像工具)

  2. convertindex.png -rotate 10 10-image.png

  3. <条码> - 网页+0+0图像,png -page +32+0 10-image.png -mosaic final.png

你可以有多达<条码>——网页+X+Yfile,因为你希望上网。 最终图像的规模将根据您使用的页数和投入文件大小计算。

你可以用你所选择的描述语言来说明这一点。 如果你不希望发出指挥线工具,对大多数主要语言都具有约束力。

问题回答

页: 1 http://www.gimp.org/“rel=“nofollow noreferer”

http://docs.gimp.org/en/gimp-using-script-fu-tutorial.html” rel=“nofollow noreferer”>Here是描述性的。 http://registry.gimp.org/taxonomy/term/20“rel=“nofollow noreferer”>here a 原始物登记处。





相关问题
Wrapping image around objects in web app

I m creating a web app in ASP.NET like this one: http://www.zazzle.com/cr/design/pt-mug I know how to do everything except wrapping an image around an object. It would be a simple task to do if I ...

Fast Image Manipulation using SSE instructions?

I am writing a graphics library in C and I would like to utilize SSE instructions to speed up some of the functions. How would I go about doing this? I am using the GCC compiler so I can rely on ...

How to joint some objects in digital image?

I m looking for some algorithm to joint objects, for example, combine an apple into a tree in digital image and some demo in Matlab. Please show me some materials of that. Thanks for reading and ...

PHP image generator/handler

I d like to create a PHP image generator that takes several query string parameters and generates an image on the fly. I ve done this before in ASP.NET via a handler but now I d like to in PHP. For ...

How can I convert a color image to grayscale in MATLAB?

I am trying to implement an algorithm in computer vision and I want to try it on a set of pictures. The pictures are all in color, but I don t want to deal with that. I want to convert them to ...

Python Tesseract can t recognize this font

I have this image: I want to read it to a string using python, which I didn t think would be that hard. I came upon tesseract, and then a wrapper for python scripts using tesseract. So I started ...

热门标签