Software :: Inkscape Png To Svg Include Image Data?

May 16, 2011

I'm using inkscape to convert a file from png format to svg format which is working but I need the image included within the svg file. It is within a script, so no gui. Which option do I use to include the image data within the svg file

View 3 Replies


ADVERTISEMENT

Red Hat / Fedora :: Take Image From Inkscape

May 9, 2010

How do you take an image from Inkscape, after taking it from GIMP, and import it to Scribus?

View 1 Replies View Related

Ubuntu Installation :: Include Extra Packages In LiveCD Image?

Aug 12, 2010

how to add packages to an existing Ubuntu ISO or LiveCD (Think like slipstreaming Windows Service Packs into Windows installation CDs, if that helps). I want to add things such as more games or the restricted extras plugins so that I don't have to go get them every time I install the OS on someone's computer, things like that. Not as important, but if it would be possible to remove packages

PS I'm not necessarily looking for a specific version, but I'm currently running 9.10 on one machine and 10.04 (soon to be 10.10) on another. A guide for any Ubuntu distro would be fine though. I'm just as interested in learning the theory of it as I am the actual execution.

View 1 Replies View Related

Ubuntu :: Difference Between /usr/local/include And /usr/include?

Jul 11, 2010

What is the difference between /usr/local/include and /usr/include? When I compile my program, is both /usr/local/include and /usr/include avaliable? Can I copy a file from /usr/local/include to /usr/include?

View 1 Replies View Related

Software :: Difference Between /usr/include And /usr/local/include?

Jul 8, 2010

I just downloaded the SDL source code. i did compile and make of this code.then i did make install. but i didnt see the files of SDL.h and lib.SDL.*** in /usr/include/ but later i found out that these files are placed in /usr/local/include and /usr/local/lib. how can i specifically install libraries on /usr/include and /usr/lib

View 2 Replies View Related

Ubuntu :: Accessing Data On Image Made From Dd?

Jul 15, 2010

I backed up my windows hard drive using dd and turned it into one huge image file. I didn't realize this beforehand, but this image is not an ISO equivalent type. However, it would be nice if I could access everything on the image just by mounting it instead of having to transfer it back to /dev/sda or something.

View 5 Replies View Related

Hardware :: Recovering Data From Disk Image

Jan 19, 2011

I have 2 RAID1 hard drives with possibly hardware errors, (when I tried to mount them in a degraded array, they won't start, throwing some Buffer I/O errors) So I used ddrescue to make a disk image out of one drive, ran losetup to use the image file as loopback device:

Code:
losetup /dev/loop0 imagefile.img

but when I tried to assemble a raid array including the /dev/loop0 device like:

Code:
mdadm --assemble /dev/md0 --force /dev/loop0

it will complain that no superblock is found on /dev/loop0 device. With desperation, I tried to create a legacy raid array with following command, of course, including one of the bad drives:

Code:
mdadm -B /dev/md0 --level=1 -n2 /dev/sdb1(bootable partition on the bad drive) /dev/loop0

I successfully created a new RAID1 array, but when I tried to mount it

[Code]....

Now the only thing I haven't tried is to clean the superblock by doing --zero-superblock, and not sure if that will solve the problem. Should I get a second drive to hold my broken drive image so that I might be able to assemble a good RAID1 array or should I continue working on the only disk image file I recovered from one of the broken drives?

View 5 Replies View Related

General :: How To Grab Data And Display Image

Nov 4, 2010

'I am attempting to grab roughly 40 pieces of data that is a combination of 0 and 1 flags from mysql. based off of the 0 or 1... either pictA or pictB will be displayed. How to evaluate my code? I believe the logic is incorrect.

PHP Code:
$status = 'mysql -u username -ppassword -h x.x.x.x -e 'SELECT help FROM table' database';
declare -A ARRAY
for ((i=1; i=$status; i++));
do
echo ${ARRAY[$(i)]}
done
if [${ARRAY[]} = 1];
then echo "<img src='pictA.gif'>";
else [${ARRAY[]} = 0];
echo "<img src='pictB.gif'>";
fi

View 4 Replies View Related

General :: How To Create Disk Image Of Actual Data

Nov 15, 2010

Suppose I have a 80 GB hard disk (sda) with 4GB of contents. Using a dd to copy to a different disk

Code:
dd if=/dev/sda of=/dev/sdb
copies all the contents (including free space). So sdb also needs to be 80GB.

You will notice that in VMWare or VirtualBox disk images, it is possible to set the disk to use only the amount of space of actual data. So a 80GB virtualbox/vmware image with 4GB of contents will be 4GB.

Is it possible to do that with an actual hard disk (sda) image? I want to create an image of an actual hard disk, copy it to DVD and transport it (in mail) for restoration on another computer (having same hard disk).

View 6 Replies View Related

Software :: Combining Antivirus Data / Image Recovery?

Aug 9, 2010

I tried the Linux-based live CD's of the main Windows anti-virus vendors (Kaspersky, BitDefender, AVG, Avira). They work well, but they are single-purpose solutions while affected Windows users also need a solution to 1) pull data (or what's left of it) out of their contaminated Windows host onto a USB thumb drive or a remote host, and 2) restore a clean image using eg. CloneZilla. Asking users to burn and run three different CD's is not very user-friendly. Has someone already investigated combining those three features into a single live CD?

View 8 Replies View Related

Debian :: Mounting .iso Image Versus Extracting Data From .img File?

Feb 28, 2010

I use Lenny, and was trying to mount a .iso image, supposedly a cd imagem.

[code]....

This is what I get from dmesg | tail:

debian:/home/zac/cscd# dmesg | tail
[ 1811.505199] floppy0: disk absent or changed during operation
[ 1811.505207] end_request: I/O error, dev fd0, sector 0

[code]....

I did a little research on the web and it seems that this file is not really a cd image, but simply data in a .img file. What do you think of that?

debian:/home/zac/cscd# file cscd3.iso
cscd3.iso: data

Some people recommend to extract the data via the dd command, but it didn't seem very safe for me to do that!

[URL]

is it possible to extract the data into a directory (instead of a device) using dd? This file is supposed to be a software. I wanted to run it on wine by keeping it mounted on a mount point in my file system. Does it make any sense to try to do this if the file simply isn't a cd image?

View 6 Replies View Related

Fedora :: Recover Data From EXT2 Device (Card Or Image)

Dec 25, 2009

I was testing a bug in F12+Acer Aspire One and its 'suspend' feature (you can probably find the thread) and I ended with my SDHC card messed up. I formatted it as ext2 (or ext3, don't remember exactly) and apparently its superblock got corrupted. For one thing there is a single file I want to recover from the card (I don't mind formatting it afterwards). I am no expert using e2fsck or fsck, that's why I am asking here. In addition I used the "dd" command to create a backup of the drive in a file (so I can start tinkering with it). What is the best course of action to recover my files? Either from the card or from the image?

View 3 Replies View Related

Ubuntu Servers :: Get Image Of Server With All Configuration Files And Data?

Feb 23, 2011

how to get image of server with all configuration files and data. Without data loss.

View 5 Replies View Related

Ubuntu Security :: Restore The Original Image File That Have Hidden Data In With Steghide

Jan 27, 2011

i'm wondering if it's possible to restore the original image file that you have hidden data in with steghide. The basic Idea is you have a photo using gpg sign it and then embed the signature. then remove the signature at a later time and check it with the signature. I hope another "inverse" algorithm doesn't need to be written to undo the first (if a "inverse algorithm is possible). This assume you already have the pass phrase or that there is no pass phrase. I already know how to retrieve the original file just want to remove the hidden data from the Image and restore it's attributes.

View 2 Replies View Related

Fedora :: Inkscape Crash On F12?

Dec 1, 2009

So I puts my shinny new F12 install on my new computer. It's a little climb for me but for the most part easier then some of the other F's that I have tried to install.

One problem I have right now is my inkscape crashes as soon as I try to put some text on a page. I tried the automatic bug report thingy but it complained about me not having a log in. inksacpe is really becoming a very important application for me, I have been trying to shy away from the Windows programs I have been using.

I must say, F12 seems to really be advancing the fedora project into a nice desktop system.

View 4 Replies View Related

OpenSUSE :: Can't Run Inkscape Or Firefox Anymore?

Apr 6, 2011

Since last week I can't run inkscape or firefox anymore. I don't know what I did to cause this. I only allowed updates to be installed. when I try to run inkscape on the command line I get this error:

