summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorgregory guy <gregory-tde@laposte.net>2020-03-20 13:27:39 +0100
committerMichele Calgaro <michele.calgaro@yahoo.it>2020-03-21 23:42:23 +0900
commit7ae90b80a347267de6f30cd6cf5f956f67e2092e (patch)
tree68c831223d40a812a6978019eaeccc280ac58390 /README
parente6ffc7b5335d681a5baf88e69f3318be5b1d7924 (diff)
downloadpotracegui-7ae90b80a347267de6f30cd6cf5f956f67e2092e.tar.gz
potracegui-7ae90b80a347267de6f30cd6cf5f956f67e2092e.zip
Drop automake build support.
Add basic cmake build instructions. Delete templates folder. Delete empty files NEWS and TODO. Rework of the README file. Move the desktop file into the XDG_APPS_INSTALL_DIR directory, see TDE/tde#26. Some cosmetics. Signed-off-by: gregory guy <gregory-tde@laposte.net> (cherry picked from commit 52aa25b6f791a82b048d818a61a283e57fdcc9ca)
Diffstat (limited to 'README')
-rw-r--r--README40
1 files changed, 23 insertions, 17 deletions
diff --git a/README b/README
index 571bcd4..27c3c4e 100644
--- a/README
+++ b/README
@@ -1,27 +1,33 @@
-Potracegui is a GUI interface for potrace (http://potrace.sourceforge.net), and autotrace (http://autotrace.sourceforge.net/), two programs for tracing bitmapped images.
--=What does it do?=-
-Not much at all ;)
-All the dirt work is done by potrace and autotrace, my app is only an interface: it collects informations in an easy way (hopefully) and then it launches the backend with all the relevant options. Potrace and autotrace, on the contrary, are great apps for tracing: they transform a bitmap image in a vector one (.eps or .svg format as an example) so that they can be scaled, rotated, and transformed in general, without loss of quality (this isn't an accurate description of potrace. For full details and a real description visit their websites).
+ Potracegui - a GUI interface for Potrace and Autotrace.
+
+
+Potracegui is an interface for the commandline tracing tools potrace
+and/or autotrace, two programs for tracing bitmapped images.
--=So why should I use Potracegui?=-
-Well, using a GUI sometimes is more comfortable (particularly if working with images), even if I'm a strong supporter of command-line programs.
-On the other hand, Potracegui (thanks to Jakub Stachowski) can now load remote files (web, ftp...), use any image format recognizeb by KDE (potrace uses only a few bitmapped formats) and support drag and drop.
+It supports drag and drop as well as all image types recognized by TDE,
+which are more than the 4 recognized by the potrace commandline tool.
+Loading of remote files (web, ftp) is also supported.
+
+The heavy work is done by potrace or autotrace, the app is only a gui
+interface, It collects informations in an easy way and then it launches
+the backend with all the relevant options.
--=A note about dependancies=-
+Potrace and AutoTrace are great apps for tracing, they transform
+a bitmap image in a vector one (.eps or .svg format as an example)
+so that they can be scaled, rotated, and transformed in general without
+loss of quality.
-I'm using kde 3.3.2 and QT 3.3.3 (and SuSE 9.1, but it is so patched that it is quite unrecognizable) for development.
-Potracegui builds without problem with these versions, but it should do so even if you are using older versions of QT and kde (QT >= 3.3.x and kde >= 3.2.x).
-I also understand that it builds under FreeBSD 4.x, even if I have never tried personally.
-If you are able to build it in other distros/versions/O.S please let me know.
+CONTRIBUTING
+==============
--=Dirty tricks=-
+If you wish to contribute Potracegui, you might do so:
-If building potracegui you get an error complaining about a version of qt too old, when processing user interface files (*.ui), it may be possible that you can build it anyway. Try opening MainWidgetBase.ui in the src subdirectory: in the first line yu will find the tag
+- TDE Gitea Workspace (TGW) collaboration tool.
+ https://mirror.git.trinitydesktop.org/gitea
-
-
-Try changing the version value to that of your QT installation, and rebuild the project. It may work or it may not, but it's worth a try.
+- TDE Weblate Translation Workspace (TWTW) collaboration tool.
+ https://mirror.git.trinitydesktop.org/weblate