0
  1. How to rotate image by less than one degree?
  2. Which free software can I use?
Excellll
  • 12,717

2 Answers2

4

Rotating with fractional degrees isn't something special. If a program doesn't allow it, it's probably a UI design choice of the developer.

IrfanView, for example, supports fine rotation:

rotate dialog

IrfanView is freeware and it supports both automation (via command-line options) and batch processing.

efotinis
  • 4,242
-1

Since you are talking about an image I would suggest a rotation matrix. See here for an example: http://en.wikipedia.org/wiki/Rotation_%28mathematics%29#Two_dimensions You can use arbitrary values as angle argument.

BandGap
  • 99
  • 1
    There's no indication in the question that the OP is coding a solution. Equally there's no indication that they're using some image processing software to do this either. – ChrisF Nov 13 '12 at 12:25