Code:
~> inkscape
inkscape: symbol lookup error: /usr/lib/libgtk-x11-2.0.so.0: undefined symbol: gdk_pixbuf_get_formats

I reinstalled gtk, inkscape and firefox but it did not work.

View 2 Replies View Related

General :: Import An EPS File In Inkscape?

Oct 28, 2010

I'm using Inkscape, and I'm trying to import an EPS file to use it as a vector and eventually save it as an SVG.

This link here mentions several methods:

[URL]

But the responses aren't rated since it's a forum, so I thought I'd ask here to find the best answer. I'd prefer not to have to use some website to convert the file to a PDF first.

Either way, when I import an EPS into Inkscape, or use the website to convert it to a PDF, in both cases the resulting file loses all colour and gradients, and the EPS file gets cut off on the right side.

It looks like ps2pdf is clipping the file incorrectly, and Inkscape is eliminating the colour.

I have these version installed in Ubuntu Lucid Linux:

Inskape 0.47.0-2ubuntu2
Ghostscript 8.71.dfsg.1-0ubuntu5.3

View 1 Replies View Related

Ubuntu :: How To Make A Trapezoid In Inkscape

Mar 2, 2010

To create a trapezoid in Inkscape: Draw a rectangle. In the Path menu choose Object to Path. Switch to the Node tool. Click on one of the corners of the rectangle which is on the side you wish to make longer or shorter. Use one of the arrow keys to move it left/right or up/down and count the number of times you press the key. Select the corner on the other end of the side you are modifying. Press the arrow key in the opposite direction you used in step 5 the same number of times.

View 1 Replies View Related

Ubuntu Multimedia :: Apt-get Install Inkscape?

Apr 26, 2010

I see (been using Inkscape for couple of weeks now) that there are features that I want to harness in Inkscape 0.47. I have 0.46 on Ubuntu 9.04 in the "Ubuntu Ultimate flavour".Oh by the way, is 10.04 stable? I read that 9.10 wasn't as stable cause of new programs and software and stuff that I have no clue about (I just want linux to be my stable OS in the back ground that doesn't require to much tinkering from me). And having asked that, can I upgrade to 10.04 via an installation disk? I usually get my OS disks from...well, wont say there name otherwise I might be accused of advertising. (downloading installations is expansive with a 3G card until I get ADSL).

View 2 Replies View Related

Ubuntu :: Need Flowchart Templates For Inkscape / Dia

Aug 30, 2010

I need to draw some flowcharts. I don't have the time to create them, I just need a template where I can manipulate the boxes and edit the text without worrying about the colors and the forms. There's any place where I can get that?

btw, which one is better to create flow charts, Inkscape or Dia? Dia seems to me more intuitive and easy to use but I can't discover how to rotate objects per example, I think it's a little limited in options.

I'm looking for something simple and classic like this, with labeled arrows.

View 9 Replies View Related

General :: Errors When Compiling Inkscape

Apr 19, 2011

Trying to compile Inkscape 0.48.1 on Red Hat Enterprise Linux Server release 5.5 and I am running into this issue

Code:
checking for Python development environment... skipped
checking for LCMS... yes
checking for POPPLER... no
checking for POPPLER_GFXFONT... no

[Code]...

View 5 Replies View Related

Software :: Install Inkscape 0.47 In OpenSUSE?

Jan 16, 2010

I've been trying to compile Inkscape 0.47 and I'm impressed how difficult this process is, I need 0.47, some files made with it (in a Mac) doesn't show good in 0.46, besides compiling, is there a easyway to install it on openSUSE 11.2?

View 1 Replies View Related

Slackware :: Update To -current 30 Nov, Inkscape Cannot Run?

Dec 3, 2010

after i update to -current 30 nov, inkscape cannot run. Code: inkscape: error while loading shared libraries: libMagick++.so.3: cannot open shared object file: No such file or directory and there are other error (friends of mine problem) inkscape in slackware. this is the error

Code:
(inkscape:9005): Gtk-CRITICAL **: gtk_misc_set_alignment: assertion `GTK_IS_MISC (misc)' failed Emergency save activated! Emergency save completed. Inkscape will close now. If you can reproduce this crash, please file a bug at www.inkscape.org with a detailed description of the steps leading to the crash, so we can fix it. Segmentation fault

View 10 Replies View Related

Debian Multimedia :: Specifically Inkscape Is Not Updated In 8.1

Sep 17, 2015

I have installed Debian 8.1 in several machines. Always I have a message for updating the systems I accept the upgrade.In one of the machines, where I did several upgrades, Inkscape never have been updated while in the others a updating from Inkscape 0.48 to 0.91 was made. I do not why and I would like to have Inkscape updated in all machines. is there some special condition for what packages will be presented for updating?

View 6 Replies View Related

Fedora :: Using Alt + Arrow Keys With Inkscape On 15 (GNOME 3)

Jul 3, 2011

I'm using Inkscape on Fedora 15 and when I try to use ALT + [arrow key] to adjust the space between letters, nothing happens. Is that key combination assigned to some other function in GNOME3?

how I might get Alt + [arrow key] to work with Inkscape and Fedora 15

View 1 Replies View Related

Ubuntu :: Gimp And Inkscape Crash After Upgrade?

Apr 29, 2011

Both programs were working just fine yesterday before the upgrade to Ubuntu 11.04.

Opening Gimp results in many error pop-ups on being unable to locate module gimp and module gimpfu. I tried to uninstall and reinstall, and the installation fails with this message:

The following packages have unmet dependencies:

gimp : Depends: libgimp2.0 (<= 2.6.11-z) but 2.7.3-2010072701~ll is to be installed Depends: gimp-data (<= 2.6.11-z) but 2.7.3-2010072701~ll is to be installed

This may be because of times in the past where I tried to compile Gimp. Do I need to clean up my repositories list? (in that case, any way to get a fresh one?)

Inkscape doesn't open at all, instead the terminal message says this:

inkscape: error while loading shared libraries: libwpg-0.1.so.1: cannot open shared object file: No such file or directory

I'm not sure what's wrong in the case of Inkscape though, although I did compile a few versions long ago I was using the "normal" version from the Ubuntu repositories afterwards.

View 2 Replies View Related

Software :: Compile Last Inkscape Release But Getting Error

Apr 5, 2011

I'm trying to compile the last inkscape release but got the following errors (slackware 13, 32-bit):

[code]...

View 2 Replies View Related

Slackware :: Current Refuses To Inkscape Slackbuild?

Dec 8, 2010

i clean installed 13.1 x64, then upgraded to -current with no issues. everything seems to compile and run fine, except for inkscape. i downloaded the slackbuilds of inkscape and all its dependencies, and all their dependencies, and installed them in the proper order, however, when i run the inkscape.Slackbuild, it takes like 30minutes and then exits with the following messages:

Code:
...
/usr/lib64/gcc/x86_64-slackware-linux/4.5.1/../../../../lib64/libxslt.so: undefined reference to

[code]....

View 1 Replies View Related

CentOS 5 :: Inkscape Installed By Yum - Segmentation Fault

Apr 23, 2010

Inkscape installed by yum. Next is The Xine player. I tried to install it by yum, but it reported depsolving problems with libavcodec52 and libtheora_enc and refused.

View 6 Replies View Related

Debian Multimedia :: Inkscape Can't Apply Some Font Cuts

Jul 15, 2015

I use the default Inkscape 0.48.5 r10040 on the default 32 bit Debian Jessie with Gnome 3.14.1 and since I installed it I can't apply some font cuts which actually do work in other applications and did work on previous versions of Debian/Inkscape.

The cuts do show up as options in the "font/style" selection menu and i can use different versions from for example "Roboto" but if I - for example - select to use the "Semi-Light" variant of Roboto it just doesn't get applied after all. (I know that many fonts do not have any font variations and Inkscape confusingly just shows at least "italic" and "bold" as options in the style list anyway.) In this case the font variant is actually there, I can use the same font variants in Gimp and I was able to use it in previous versions of Debian/Inkscape, but not now.But I noticed instabilities in Gimp, Inkscape and Scribus lately. Gimp just consistatly vanishes when I try to scroll through the font selection menu and Scribus takes ages to load and does crush from time to time without any clear pattern to me. I don't think this is caused by Roboto itself since I used it in the past without such problems.

Should I remove all custom fonts and try if everything works ok again or does this approach sound rather foolish to you? Unfortunately I need most of the additional fonts I installed for different projects and I had them on my system in the past also without having such issues. I could however remove all custom fonts and include only those absolutely needed one by one ...

View 3 Replies View Related







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