Description: 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
Sorry, I'm just a privat user and haven't several dozent computers around to test it with all possible configurations! I've tested it on my PC with QT 3.3 and KDE 3.2 as well as KDE 3.1. In additiobn I testet it on my PowerBook (ppc) and it worked there too.
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.
Hi,
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...
You're right, I'm using QT 3.3
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.
Ratings & Comments
4 Comments
This package has bugs in it and does not work. The author has obviously never learned how to test software before releasing it.
There is absolutely NO reason a package should be released with bugs in it.
Sorry, I'm just a privat user and haven't several dozent computers around to test it with all possible configurations! I've tested it on my PC with QT 3.3 and KDE 3.2 as well as KDE 3.1. In additiobn I testet it on my PowerBook (ppc) and it worked there too. 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.
Hi, 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...
You're right, I'm using QT 3.3 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.