Software :: GIMP SVG Export Support?

Apr 25, 2010

It is a simple 2D RPG game. I have this great idea to use static backgrounds and foregrounds. To do this I plan to create another layer that will serve as the collision mask, and cover area where the player cannot move to. I have been trying to find a good format to do this, I want something simple because I plan to write my own library to read the format, it seems that most vector graphics formats are simple enough for that, so its not a huge issue, and not all the information is necessary, for my application, since it will not be visible, no color information is needed. However, there are not that many formats available, and they all seem to be XML based (I don't care for XML), but in the end, I settled on SVG. I wanted something I could create in GIMP, if these masks are too hard to create, I may never finish this project (laziness)... However, I discovered that my version of GIMP will not save as/export to SVG format! It will open SVG, but not export to SVG. Very frustrating. So I went through all the trouble of compiling GIMP 2.7, but that still doesn't support SVG. I made sure to install all libsvg-dev headers before building GIMP 2.7. What can I do to get GIMP to support exporting to SVG format OR is there another SIMPLE vector graphics format that GIMP supports that I could be using?

View 5 Replies


ADVERTISEMENT

Ubuntu :: Gimp Batch Mode - Predetermined Layer On Another Image - Export As Png And Discard Changes

Jan 3, 2011

I want a simple short gimp batch script that will take one image, paste it into a predetermined layer on another image, export as png and discard changes. Unfortunately, I can't find any tutorials on using gimp batch. Anyone know any such tutorials (Or better yet, what my script needs to be)

So far this is what I have. I need a way to loop through the layers to check the name of them, I also need a way to ditch the previously opened files from memory (Otherwise gimp still has both images in memory) (I'm going to mark this solved so I can make a cleaner post once I get it together)

[Code]....

View 1 Replies View Related

Ubuntu Servers :: Exportfs: Warning: /path/to/dir Does Not Support NFS Export?

Jul 8, 2010

exportfs outputs the following error upon restart or after editing /etc/exports.

Code:
'exportfs: Warning: /exports does not support NFS export.'
here is my info and configs.

[code]....

View 6 Replies View Related

Fedora :: Yum Install Xsane Gives Version With No Gimp Support

Dec 14, 2009

In FC11 i686, I notice that after yum install xsane xsane -v reports a version of xsane that is compiled without Gimp support. Is there a special name for the xsane package that does have Gimp support?

View 2 Replies View Related

Fedora X86/64bit :: Compile A Plugin For Gimp To Support CMYK Instead Of RGB

May 21, 2010

I'm trying to compile a plugin for gimp to support CMYK instead of RGB.I'm stuck at:

Code:
[roel@laptop separate+-0.5.7]$ make
gcc -g separate-core.o separate-gui.o separate-export.o util.o tiff.o psd.o jpeg.o iccbutton.o -o separate `pkg-config gimp-2.0 --libs` `pkg-config gimpui-2.0 --libs` `pkg-config gtk+-2.0 --libs` `pkg-config lcms --libs` -ltiff -ljpeg
/usr/bin/ld: psd.o: undefined reference to symbol 'ceil@@GLIBC_2.2.5'
/usr/bin/ld: note: 'ceil@@GLIBC_2.2.5' is defined in DSO /lib64/libm.so.6 so try adding it to the linker command line

[Code]...

View 2 Replies View Related

Ubuntu Security :: Seahorse Export Menu Is Always Disabled - Export The Passwords To Restore It After Formatting Machine?

Jun 12, 2010

seahorse export menu is always disabled. I need to export the passwords to restore it after formatting my machine.

View 1 Replies View Related

Ubuntu Multimedia :: Gimp 2.7 And Python (Import Error - No Module Named Gimp)

Mar 2, 2010

If you had Gimp 2.6 (with gimp-plugin-registry installed) and installed Gimp 2.7 to try its new goodies, but Layer Effects are not showing, and when executing "gimp" from console you get these *nasty* errors:

Code:
This is a development version of GIMP. Debug messages may appear here.
gimp-user-install: migrating from /home/user/.gimp-2.6
Traceback (most recent call last):
File "/usr/lib/gimp/2.0/plug-ins/layerfx.py", line 23, in <module>
import gimp, gimpplugin, math
ImportError: No module named gimp .....

If you haven't install the 2.7 version yet. Before upgrading, backup "python" directory and then just restore it after installing 2.7.

View 6 Replies View Related

Ubuntu Installation :: Gimp - Gimp-help-en - On 10.04 Lucid Lynx - Installing Other Applications And Preforming System Tasks?

Jun 12, 2010

Some of you may have had with issues after installing GIMP on Lucid Lynx 10.04. Which may be directly related to "gimp-help-en", which could prevent you from installing other applications and preforming system tasks. If so, use this method to fix it.

Process: (Terminal > $ sudo apt-get install gimp)

1. After installing Gimp go to the terminal:

2. Then load up the language support application:

3. Then it will ask you to install the "gimp-help-en", confirm it.

4. Fix'd

I think this issue is directly linked to a systems with multiple languages, but I haven't been able to test this theory out yet.

View 3 Replies View Related

Server :: Driver Support - QME2572 - Qlogic - Card Became Support By The Kernel

Jul 10, 2011

I'm trying to find out when QME2572 (Qlogic) card became support by the kernel. We have a RHEL 5.1 system that is moving to new hardware, however the kernel at this release doesn't support the new hardware, due to the Qlogic card change. I tired the Redhat KB and Bugzilla. Is there a Kernel change list etc I can search. Never really played around with the kernel too much so I'm just after some pointers for looking up this information. Offically its not supported until Redhat 5.3, I'm trying trying to research kernel info so I can tell the customer they have to upgrade.

View 3 Replies View Related

General :: Ubuntu Can't Support A Higher Resolution That Laptop Can Support?

Apr 14, 2010

I have a HP laptop which can support 1600x900. But after I install ubuntu 9.10 on it, it can only support up to 1280x700. My laptop has a Nvidia graphics card. And i am using GNOME as my desktop environment.

View 1 Replies View Related

Debian :: EXFAT Support Vs NTFS Support ?

Aug 25, 2010

I'm looking to dual-boot Windows 7 and Debian 6 upon its release on my sister's laptop. I want to share a partition between the two of them so that /home points to this directory and the Windows equivalent also points to it (C:Users).

Anyway, I've heard good and bad things about the NTFSMount driver (I think it's NTFS-3G now) and the NTFSprogs project and so I am not so certain what I should believe. I do know that NTFS has relatively high overhead, though I do not recall the source of this assertion, so I am considering the use of EXFAT. An open source EXFAT project is hosted on Google Code at [url] and it utilizes the kernel module FUSE.

I'm quite certain that I've got everything covered on the Windows side -- that is, I know that both NTFS and EXFAT will be suitable filesystems for my required usage.

My issue is that I'm curious which will have superior performance and stability in Debian. I planned on building the package from source and mounting the device in my FSTAB but I have also found a PPA for Ubuntu on Launchpad at [url] that I could borrow the debian/rules from and make a .deb package from.

What do you guys think? Should I go at it with the EXFAT or NTFS partitioning? Is NTFS-3G actually fairly supported at this point? Or perhaps should I consider some alternate method?

I have also considered that the only files she will be sharing are those of music, videos, and pictures so it could be better to just link /home/xxxx/Pictures (Music and Videos, too) to the new partition instead of all of /home.

View 7 Replies View Related

Software :: Support For Wi-fi Midi Support In Linux?

May 11, 2011

I would like to know if it is possibile to have support for wi-fi midi support in linux.

View 1 Replies View Related

Ubuntu :: Cannot Use Export As PDF

Jan 24, 2010

I need to convert an ODT file to a PDF file in OpenOffice. I cannot use the "export as PDF" option because this is to submit homework, and the teacher will not except it that way. He says it looks crappy. So where can I get a good add-on that does this?

View 9 Replies View Related

OpenSUSE :: Openoffice 3.2.1 Export - Only Pdf Available 11.2?

Jul 13, 2010

i've updated to oo 3.2.1 in 11.2 (64 bit) by deleting all previous oo packages and installing new. exporting (for example from draw) only gives the option of pdf. no jpeg etc.something's obviously missing but i can't find it. this has been posted back in 2009.

View 2 Replies View Related

Ubuntu :: Export To Virtual Box Vdi?

Jul 10, 2010

I have an installation of ubuntu (not a virtual disk) that I'd like to turn into a virtual box drive so that I can import it into virtual box on another system. Is there an easy way to do this?

View 1 Replies View Related

Ubuntu :: Export The Last 10-15 Commands?

Mar 3, 2011

How do I export the last 10-15 commands that I typed into the command line?

I want to keep a record of what I have done in my lab book.

View 2 Replies View Related

General :: Export Display From MAC?

May 6, 2011

I am trying to run matlab on a remote mac through my laptop at home, which is a linux-based. I am not able to export the display. Here are the steps I followed.

1. xhost +remotehost
2. Log into remotehost (i.e., the mac machine)
3. export DISPLAY="192.168.2.2:0.0"
4. matlab

But I get the following message,

"unable to open display 192.168.2.2:0.0"

The reason I typed in that ip address in step 3 was that is the ip listed in the "wlan0" block when I typed "ifconfig -a" on my local linux laptop.

View 6 Replies View Related

Software :: How To Export Iceweasel

Feb 3, 2010

I need to export Iceweasel from one debian to other. I can export and import favorite sites, but I need to export all configuration. Most important for me are all passwords and users names I have put in forums, websites, that Iceweasel remember for me. Is that possible? I did that in windows, but in Linux I dont know how to do it.

View 4 Replies View Related

CentOS 5 :: How To Export Sys_call_table In 5.4

Apr 6, 2010

I need to write some kernel modules which needs sys_call_table to be exported. But I got info saying because of security issues nowadays kernels come with out sys_call_table export. Is there any way to export this table ?

View 2 Replies View Related

OpenSUSE Network :: Cannot Mount The NFS Export

Oct 20, 2010

I am running OpenSuSE 11.3. I cannot mount an export from a Redhat 9 NFS server.I am able to mount the export from RHEL5, Ubuntu, Fedora, Solaris but not OpenSuSE 11.3. This is the command I use from a Ubuntu Karmic box.

mount server:/exportdir /mnt -o vers=3,proto=udp

As I said it works from many other distros, but not sure why no go on this one. Can anyone explain this? Should I submit a bug? I noticed portmap is not used anymore and am wondering if thatmay have anything to do with it. The rpcbind is supposed to handle this from what I read..not sure if this is accurate.

View 4 Replies View Related

General :: Export A VirtualBox Appliance To A NAS?

Jan 30, 2010

I'm using VirtualBox 3.1.2 (r56127) on Linux (Ubuntu 9.10 64-bit). I'm trying to use Export Appliance utility to clone my virtual machines over local network using SMB protocol to NAS. I decided to do it because some machines are larger than free space on my local disk drive - lack of space for the clones. Simply, I specify GVFS path in the folder selection dialog box, for example:

/home/mloskot/.gvfs/mloskot on browarekhd/VirtualBox/clones

The process starts but after a minute or so the VirtualBox throws an error. Here is screenshot with the exact error:

Does it mean export over network is not supported? Does it mean there is a bug in VirtualBox? Or, simply I must not have used GVFS path as the one above as it consists of spaces in mloskot on browarekhd ?

UPDATE: Maciek suggested below to copy vmdk file to NAS manually. Generally, it would work, but as I specify in my question, I can't generate vmdk file (by exporting VM locally first) on my box where I keep all my VMs due to lack of disk space.

View 1 Replies View Related

Ubuntu Multimedia :: Audacity Can't Export To Mp3

Sep 24, 2010

Trying to edit some mp3's and join them together using Audacity 1.3.9 but when I try to export I get this "edit metadata" window??? I have all the libraries I believe (Lame, ffmpeg, etc.) with the right versions (I think). Running Ubuntu 9.10.

View 3 Replies View Related

Ubuntu Security :: How To Export A Public Key

Jun 6, 2011

I've got a p12 certificate (I own the secret key), and I would like to export the public key to gpg keyservers. How to achieve this?It works flawlessly inside gpgsm and kleopatra, but I cannot send keys:

Code:
$ gpgsm --send-keys 0xDA4E5DD0
gpgsm: this command has not yet been implemented

View 1 Replies View Related

Fedora :: Export Proxy Via Profile.d?

Feb 7, 2011

So I've always added an export line in the /etc/profile that has the proxy server for our organization. Now there is a warning in that file that I should use a custom .sh in the profile.d folder. Can I just create a myproxy.sh with the export http_proxy="insert my proxy" line in it and call it a day or do I have to do some crazy shell script?

View 2 Replies View Related

General :: Export Files From Some Other Server?

Jan 29, 2011

i want to export configuration files of my server aida-ng on linux platform. I have accessed the server via ssh command.

View 3 Replies View Related

Software :: Unable To Export The Display

Jan 20, 2010

i am getting below error message when i am trying to install a product

InstallShield Wizard
Initializing InstallShield Wizard...
Preparing Java(tm) Virtual Machine...\

[code]....

View 1 Replies View Related

Programming :: Export An OpenOffice Chart With VB6

Nov 16, 2010

I am developing using vb6 to export a chart (line graph) to OpenOffice Calc. I am using:

Code:

Chart.diagram = Chart.CreateInstance("com.sun.star.chart.LineDiagram") to create the LineDiagram. However, it is just a line diagram. What I need is a line graph with points plotted on it. How can I make it to LineDiagram with LINES AND POINTS?

View 7 Replies View Related

Debian Multimedia :: Anyway To Export MP3s From IPod?

Nov 17, 2010

I foolishly did some editing to tracks on my Macbook. I didn't know that the changes are not apllied to the actual MP3s. So what I had wanted to do was to take the songs and copy them back to my desktop. But the edited tags don't move with them. Anyway to move song plus tags?

View 2 Replies View Related

Fedora Networking :: Can't Export NFS In 9 X64 Virtual Cluster

May 2, 2009

I'm trying to get experience in creation of virtual Fedora 9 x64 cluster using Ubuntu 9.04/Virtual Box 2.2.2. I have a head node with 1 G of RAM and two slave nodes with 512 M each. There's internal networking in Virtual Box with DHCP, so my nodes have addresses:

192.168.15.100/24 (Slave0.localdomain), 192.168.15.101/24 (Slave1.localdomain), 192.168.15.102/24 (Head.localdomain). Ping is OK. I've added the following string to /etc/exports file: /usr/share 192.168.15.0/24(rw) And then used /usr/sbin/exportfs -a But showmount -e 192.168.15.102 entered at slave node shows nothing. What's wrong? May be I have to somehow start nfsserver, but how?

View 7 Replies View Related

Fedora :: Gedit - Html Export Plugin - 13

Jun 28, 2010

Does anyone know how to install html-export plugin for Gedit ?

I took it from here: [url]

It is pretty old, was not updated for a long time.

When configuring I get:

Code:

Alternatively you may set the GEDIT_CFLAGS and GEDIT_LIBS environment variables to avoid the need to call pkg-config. See the pkg-config man page for more details.

I have installed gedit-devel but it did not help unfortunately.

View 4 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved