Hi All,
First off, thanks to lylejk for finding my obscure code!! This was basically a dead SourceForge project. I realize this isn't the easiest thing to use. I kind of did it for myself and thought I might share it... so you get what you pay for, I guess.
A quick comment based on scanning this thread. I had another user who got this to work in Linux without using Wine. Here's what he did:
1. Install FreeImage library with the devel package.
2. Unpack the zip file
3. To compile, in dir src:
gcc -c -O2 *.cpp
gcc -Wl -lm -lc -lfreeimage *.o -Wl -o poincare
4. In dir example, the paths and file names need to be converted from Windows to Linux. The lines:
infile=../example/rocket_orig.jpg
outfile=../example/rocket_poincare.jpg
need to be chagned to reflect that the directory delimiter is / on Linux instead of \, and the jpg needs to be lowercase, matching the rocket_orig.jpg file name that is in the zip file.
5. Change dir to example, and to run:
../src/poincare ../example/render.txt
6. That's it, I successfully rendered the example picture on Linux!
Please feel free to give me some feedback. And, post your images to the Flickr Poincare group if you are a Flickr member:
<a href= "http://www.flickr.com/groups/poincare/"><img src=http://farm3.static.flickr.com/2507/buddyicons/
[email protected]?1248913226; alt="Poincaré"/></a>
Seen in <a href="http://www.flickr.com/groups/poincare/">Poincaré</a>.
Thanks again for everyone's interest!!
-B