Changes between Version 16 and Version 17 of img2twit
- Timestamp:
- 05/25/2009 11:11:57 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
img2twit
v16 v17 77 77 == Image rendering == 78 78 79 The final image is simply an interpolation of the control points stored in the image. I use natural neighbour interpolation because it is reasonably fast (remember that the main algorithm loop computes the changes caused by changes topoints, and thus require at least a partial render).79 The final image is simply an interpolation of the control points stored in the image. I use natural neighbour interpolation because it is reasonably fast (remember that the main algorithm loop computes the effects of modifying control points, and thus require at least a partial render). 80 80 81 81 The rendering method is responsible for both the artifacts (mainly the embossed dots) and the nice edges found in some parts of the resulting images. … … 107 107 = Getting `img2twit` = 108 108 109 `img2twit` is currently research material and is not available in any released software. You can however use it, modify it and redistribute it for any purpose, according to the terms of the [http://sam.zoy.org/wtfpl/ WTFPL]. Note however that it uses third-party libraries such CGAL (which has odd licensing terms) and Imlib2.109 You can use `img2twit`, modify it and redistribute it for any purpose, according to the terms of the [http://sam.zoy.org/wtfpl/ WTFPL]. Note however that it uses third-party libraries such CGAL (which has odd licensing terms) and Imlib2. 110 110 111 If you wish to try `img2twit`, get the [wiki:libpipi] source code.111 `img2twit` is currently research material and is not available in any released software yet. If you wish to try it, get the [wiki:libpipi] source code. 112 112 113 113 If you just want to have a look at the code, get it [/browser/libpipi/trunk/examples/img2twit.cpp from the web-based browser].