Warning: session_start(): open(/tmp/sess_aqjn88k231gim75sfbqjpht7l1, O_RDWR) failed: No space left on device (28) in /www/H01/htdocs/lib/base/lib_base.php on line 280
potracegui openDesktop.org
-
 KDE-Apps.org Applications for the KDE-Desktop 
 GTK-Apps.org Applications using the GTK Toolkit 
 GnomeFiles.org Applications for GNOME 
 MeeGo-Central.org Applications for MeeGo 
 CLI-Apps.org Command Line Applications 
 Qt-Apps.org Free Qt Applications 
 Qt-Prop.org Proprietary Qt Applications 
 Maemo-Apps.org Applications for the Maemo Plattform 
 Java-Apps.org Free Java Applications 
 eyeOS-Apps.org Free eyeOS Applications 
 Wine-Apps.org Wine Applications 
 Server-Apps.org Server Applications 
 apps.ownCloud.com ownCloud Applications 
--
-
 KDE-Look.org Artwork for the KDE-Desktop 
 GNOME-Look.org Artwork for the GNOME-Desktop 
 Xfce-Look.org Artwork for the Xfce-Desktop 
 Box-Look.org Artwork for your Windowmanager 
 E17-Stuff.org Artwork for Enlightenment 
 Beryl-Themes.org Artwork for the Beryl Windowmanager 
 Compiz-Themes.org Artwork for the Compiz Windowmanager 
 EDE-Look.org Themes for your EDE Desktop 
--
-
 Debian-Art.org Stuff for Debian 
 Gentoo-Art.org Artwork for Gentoo Linux 
 SUSE-Art.org Artwork for openSUSE 
 Ubuntu-Art.org Artwork for Ubuntu 
 Kubuntu-Art.org Artwork for Kubuntu 
 LinuxMint-Art.org Artwork for Linux Mint 
 Arch-Stuff.org Art And Stuff for Arch Linux 
 Frugalware-Art.org Themes for Frugalware 
 Fedora-Art.org Artwork for Fedora Linux 
 Mandriva-Art.org Artwork for Mandriva Linux 
--
-
 KDE-Files.org Files for KDE Applications 
 OpenTemplate.org Documents for OpenOffice.org
 GIMPStuff.org Files for GIMP
 InkscapeStuff.org Files for Inkscape
 ScribusStuff.org Files for Scribus
 BlenderStuff.org Textures and Objects for Blender
 VLC-Addons.org Themes and Extensions for VLC
--
-
 KDE-Help.org Support for your KDE Desktop 
 GNOME-Help.org Support for your GNOME Desktop 
 Xfce-Help.org Support for your Xfce Desktop 
--
openDesktop.orgopenDesktop.org:   Applications   Artwork   Linux Distributions   Documents    Linux42.org    OpenSkillz.com   
 
Home
Apps
Artwork
News
Groups
Knowledge
Events
Forum
People
Jobs
Register
Login


-
- Content .- Fans  .- Knowledge Base  . 

potracegui

   1.3.4  

KDE Graphic Tool

Score 75%
potracegui
zoom


potracegui
zoom


potracegui
zoom


Link:  Link
Downloads:  1650
Submitted:  Feb 2 2004
Updated:  Jul 18 2005

Description:

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).

-=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.


-=A note about dependancies=-

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.


-=Dirty tricks=-

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



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.




Changelog:

1.3.3 -> 1.3.4
* Quick bugfix: deleted debug() method from options.cpp

1.3.2 -> 1.3.3
* Quick bugfix: added math.h to pixelview.cpp includes

1.3.1 -> 1.3.2
* Added zooming for the displayed image
* Added image color manipulation (B&W conversion with thresholding)

1.3 -> 1.3.1
* Bug fix for German translation: now the algorithm options are not passed to potrace executable translated.

1.2 -> 1.3
* Internationalization support
* German translation




LicenseGPL
Send to a friend
Subscribe
Other  Content  from AntonioFasolato
Report inappropriate content



-

 neat :D

 
 by H00K on: Feb 3 2004
 
Score 50%

neat :D


Reply to this

-

 Re: neat :D

 
 by AntonioFasolato on: Feb 3 2004
 
Score 50%

Thanks!


Reply to this

-

 make errors

 
 by RichardAu on: Feb 4 2004
 
Score 50%

Will not compile with kde 3.1.x
as shown here -

/usr/lib/qt3//bin/uic -L /usr/lib/kde3/plugins/designer -nounload -o optionDialogBase.h ./optionDialogBase.ui
uic: File generated with too recent version of Qt Designer (3.2 vs. 3.1.2)
make[2]: *** [optionDialogBase.h] Error 1


Reply to this

-

 Re: make errors

 
 by AntonioFasolato on: Feb 4 2004
 
Score 50%

The problem is not directly related to kde.

You need a qt designer library, more precisely a kde plugin that comes with qt designer. Probably qt designer is not installed in your system.

Try installing qt designer and the relevant development packages.

Good luck!
HI


Reply to this

-

 Re: make errors

 
 by diederik on: Jun 22 2004
 
Score 50%

Change the version in the *.ui files to your own version. Uic claims it can't "compile" the ui files while in 99% of the cases it can.


Reply to this

-

 Re: Re: make errors

 
 by AntonioFasolato on: Jun 22 2004
 
Score 50%

Yes, I had never noticed before!

Thanks.
Antonio


Reply to this

-
.

 Doesnt fit on screen

 
 by HulkProtector1 on: Sep 10 2004
 
Score 50%

Hey,

Great little app, but unfortunately i can not use it since it does not fit on my 800x600 screen. The window gets cut off at the scale variable.

Please take this into consideration in future version. Thanks!

-Sam


Reply to this

-
.

 Re: Doesnt fit on screen

 
 by HulkProtector1 on: Sep 10 2004
 
Score 50%

Oh shoot! Never mind, just noticed you comments in the changelog:) Ill have to wait for the debian sponsor to update the package.

Thanks


Reply to this

-

 Re: Re: Doesnt fit o

 
 by AntonioFasolato on: Sep 11 2004
 
Score 50%

Well, i hope it does fit into the screen, it was the main feature change about this version.

I would be grateful if you could tell me if it fits now (when you have installed it)

regards


Antonio
Reply to this

-
.

 autotrace

 
 by kuku on: Sep 11 2004
 
Score 50%

what about to add autotrace http://autotrace.sourceforge.net/ support like in http://delineate.sourceforge.net/


Reply to this

-
.

 Re: autotrace

 
 by AntonioFasolato on: Sep 11 2004
 
Score 50%

Well, I have no tought about it before. I can work on it

Regards


Antonio
Reply to this

Add commentBack




-



 
 
 Who we are
Contact
More about us
Frequently Asked Questions
Register
Twitter
Blog
Explore
Apps
Artwork
Jobs
Knowledge
Events
People
Updates on identi.ca
Updates on Twitter
Content RSS   
Events RSS   

Participate
Groups
Forum
Add Content
Public API
About openDesktop.org
Legal Notice
Spreadshirt Shop
CafePress Shop
Advertising
Sponsor us
Report Abuse
 

Copyright 2007-2016 openDesktop.org Team  
All rights reserved. openDesktop.org is not liable for any content or goods on this site.
All contributors are responsible for the lawfulness of their uploads.
openDesktop is a trademark of the openDesktop.org Team