
KBlinsel
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on git.opendesktop.org
KBlinsel is a programm to generate stereograms (magic eye) out of grayscale images.
The original program was written 1999 for KDE1 by Tobias Deiminger (stereogramalgorithm) and Stephan Heigl (GUI and KDE1-/QT1-integration). Stephan seem to have left the project and Tobias was looking for a new KDE-programmer, but there where no changes after 1999.... (see: http://www.planet-interkom.de/tdeiminger/kblinsel.html [german])
So I decided to rewrite the GUI-part for KDE3.
Unfortunately Tobias old email-adress is no longer valid; hopefully he reads this so that we can get in touch....
----------------
To install: unpack the archive in a directory of your choice and then type:
$ make -f Makefile.cvs
$ ./configure
$ make
as root # make install
greatscot
14 years ago
Report
jbaehr
14 years ago
Also You may see the word 'preview' in the version. I've never said that there are no bug in it. If you want to be sure to have Software without bugs you should use a computer anyway.
It is impossible, at least for me, to release software without bugs. Also I've put my software here that more people can test it and if problems occure I'm willing to help.
Report
danone
14 years ago
happy to see such a cool app. But running make gives me:
/usr/share/qt3/bin/uic -L /usr/lib/kde3/plugins/designer -nounload -o prefalgorithmwidget.h ./prefalgorithmwidget.ui
uic: File generated with too recent version of Qt Designer (3.3 vs. 3.2.3)
make[2]: *** [prefalgorithmwidget.h] Fehler 1
Is this some cvs Version of qt designer you are using? apt-get shows my 3.2.3 as the newest version...
Report
jbaehr
14 years ago
I wasn't aware that UIC complaines about that, becaue I haven't used any widgets that aren't available in QT 3.2
Try to open the file with designer and resave it. I hope that helps.
Report