Inkscape 0.42: The Ultimate Answer
bulia byak writes "After several months of frantic work by the evergrowing developer community, the aptly numbered Inkscape 0.42 is out. The amount of new features in this version is astounding. Quoting from the (gigantic!) Release Notes, "while some of the new features simply fill long-standing functionality gaps, others are truly revolutionary". Check out the screenshots and grab your package for Linux, Windows, or OSX." The screenshots are pretty mind-blowing; this isn't a 1.0 release, but I think you'll agree it's worth checking out.
Is it just me, or did they morph a woman holding a ferret into a classic "wardrobe malfunction" by using some cool filters?
Geez, I need to get a life.
-Scott
My other sig is a Glock
What was up with that?
Obviously I didn't do too much research, but what does this program replace?
The Gimp?
Photoshop?
Fireworks?
Does anyone use this program? How does it perform compared to these other programs that do similar thiings? This is assuming that the programs listed are the ones being replaced.
Now Slashdot can get a makeover. haha... ha.
By some weird coincidence, I downloaded this two hours ago. It hasn't crashed on my yet during this time, so I can say that it is sure seems more stable than the 0.41 release.
Is there some unexplained significance to the number 0.42 in reference to this program?
Don't you hate it when some application gets into "news" and you are supposed to already know what it does?
Just including this blurb from the homepage would have been enough:
Inkscape is an open source drawing tool with capabilities similar to Illustrator, Freehand, and CorelDraw that uses the W3C standard scalable vector graphics format (SVG).
Of course it runs NetBSD. BTC: 1NT7QvbetmANwaMzhpVL6
For Linux, Windows or OS X.
;)
Uh.... I prefer Linux just like most of us, but I like my GF better.
With a witty sense of humour like that, i'm suprised you even have a GF
Marge, get me your address book, 4 beers, and my conversation hat.
Yeah that wording was kind of bothering me too...
The last time I grabbed my package in public I ended up getting the snot beat out of me by a couple of feminists.
Does the OS X version work now? Is it native now? That would be very good for me. Last time I tried to use inkscape on OS X it only worked in Fink and it had a serious problem with the popup menus.
If anybody has hacked windows api then you know what these guys have done. Good stuff.
.deb etc) hjheins at users.sourceforge.net Private .deb etc) jehojakim at users.sourceforge.net Private .deb etc) mjwybrow at users.sourceforge.net Private .deb etc) mrchapp at users.sourceforge.net Private
Developer Username Role/Position Email Skills
Arpad Biro a_b Translator (I18N/L10N) a_b at users.sourceforge.net Private
Aaron C. Spike acspike Developer acspike at users.sourceforge.net Private
Andrew Fitzsimon andyfitz Graphic/Other Designer andyfitz at users.sourceforge.net Private
Artemiy Pavlov artemiopabla Web Designer artemiopabla at users.sourceforge.net Private
Arturo Espinosa arturoea arturoea at users.sourceforge.net Private
Ben Crowell bcrowell Developer bcrowell at users.sourceforge.net Private
Ben Fowler bpfowler Developer bpfowler at users.sourceforge.net Private
Bryce Harrington bryceSourceForge.net Subscriber and DonorProject AdminAccepting Donations All-Hands Person bryce at users.sourceforge.net Private
bulia byak buliabyakProject Admin Developer buliabyak at users.sourceforge.net Private
Carl Hetherington cth103 Developer cth103 at users.sourceforge.net Private
Richard Hughes cyreve Developer cyreve at users.sourceforge.net Private
David Yip dwyip Developer dwyip at users.sourceforge.net Private
GEMY Cedric gemy_cAccepting Donations Doc Writer gemy_c at users.sourceforge.net Private
Ted Gould gouldtj Developer gouldtj at users.sourceforge.net Private
hjheins hjheins Packager (.rpm,
Alan Horkan horkana Support Technician horkana at users.sourceforge.net Private
Bob Jamison ishmal Developer ishmal at users.sourceforge.net Private
Johan Ceuppens jceuppen Developer jceuppen at users.sourceforge.net Private
Jogchum Reitsma jehojakim Packager (.rpm,
Jean-François Lemaire jflemaire jflemaire at users.sourceforge.net Private
Derek P. Moore jizzbug Developer jizzbug at users.sourceforge.net Private
John Cliff johncliff Developer johncliff at users.sourceforge.net Private
Jon A. Cruz joncruzProject Admin Project Manager joncruz at users.sourceforge.net View
Jonathan Leighton (Turnip) jonleighton Web Designer jonleighton at users.sourceforge.net Private
Kees Cook keescookAccepting Donations Developer keescook at users.sourceforge.net Private
Jonathan Phillips kidprotoAccepting Donations Developer kidproto at users.sourceforge.net Private
MenTaLguY mentalProject Admin All-Hands Person mental at users.sourceforge.net View
Michael Wybrow mjwybrow Packager (.rpm,
Daniel Díaz mrchapp Packager (.rpm,
mrdocs mrdocs Developer mrdocs at users.sourceforge.net Private
Nicu Buculei nicubunu Developer nicubunu at users.sourceforge.net Private
Nathan Hurst njh Developer njh at users.sourceforge.net Private
David Turner novalis_dt Developer novalis_dt at users.sourceforge.net Private
Aubanel MONNIER o__b Developer o__b at users.sourceforge.net Private
PTT piersvdt Developer piersvdt at users.sourceforge.net Private
Peter J. R. Moulder pjrm Developer pjrm at users.sourceforge.net Private
Poeir poeir Developer poeir at users.sourceforge.net Private
Ralf Stephan rwst Developer rwst at users.sourceforge.net Private
Josh Andler scislac Web Designer scislac at users.sourceforge.net Private
Alexander Clausen
Q: Is Inkscape ready for regular users to use?
Yes, while it's far from being a replacement for commercialware, the codebase provides for a large portion of basic vector editing capabilities.
do.what.promptcmds
Check out the screenshots and grab your package for Linux, Windows, or OSX."
I just don't go around grabbing other guy's packages. Let us leave that to your *.so and S.O.
To-do List: Receive telemarketing call during a tornado warning. Check.
I need to do a control panel layout for my WIP mame cabinet. This may be just the tool I need.
This might be the most useful thing I've seen between on slashdot in months.
My mother never saw the irony in calling me a son-of-a-bitch.
Inkscape's FAQ describes the software package as a way to create SVGs. So I was curious as to what exactly "SVG" means. It turns out that it is a type of graphic that is Scalable because it is based on Vectors (Scalable Vector Graphics, heh). Like TrueType fonts, the graphics itself is described in a data file and the rasterization engine figures out how to plot each line and curve.
Another common type of graphic is the raster bitmap in which the data file describes the absolute positioning of pixels in the resulting picture. Scaling (changing size) of such a picture is troublesome because it requires some loss of data if the graphic is shrunk and some interpolation of data if the graphic is stretched.
Vector graphics do not have this problem as they do not exist as mere picture elements in a determined plot. Since they are described in terms of elements with properties, the plotter is able to render the resulting graphic as it sees fit, to any level of resolution it can handle. In some ways, it is very much like povray graphics which are as detailed as you want to make it, at any resolution.
Using this type of graphic is especially helpful in document layout design like brochures and pamphlets where you don't know exactly how big your eventual product will be. I've never used it personally, but this seems like a very cool alternative to more unwieldy software packages like PS and Gimp.
Jesus saved me from my past. He can save you as well.
Inkscape's main motivation is to provide the Open Source community with a fully W3C compliant XML, SVG, and CSS2 drawing tool. Additional planned work includes conversion of the codebase from C/Gtk to C++/Gtkmm, emphasizing a lightweight core with powerful features added through an extension mechanism, and the establishment of a friendly, open, community-oriented development process.
Stability. Inkscape is good a good program, but it crashes all the time. In fact, someone noticed that when installing it on windows, the *very first* file it copied was gdb.exe.
To make laws that man cannot, and will not obey, serves to bring all law into contempt.
--E.C. Stanton
I'm with you. The /. introduction seems to have been written by an ex-politician's speachwriter. It used lots of colorful words but, in the end, I still had no clue what the program did or who it was for. Sounds exciting though. Heck, I'll vote for 'em!!!
Any sect, cult, or religion will legislate its creed into law if it acquires the political power to do so.
For anyone who is thinking of grabbing the OS X version, please note that like OpenOffice, InkScape is using X11 to render its display.
I'm a bit disappointed, as this does make it somewhat less nice to use on OS X, however it isn't v1.0 yet, so I'll remain hopefully optimistic.
Yaz.
With as much as these guys must know about graphic design, you'd think they could make a web site where you wouldn't have to scroll from side to side... and I'm at 1280x1024... man.
Good thing Bill Gates doesn't run Adobe... Otherwise he'd be releasing a press statement proclaiming how dangerous open software is.
As an avid user of Inkscape, I have followed the Inkscape development process closely throughout all the betas released leading up to this version. This is probably the OSS application I use the most, aside from Linux and Firefox of course. Inkscape's original base code was from the Sodipodi vector editor, which had an interface resembling that of the GIMP. The primary goal of the Inkscape project was to take that codebase and write a GTK interface conforming to the GNOME standards, as well as adding many new features. Even though the early releases were notoriously unstable, the feel of 0.42 is significantly improved over past builds. Even if you are remotely interested in drawing or vector graphics, I recommend you take a look at Inkscape. It still doesn't have any of the fancy features in Fireworks, which I do hope will someday be added, but right now its probably the best FOSS vector editor. And it uses SVG too, a nice opensource XML standard. Downloads are available for Linux and Windows.
Nice looking program and all, but WTF is it with all these 'less than 1.0' releases? I mean jesus, enough with the beta mentality. You've let this program out into the wild, so it's released. Number it appropriately. Seems like every other FOSS project out there is too gun shy to finally call it 1.0
My daughter was helping a friend, at the friend's house, with a magazine layout. The friend didn't have a decent graphics package. My daughter did a google and Inkscape popped up. She downloaded it and installed it on the friend's Windows box.
It was enough like CorelDraw that there was essentially no learning curve. The result was excellent.
So there you have it. Unaware that the program existed to professional graphics in around three hours. Not bad. Actually, there was a lot of other research taking place in those three hours (yes, magazine layouts require research).
Naturally, my daughter wanted it on her computer at home. I couldn't get it to install under Mandrake 10.0 (I tried everything) so I nuked that and installed Mepis. Even then I had to modify sources.list. My daughter is quite good with CorelDraw and that is one of the things she missed when she moved to Linux (Sims is the other). She is very pleased to have Inkscape.
Yeah, that's great and all, lots of work, but I'm still not that interested while the application continues to not support pressure sensitivity for my tablet.
One wonders why inkscape was started when we already have sodipodi which is a pretty good GPLd SVG drawing package already.
http://www.sodipodi.com/
NZ Electronics Enthusiasts: Check out my Trade Me Listings
this is a very impressive open source application. I widh they were all made like this.
The war with islam is a war on the beast
The war on terror is a war for peace
I swear, when I saw this I thought it was a joke entry for someone publishing a pen. I imagined that April 1st came late this year.
What's the best open source(read: usable on Linux) replacement for Corel's Painter? The GIMP?
Uh.... I prefer Linux just like most of us, but I like my GF better.
Yeah, i like your GF better, too.
Comment removed based on user account deletion
... that they actually tell us what the fuck the program does in the story!
Take a look at the screenshots and tell me that you didn't notice some really /ugly/ window decorations. Yeah, I know -- it's the inside that counts --, but come on? ;)
"All you have to do is be fragile and grateful. So stay the underdog." Chuck Palahniuk, Choke
is revealed to us mortals?
It's high time someone put out a decent alternative to Adobe Illustrator :)
Plus, it's build on SVG instead of PostScript, PDF, or Flash!
The bits on the bus go on and off... on and off... on and off...
If so, then port it. If not, TFB.
...is the poster actually letting people know what inkscape is so we don't have to click on the link to figure that out.
BeauHD. Worst editor since kdawson.
The development builds supports SVG already. There has been basically a broken implementation around for a while, but they rewrote the SVG back-end for Mozilla 1.5. Link here.
SVG in Mozilla should really rock when they get Cairo implemented! Its Mozilla's bridge to OpenGL 2D acceleration.
Scribus is the closest thing that really pursues the print market. Good enough color management and real effort in conquering cmyk. Ties in pretty well with Gimp too.
www.scribus.org.uk
http://www.maxineudall.com/2010/02/should-economists-be-sued-for-malpractice.html
Exactly at the moment I thought, "hey, this is pretty slick," Inkscape (win32) crashed/exited on me without warning. That was only about ten seconds after launching it. After launching again, it froze on the "open" dialog. Still, I am looking forward to using this when it becomes more stable.
Also, what's wrong with using the standard keyset that Adobe and Macromedia apps use? For example, holding space should enable the panning tool, and holding alt (not shift) should make the zoom tool zoom out rather than in. Also, double-clicking on the zoom tool should revert to "standard" zoom--not open the preferences panel. (??) I realize that these are arbitrary choices, but there is substantial value in making the same arbitrary choices as everyone else, especially if this seeks to be a replacement for those applications.
I've had it open for about 2.5 hours on WinXP (a machine which freezes regularly when I load PhotoShop). I have several other applications open as well. Still going...
"Who are in control, they are not in control of anything - they don't even control themselves!" - Glen Beck
Seriously.
They can't let this kind of thing go on for too long. They sued Macromedia and countless other competitors when they started to look viable.
Creative types might discover there are legitimate alternatives to their pirate>upgrade monopoly. They can't let that happen.
http://www.maxineudall.com/2010/02/should-economists-be-sued-for-malpractice.html
Even with my very minimal skill, I've managed to create some decent graphics. Here are a couple of traces, a decent Domo-kun, some calligraphy, and all of the non-photo graphics on this page (hypercube projections) I did in Inkscape. I love it, and it's only on version 0.42!
Steven N. Severinghaus
"The amount of new features in this version is astounding."
sounds ok to me?
Inkscape is utterly fantastic, so is SVG.
.svg file in Inkscape, right-click, go look at "object properties").
.svg natively, it sure as hell depended on bitmap formats for exporting to alternative formats properly... I see now that postscript and .eps support has been enhanced, hopefully the transparency/gradient stuff won't bork the output too much now.
.SVG files to a rasterised image format such as .PNG without the lines being anti-aliased - I've even tried the "crisp lines" properties in the .xml file, and Imagemagick's "convert" program with the "-antialias" switch, but nothing seems to work... all the output is always antialiased... any ideas?
SVG is an XML format. You can describe arbitrary shapes using basic polylines, circles, squares, etc. and animate it too - all using XML. It's a W3C standard. You can even use CSS for your vector graphics!
I've been working on a very complex piece of software that does some work vectorising bitmaps. It has a non-standard (but basic) intermediate file format that I needed to visualise in a hurry.
By using Perl and installing the SVG lib from CPAN, I was able to write a program in just 3 hours that parsed this app's crazy intermediate line-vector files and turn it into industry standard SVG files that can be viewed with a web browser, or with Inkscape.
Because every element (every line, piece of text, circle, etc.) has an object ID, and being XML you can mash your own custom properties onto things, I found Inkscape very useful for not only visualising these files but exploring other non-visual things I was able to mangle into the line segments (open
SVG and Inkscape have been invaluable for exploring how my refactoring of this application has affected the output...
There was just one problem: For a program that uses
Also, I still cannot find a way to export
WTF does that mean?
They see the "1.0" release as being good enough to effectively replace it's commercial and closed-source equivelent.
It's a big hurdle to jump, but if they ever do, it'll bring a tear to my eye. All 1.0 F/OSS releases do.
Also, it's not just that releasing it into the wild qualifies it as branding it the big 1.0, but they think it's just not good enough to be branded 1.0, as that is the coming of age for a F/OSS product (and any product as it is, or should be), and they'd rather it be something to be very proud of, not just a proud in this releases case.
Open source fails again....! LOSERS!!!
What is the OSS choice for a illustrator application?
You can't handle the truth.
You can nicely export your files to .EPS or .PS files. It works well. Most print shops can use that.
I think Corel Draw!
Until that post, I spent nearly all of my time reading Slashdot wondering "what the fuck is Firefox?!"
..."craps out?" It launched just fine on my machine (10.4.2). I didn't play with it much, but it certainly didn't crap out for me.
And even that one has been pretty stable on windows xp. Did some complex mapping and brochure covers with it and all was well.
I think the stability problems are overstated here.
Looks very cool! I can't remember the last time I used Illustrator. I use Photoshop all the time though, too bad all this talent didn't go into the gimp.
One feature all these drawing packages seem to be lacking is the ability to produce decent CAD drawings, with pop-up measurements and plan production.
Dia, blender, inkscape, OOdraw, even QCad are all good drawing/modelling packages, but none of them let you easily draw a scale 3D model and print out plans complete with dimensions to construct said model.
"Nine times out of ten, starting a fire is not the best way to solve the problem." - my wife
Ultimate... astounding... revolutionary... mind-blowing?
Doesn't that all seem a trifle... hyperbolic?
Okay... that was lame. I know. I realize what they meant. But really, that's the first thing that popped into my head.
File under 'M' for 'Manic ranting'
this thing's less than 10 MB!!!!
Especially with Firefox adding native SVG support (I hear it's in Deerpark, though I haven't wanted to mess with my current install to try it out) all this scalable vector action is really cool. Just visiting Adobe's SVG demos (which I assume are still up with the (now) old version of their SVG browser plugin) gives you a good idea of how incredibly cool web pages could become. Considering animation possibilities, I start to drool even more. Yeah, yeah, Macromedia Flash - blah blah blah...
One of the main reasons I found Inkscape in the first place was because it was a branch of Sodipodi for what I felt were "the right reasons" -- Frankly, Sodipodi's interface is dialog hell. However, I still feel that Inkscape has too many dialogs that "hang around" on the screen. Why have a big dialog that takes 1/7th of the screen to handle color selection when it could be done more effectively with a temporary window that is half the size?
I also couldn't stand the fact that Inkscape didn't have named colours (e.g. colours that you can define, use, then change later and affect the entire drawing) although maybe that's changed now. I also know all of the previous versions I have looked at in the past literally take 10-15 seconds to open a file dialog window (no hyperbole here. Seriously); while my interest in Inkscape has been primarily to get me using a package that looks and works the same on Linux (so I can finally make the switch on the desktop -- Neither Xara X / Xara X2 run on CrossOver Office, unfortunately) I can't help but notice it will save me money from upgrading Xara X every couple of years, too. As a little aside -- I even went so far as to contact Xara Corp. and ask if they had any plans to release a Linux version of their software or even contribute assistance to getting Xara X to run on Wine/CXO. Their response was "No, we're too busy, and anyway people who use Linux seem to expect everything to be free." Well, that put me in my place...
Anyway, thanks to the original poster for pointing this new release out; it's worth taking another look to see what these guys have been up to. The new features look great; I hope stability and improved GUI design are some of the "unsung heroes" of this and future releases.
Windows API?
This program is crossplatform and written using GTK.
Howdy,
I can't remember the name of the painting off the top of my head, but that's a mink, not a ferret.
The symbolism of the painting is that the woman is so pure that a mink, usually very, very, very fastidious about the cleanliness of its fur, lets her not only touch but even hold it. These little critters don't like *anything* touching them.
If I remember the name of the painting in the morning I'll come back and post a follow-up.
Cheers,
E
http://eugeneciurana.com | http://ciurana.eu
Allright, I am no graphic artist, but I've been using Gimp 2.0.3 to draw icons, image buttons and work on images for many kinds of programs for a long time.
The interface may take a while to get used to, but once you get there it is very professional and very clear. I believe this kind of joke may be historically funny, but eventually everybody who one day worked with Gimp 0.8 will be retired or dead and no one will remember exactly why it is funny. As I said, even today, someone who never used another drawing program would not see anything wrong or strange in Gimp's interface (any large program has a complicated interface - Photoshop's interface isn't exactly easy to learn).
I can't believe no-one has done a comparison yet. How does inkscape compare to the venerable xfig?
He is a spam.
I prefer the "u" in honour as it seems to be missing these days.
since it assumes I want the interface to be in incomplete/poorly translated Japanese language, and doesn't seem to give me any way to change it to English.
From the header:
"grab your package"
"fill long-standing functionality gaps"
"mind-blowing... 1.0 release"
Yeah, I peel the labels off my open source beer bottles.
What if Digg added local news and a Slashdot inspired comment karma system? ---
http://houndwire.com
does it run linux?
If I can't smoke and swear I'm fucked.
I don't know why, but when I downloaded and isntalled gimpshop, i happened to notice that the interface seemed to be exactly the same as gimp. The only difference I could see was the loading graphic.
Apple was colossally dissapointed today to learn that Perl, 4th Ed. is a fun and informative way to introduce open source. A new IBook and Apple mini are expected to get a handle on Vista while also hitting the shuttle during launch. With the USA getting ready to pass its science crown to China, the Mandriva Linux 2006 Beta has gotten underway, leaving Microsoft and Google fighting for the skies. With the annual cost of the Microsoft monopoly predicted to top $10b this year, thousands and thousands of hours of PVR TV are being used to make new google homepage features the state of solid state storage. Where is the British EFF? Just around the corner, according to UEFI, formed to replace the BIOS after Microsoft began checking for piracy. With China releasing its 2nd generation MIPS chip just days after Sony agreed to stop payola, Voltron, Nerdcore, and the shuttle Discovery all will be coming to a theater near you.
Inkscape and Gimp are designed to meet two different needs, although there may be a small amount of crossover. Gimp isn't quite Photoshop, but I've used it for quite a while now. It's not perfect, but it's very capable, and I'm encouraged by its ongoing development.
Won't somebody please think of the children?!
- I voted for Nintendo and against Bush
These are two completely different programs.
While Inkscape is aimed at artists, for drawing clip art, chrome, posters, this kind of stuff (generally - Corel Draw audience), XFig is a technical drawing software, for techie people who draw schemes for papers, figures for tech books etc. Drawing a cute smiling girl in XFig will be just as hard (and inappropriate) as drawing a rotational stress graph of a railway car in Inkscape.
Anagram("United States of America") == "Dine out, taste a Mac, fries"
If you do the photo editing in SVG, the edited photo must be re-rendered every time it is displayed (unless exported to eps or something).
"Vector drawing" .. so much for the lost art of drawing a straight pointy arrow
Was it even ver 0.42?
"Our interests are to see if we can't scale it up to something more exciting," he said.
Look at the white on green logo at the top of the page. Check the URL. Yes, this is Slashdot.
Fear the day they make a clear announcement about an application or gadget, one you don't actually have to click through the link to decide if you are interested. On this day Stallman will have sold FSF to Gates, Microsoft will have open-sourced all their code and a new company, Hell Inc., will have cornered the ice-cream market for good.
since it assumes I want the interface to be in incomplete/poorly translated Japanese language, and doesn't seem to give me any way to change it to English.
Sounds like you want this page. First scroll down to the bottom and read "Locale Testing" to see how to set the language. Then scroll up and learn the process of making improvements to an Open Source application's translations. Remember that translations only improve when someone (such as yourself) contributes a few hours to help improve them. ;-)
"Their response was "No, we're too busy, and anyway people who use Linux seem to expect everything to be free." Well, that put me in my place..."
Well gee, I can't image what forum gave them that impression.
Mozilla Firefox 1.06
Gecko 1.9
The Gimp 2.2.8
Linux (kernel) 2.6.12
GNOME 2.10
KDE 3.4.1
Apache 2.0.54
XINE 1.0.2
KOffice 1.4
OpenOffice 1.1.4
amaroK 1.2.4
Abiword 2.2.8
GNU Chess 5.07!
It sounds as though you thought, "Gee, some open source programs aren't at 1.0 and" and, valiantly ignoring the possibility that those particular programs aren't finished, decided to post your magnificent discovery on Slashdot in general terms such as "this must be a problem with open source software." Honestly, WTF? Why would you post something so easily refuted, so flatly undercut by the most prominent projects of the movement you're trying to generalize about?
"Good for you. I agree with you. How dare these people donate all this time and effort into producing an open-source vector drawing application and have the audacity to not include pressure sensitivity for your tablet.
I'm not using it either until Solder Fumes demands are met."
*sigh*
And people wonder why proprietary software is still being used.
I don't see why this got modded down. Not only is it a nice reference, and funny...but true. I thought pretty much the same thing when I heard it the first time. I've been putting it on some of my users' machines lately, but I make sure to call it "The GNU Image Manipulation Program" to help keep the confusion down. The Gimp is not a very professional name ;)
"A truly wise man realizes he knows nothing."
I didn't think there was an open source equivilant to Illustrator (What little I have used of it I liked). At first I just thought "oh great, another art program. Anyone can do cool things with them if they know a little bit about how to use them". But I didn't realize it was Vector based.
In undeveloped countries, the consumer controls the market. In capitalist America, the market controls you.
You mispelled 'vulgar'.
Just so there are no misunderstandings here: Though there is an OpenOffice version for the Mac that is in fact only accessable via X11, everybody uses NeoOffice/J instead because it is aquafied to the point where it runs normally. Oh, and it is GPL.
And now back to your scheduled program.
What was the question?
6F 9E A9 1E 96 9F 74 27 ED B8 81 6D 0C 4E 1E 78
My other Sig is a 229.
Sticking your head in the ground and ignoring the de-facto standard is just irritating. I use Photoshop and Freehand, and have been since version 1.0 of both products. Ignoring their key combos means not taking advantage of a huge body of learned behaviors.
While it's nice to be all macho and shit, realistically speaking those key combos are like that for the simple reason that they've stood the test of time. Some of those key combos have a lifespan longer than linux. They've tried other key combos, and those haven't worked.
By ignoring that, the developers show that they're either (1) so young that they don't understand and take advantage of the past, (2) they've got NIH syndrome, or (3) they're so full of their own cleverness that they've gone pinhead.
In any case, that's really Bad News for the future of the app.
Definitely one of the most impressive and promising Linux application out there.
Corel Draw beware.
Agreed; photoshop had probably my least-favorite graphics interface (most adobe stuff is horrible in that respect) until I saw GIMP. Krita, on the other hand, will solve all of that for me. Can't wait 'till it's in my distro :)
The "amount of new features" should be the "number of new features" as there are an integer number of features.
Agreed. That critter is 5 times the size of the largest ermine I've ever seen. Actually, I've never seen a mink that size either, though male ferrets get that size easily.
At the time the picture was taken, nearly all ferrets were albino - it was much preferred as a color for easy identification. It was some years later when ferrets began to catch on as pets and not just 'working' animals that color was bred back into the line from the tiny minority of pigmented animals.
Yes, the painting is called 'Woman with an ermine', but Da Vinci didn't label the painting himself, that's just the name it's been given over time.
That animal is far too large to be an ermine. Half a pound would be an amazingly large ermine, while male ferrets can reach up to 5 pounds. Females ferrets rarely reach one pound, and they're STILL all larger than ermine ever get.
Mink are also smaller than the mustelid in the picture, though larger than an ermine. I used to know a couple of people who raised mink and sometimes ferrets as well, and the mink were a good deal smaller, generally brown and rarely albino, unlike ferrets - and vicious as all get-out! There is no way anyone would get a mink to sit still in someone's hands long enough to pose for a picture, and whoever tried had REALLY better be wearing heavy gloves!
Why don't they use QT? I really don't want to have to load GTK-things in my nice KDE environment!
In drawperfect there was a tool for drawing arrows. Did anybody make something similar for inkscape?
I had no problem installing Inkscape 0.41 on Fedora Core 2 using their i686 "static" RPM. However, with 0.42, the RPM is now linked against libgc.so.1, which is not shipped with Fedora Core (any release, 1 to 4). So I trundled off to Dag Wieers repository, downloaded the Fedora Core 2 libgc RPM, installed it and now I'm getting "undefined symbol: g_option_error_quark". Lovely stuff - looks like I'm going to have to compile from source <sigh>. I think the Inkscape folks need to rebuild their RPMs...
Inkscape already seems to be an impressive application for artistic drawing, but personally I mostly do technical drawing for which Visio is my currently preferred application.
However if only a few functionalities were added, Inkscape could be used for 95% of generic technical/business drawings as well:
- Global Grid / grid snap
- Object connection / snap points
- Auto routing connector lines
- Configurable line ends (arrow heads)
I believe some of these are addressed in the roadmap though.
Sounds like inkscape killed off the motivation of sodipodi developers. Last cvs change seems to be 3 months ago.
Do you have any idea how much better Windows would be if it operated like that?
If by better you mean "unreleased", then yeah.
When I start Inkscape in XP, it's in German. My region setting is Germany, but my XP installation is English. It should take the language from the OS language setting, not the region setting, goobs.
Developers really need to re-think the notion that every living in a particular region all speak one language. It's a mobile, diverse world out there.
Same here, but it's not really the poor translation that's bothering me (well every translation in Dutch sounds silly to me) - it's the fact that I'm used to English terms in such programs.
I HATE it that it chooses such things for me without even a standard point&click way to change it. I happen to run an English windows here at work, configured to be the region "Dutch (Belgium)" cause I need a euro sign and decent date/time notations, but I DON'T want programs to be in Dutch, but here it automaticly detects this and automaticly assumes I want to see Dutch.
Well, deleted the dutch language locals, and now it works fine in english...
With the gimp for raster imaging, Inkscape for vector imaging, and blender3d for 3d modeling and animation, there is no doubt in my mind that OSS has come a *loooong* way since my days as a computer artist. However, I don't see the production world moving away from Photoshop/Illustrator/Maya/SoftImage just yet. There are too many unknowns, and the last thing a production office wants to worry about is missing a deadline because the software stopped working.
As someone who may fiddle around with these programs in his free time, that is a little different than making my living and serving customers with it. The one guarantee the consumer has with pay-for-play software like Photoshop or Maya is support.
On another note, has the OSS community come up with an alternative to layout programs like QuarkXpress yet?
Can't the keybindings be customizable? I always wondered why most productivity apps wouldn't include a way to customize their keybinding and interface in general, the way, say FPS games do. That would do away with all this "make it more like Photoshop/Corel/macromedia/whatever". Let the user decide which way work better for him. Throw in a nice graphical way of doing this in a later release, but keep the config file format simple so I can edit it by hand. Presto. No more "ALT + smthing should do this instead of that". I understand perhaps this might not be so easy to code in if the application wasn't intended to support it from the ground up, but it is a resource worth looking for, specially in a field which everybody is so picky about the interface.
Where is that guy who'd die defending what I had to say when I need him?
Well, deleted the dutch language locals,
And what did they think about that?
"What is Inkscape? Unfortunently, noone can be told what Inkscape is, you have to download and make install it yourself" :)
I used it to de-uglify a bmp logo for a client. It looked like it had been run through Microsoft Paint with lots of jagged lines and such. Find a program called autotrace on sourceforge that converted the bitmap to svg. Edited the xml file to remove the objects that I didn't want (based on colour). Then loaded it into inkscape and cleaned it up and recolored it. Client was impressed. His graphics person had been unable to do it without recreating the whole thing. It only took me 1 hour.
Would it be too ****ing hard for the editors who promote stories to the front page to at least ensure that it contains some mention of what the latest stupidly-named OSS project actually does? The whole point of advertising - what such stories really are - is to reach the not-already-converted, and that just doesn't work too well if the audience does not in fact know they're your audience.
Yes, I know the answer to my rhetorical question. Any semblance of usefulness is too hard for some people.
Slashdot - News for Herds. Stuff that Splatters.
Headings like this included a little description of what the program is.
Heaven forbid that some of us haven't heard of it.
a man, a plan, a canal, panama
We don't have a panning tool
That's a minor problem.
We don't have a panning tool because we have lots of other ways to scroll. The best of them are middle-drag and ctrl+arrows. Try them, you may like them better when you get used to them.
That's a major problem.
Middle-drag and ctrl+arrows may suit _you_, but try them while using a tablet. Using space to pan (real space bar, or map space to some of the buttons on your tablet/drawing tool) does not involve putting down your pen, using the mouse or cursor keys, and then picking the pen up again. I understand that it would be technically possible to operate the mouse with my foot or cover ctrl and the cursor keys all with my non-pen hand, but...
I realize that if you don't use tablets and zoom a lot there's no reason you would have thought of this. It's all a matter of individual working style. What you should have done is reflect on why other applications have panning tools and what use people might have for them. What you did do was announce that you have plenty of ways to pan that suit you personally just fine, and advise the user to get used to them.
The problem here is _not_ your lack of a panning tool; that's just a little problem that should be trivial to fix.
I love SVG but I think I have to mark my expectations for Inkscape down a notch if this is typical of the project philosophy.
Whence? Hence. Whither? Thither.
I've been watching Inkscape intently.
I'm running Win2K and I currently use XaraX' (prime)
Were it not for Xara and Outlook I'd have ported over to FreeBSD by now. I have already started using OSS software to replace all my commercialware;
SQL Server - Postgresql
IIS - Apache
OfficeXP - OpenOffice (Except for Outlook as I need the calendaring and the iPAQ synchronisation)
Internet Explorer - Firefox
FTP - Filezilla
Website IDE - Eclipse (not ideal but it hooks in rather well with SVN)
Messaging - Gaim
Diablo II - Diamonin (Yeah, I'm just pulling your leg, though it is quite fun)
Congratulations and many thanks to the Inkscape team for bringing a completely OSS development suite closer to reality.
A hundred and twenty characters ought to be enough for anyone...
I have used both Adobe Photoshop and Illustrator almost all day every day for roughly the last seven maybe eight years. (I work in various fields of design). I do however keep my eye on what is happening with the open-source equivalents. There are many reasons why I have not left PS and AI behind in favour of an OS solution, and I'm sure as the years pass by and the software matures many of these reasons will fade and disappear. MY (main) problem with both GIMP and Inkscape is that my productivity takes a significant dive when I try and get anything done in them.
Is this entirely the fault of the developers? Not exactly... .. . BUT, the decision to purposely use different key-bindings to those of PS and AI (because their way might just be better) is a real problem for me and anyone else who has become used to a certain way of working... old habits are hard to break and after the 10th time of reaching for the spacebar to pan around the screen (one example), and getting nothing, the programme gets dumped because although I am bright enough to learn to press a new button if I really need to, breaking a seven / eight year habit is a real pain (especially if I don't NEED to). There are people out there that are prepared to swap from PS and AI to an OS alternative, but if the price is too high for them, then it just won't happen.
Sometimes you have to acknowledge the short-comings of your potential user-base, and it is perfectly human to want certain aspects of familiarity in new and uncharted territory, especially if those familiarities have an impact on productivity. Many of us need to work with our hands ready at the shortcuts, our eyes on the screen, and our minds on the work at hand, instead of keep breaking concentration and remembering strange new key combinations. I do admit that this is a terribly negative and somewhat self-centered thing to say, and only really applies to those of us struggling to switch. It is however a both a real and valid point, depending of course who Inkscape / GIMP is actually aimed at.
I will keep returning to both GIMP and Inkscape, they are both great programmes and to those that are not already worked well into the groove of other applications these could one day be very serious PS an AI opponents.
- Turn Pro?
I have inkscape 0.41 but it does not allow you to edit text that is shaped inside a box or a curve.
It's really a pain to close inkscape and type it out in raw XML to get the shaped text working.
Quidquid latine dictum sit, altum videtur
I tried to use an older version to read SVG exported Visio diagrams, but Visio utilized the CSS features of SVG and the resulting images were all black in Inkscape. If the CSS support is good, could this be the only Linux desktop app that can read Visio files (if they're exported to SVG)?
Apple has several APIs which allow access to Aqua. C and C++ are typically expected to use Carbon, but Apple has been doing some interesting things recently with calling Cocoa from otherwise-Carbon code.
I downloaded this a couple of weeks ago. I'm not an artist, but I was impressed. It had a good tutorial that walked you thru the basics. I was surprised that a .42 program had so many features.
Coder's Stone: The programming language quick ref for iPad
http://www.nongnu.org/skencil/index.html - skencil is another system that has been around for quite some time. very cool - supports python.
Now that Firefox 1.1 supports SVG, what do I use to generate SVG?
Inkscape looks nice on my PC.
On my Mac, opening Inkscape.app starts X11 and starts Inkscape, but no window opens, and the Inkscape menu bar has only Services, Hide Inkscape, Hide Others, and Quit Inkscape. Is this a bug or is there a secret to getting a GUI?
Thanks,
Dave
Just wanted to say: Thanks for the continued development of an outstanding GPL'd App. My 8yr old daughter is becoming quite the illustrator using Inkscape. Can't wait to try the new one. 0.42 almost halfway there.
OSGGFG - Open Source Gamers Guide to Free Games
How about the slightest inkling (ha!) of what the hell "Inkscape" is, and what it does, rather than the "OMFG!!!121 New version roxorz!!!" crap?
I had taken a few years of graphic design classes and with that comes the mentality that Adobe is the best. Last year I found Inkscape and have used it and been contributing ever since. A few "artistic" examples of Inkscape that I've done (be sure not to miss the last link though):
.41
My first piece done in Inkscape
Pure calligraphy tool
Clone tiler in action
Made much easier by the enhancements to node editing since
Simple
Detailed
And everything was 100% pure inkscape.
ART on dA
Downloads are here
He was talking about his videocard.
Maybe now that people have heard of Inkscape, we can make the Open Clipart repository not suck.
Make clipart! Lots of it! Submit it to OpenClipart!
I have been looking for an app to create repeating "wallpaper" patterns, but I can't find out how to do it! Anyone know how symmetry works in Inkscape?
Very nice write-up on your site.
-Scott
My other sig is a Glock
"The number of new features is astounding."
"Amount" is for a continuous quantity (as "the amount of water"). Features are discrete entities.
Once you start releasing to users who aren't developers, call it 1.0 already. This zero-point stuff is just silly, especially considering how powerful and stable Inkscape already is.
Not that this wasn't entirely predictable.
The amount of new features in this version of the open source scalable vector graphics editor is astounding.
/. not everyone is going to know offhand what Inkscape is.
Even on
And excuse my ignorance but what's so "apt" about version number 0.42?
Insert witty sig here.
People who complain about assembly language's difficulty level are usually the sort of people who think automatic garbage collection is a good programming idea.
Do they think digital watches are a pretty neat idea, too?
I just wanted to prepare everyone for the last link. If you haven't drunk your coffee yet and are not stable, DO NOT CLICK. Repeat: DO NOT CLICK this link.
Guess you skipped that particular english class. There is nothing at all wrong with the grammar you are complaining about.
The key concept you miss is that "is" applies to "amount", not "features", therefore singular NOT plural.
I agree with the above, having worked on this myself. It is quite possible to write a program using the Quartz drawing interface in just C (not even C++).
The toolkit (Cocoa) requires Objective-C. But it also means you are not writing a portable application (unless you intend to emulate Cocoa on the other platforms), so that is completely out of the question. Any kind of portable program can also easily avoid Objective-C.
...the only existing professional 2D design/drawing/layout pakage on Linux?
I've been doing professional work with Corel Draw 9 for Linux - the Programm still is a first class industrial heavyweigth in the field. And it's a crying shame it's not available anymore.
So does this Inkscape release compete in some way?
Anybody with a clue about professional software care to provide expertise?
BTW: Slashdotters who've never delivered a professional print or foil-cutting job needn't even think about replying to this question.
We suffer more in our imagination than in reality. - Seneca
The Inkscape people are not ignoring this. They just need someone to do the work. Any volunteers?
Inkscape.app runs fine on my Mac (10.4.2), but it looked ugly. I decided to do what the developers of GimpShop and load an Aqua-style skin, Glossy P http://art.gnome.org/themes/gtk2/571. It does a fair approximation of the Aqua appearance, and believe it or not, it helps: makes the contrast between Aqua and X11 less jarring.
/Contents/Resources, create a directory called /share/themes/Default, and put Glossy P (which untars to a folder called Gtk-2.0) in there.
To load Glossy P, open the app bundle, navigate to
It would be nice to have a native Aqua version, but porting GTK isn't trivial. There has been a long-running effort to port GTK 1, which looks awful (hardly different from an Aqua-themed X11) and barely runs, and a more recent effort to port GTK 2, which is still in the early phases. Given this situation, I'll gladly use an X11 version in an app bundle. What a good idea! And, Inkscape 0.42 runs much better than previous versions.
In your xterm as root, run fc-cache. Exit out of root, run fc-list to verify that fonts are listed. Start Inkscape. Works fine.
Need Free Juniper/NetScreen Support? JuniperForum
Actually that link has nothing to do with what I was saying, and had to do only with translating the tutorials. There is no information there or anywhere about how to change the language of the menus and interface under windows.
Good job getting modded +5 anyway, though.
Art software is oriented at "fuzzy logic" of an artist. Arbitrary brush strokes, easily accessible gradients, sexy color picker, lots of filters, extended use of digitizer tablet, canvas/ink flow effects, tools similar to real-life ones (pencil, paintbrush, airbrush), and general orientation at unrestricted and easy creation of content, precision be damned.
CAD/tech drawing software has some overlap but there's more differences than similarities. Grid, snap points, "approved" fonts, commandline input (instead of digitizer tablet!), norm-defined fills and frames, precise measurement tools, few sharply defined colors, precise line thickness, all the "fun stroke effects" replaced with "predefined primitives" for easy creation of strictly defined shapes.
An engineer would ponder picking circle-3-point, circle-radius, circle-diameter, circle-line-distance, arc-midpoint-startpoint-angle, arc-3-points, arc-line-endpoint-radius, arc-fillet, approximate-with-circle, and a bunch of others. An artist would slap a simple circle and cover unwanted area with freehand 0-border fill-white blob.
Apple was colossally dissapointed today to learn that Perl, 4th Ed. is a fun and informative way to introduce open source. A new IBook and Apple mini are expected to get a handle on Vista while also hitting the shuttle during launch. With the USA getting ready to pass its science crown to China, the Mandriva Linux 2006 Beta has gotten underway, leaving Microsoft and Google fighting for the skies. With the annual cost of the Microsoft monopoly predicted to top $10b this year, thousands and thousands of hours of PVR TV are being used to make new google homepage features the state of solid state storage. Where is the British EFF? Just around the corner, according to UEFI, formed to replace the BIOS after Microsoft began checking for piracy. With China releasing its 2nd generation MIPS chip just days after Sony agreed to stop payola, Voltron, Nerdcore, and the shuttle Discovery all will be coming to a theater near you.
USE HOT GRITS WITH STATUE OF NATALIE PORTMAN (NAKED AND PETRIFIED)
What would be really cool is if we could get the projects to work together on implementation.. so that feature were added at about the same time to both programs... The SVG spec is HUGE, and there's a lot to implement.. but if the KSVG, Inkscape, & firefox guys all got together [along with KHTML & apple, an the SVG Tiny guys] we could get this off the ground.
CVXGnvMe+lqp1uOjbcT14hOawnHssEsoGC49bMjKho/Lq2kKKn A4C0aOYmN0PwbT
WuP7CLerFMSzbvI8Q4n94LkfY03y7fz5SOKe7NVjoAmKRg+EoZ UfyBZj/T6C3Egy
jg+ED3JXBeEO9fI6lH7YQUMumqRqG5kXPbu8Pb39L3YHVIA5Ue +vCmpG9N/3c2TP
ptDZtlsJusd7WmzFagZEwNrblyWdeS1jQ5fXNgC7zEPRWBE3zy ccIw2Fdl0EgGk3
ECCo6p3SRB7FyrCOn291xx7BvgVFtx9B+Bxh51TOrbODOc7+LX OgjNEqw+7AonWx
ZTPL73dvVo7ZoxJlgR4kQdY73pi97+EA+IByWqVSEMzXqifSp4 /EIWh7bkrUaLTb
itvyqVsVv9QfkmRCOM8X3QGWmF/CPUHOSAAKbmfeaaKF5tBELU 7CuzS9RaegCb6q
7edziOwW1/jr0TXoAvLJnnIUv8kOLNcFNO2V43WfRcVQRlS9Lr eDoT6/fxsn140D
jiUEqHRl3zCYCpQGoztZN3RvlfQKh0tUU6aUN9hkVpkoeqUz8U 32XYYBo5pWakiZ
mVqA8+0A7geHUwfFz5AeVY18rM4NjCUUiT6PaYuk5veDHuVZwY Z661ExWTlk2LE2
fRtsyY8CdQYcBGg1g91LsQZIslcA7l/Qnf6dYRWbk2DEFHQIwN lp654+Xh62KhLa
CZlAZc8OOj5XSgQKdcoNVqS0Dt7xo5maPSRzbdAHoiV4rKeJe9 EQe2/6dCVWYHr0
1xu7jclGXkWP08s0j166NOy6Iyb0d10Mu2aCxix3z7TYZC8V6T bM9yETCe0mJ1LW
RtqMiVRCBTE9RNeSH8q2mPb4/ZE50au6Q7SpYNzSgMQ9VDD2EB L6pIOCfTfm9yRS
uQXocFy0P0+G3v+tK7vW83mnPk7tZiix6BFUX8002TcV6B9nTa xyE2IM2bB5STah
L4P+XKO8zaQtfCTzyMZcWocH6QD3ae+zFDP0ojZ90BnJPd6l7J SMxZShSBjgasMO
0GS8DIWqyskgcmzQyd1QAXDmRqCIK3502RcWSkgCXIn5J8v4OP 5FZBvX9EVI+Wfc
q1DfI4BS5lVoLzXiiG0zOnyeS1n6VhQH1qKcYE7cwvQ0MOvSMj CQKIucRvvx0UOs
hhzms+1TtRUQOaUQr0B7XvJy6nxnKf90axNn9LlHASx6mBgf9+ XuhGAPhVHprKKd
UHsb1tQ1PeDzhng4IKCFEVjPnK3uGZcAzvZJXF0xRqsoaRMk6q QarrTBGHnU0DvI
OmF4ohIyoU681xxGKJDfSVFuwIMCCJN5tVANIGgcEuBoKWgdAC 3iUYcCuqwth5Kr //ce1P/+q+IxpmcioUbj+rZkA4KujgYfUW0dBRTn5n8CoB2KXb x11syzpQCwWstv
eXFfBwexzufgHIUU71q67uLdVTq8xL4TmmAIYU4e2kv2JZaRol KALA6mrrR4Bft1
lhSwLcs5xHGslN5Kw6xvkuonJYOiKS3ypUVTyj1szicFQ4Wnt3 rGToJdpA4mPKqs
mtY/9JkhXCOBNTP3T7DyXPLlfQaBIjiBMhMEV5S01NR9kBEjlQ Keg6J/a6NihGRa
+LCmpW1U+9u7xZ2kPK51dzhMZ4duSrSKRnLbRzCqjF0k9nXIm8 bQ7SweszYTcM2R
aItcCmsHZWmb5jXftN2fdxdp58cds3e8qCkqIe5XI2lap9WURu URxg6fiEJ2xcvU
TROhVlKGu7kSN8dW/bmCi3aihdrFUXS4CgVjLw8wjOEotlBu/Y voj4lgH7V9AkFo
Ydhd4EVSSAUNPKF9S02e3+A2YrgXXPsTJVwZgCocqk80sCfUdC yjk4+xQGUw1gJA
FL2dR6dsI+voCGo5dxzwc/bWopV98LtlP1GOtqBaRAE1xD4wmF F3YyYUhYAVdAHt
FSv8kJFa+oRIgIlLTS3DfdjslAr87W/x8ThxfQsJ1WKstBuF2c 8Ll6R/CZ9WItpv
5in7g1QOVONM6nHhyn88OVsCNkv7rnMZ7kZbPwX3qX05ke/jSp QK7caO1P9OpZPH
jTQbog55g/6MkT0D1jrnHwpd9YRVaBJTq4vWxy+pEWcJIgYGNM a/JYJ0NZ6m9SPm
hTqLSjFuifNM/qLP6j4Hc+GcxJ3U7LgCaj3dZkiinuIZWIh0fm kH1bXSboUek6go
6F05lyaDvEoFNGsMFCkP27/l25gylvDK/PetfwNJLeudvgWfx4 xXMjAlx4JC95h1
dDPcUyZgms5UbHmfwLZJatODUFY1pyr4aoyiGZMqAhLjDkLgFY ogBw6fQp0fCEl+
WNZh3CXapHwlBpiUyr8zAqYprt+XMU0QnDuWynwPfCHUzvR3hT crMOL6abXOiM5u
8nwiTfk9x+biQBRgGLedPGnwlp0TsAJi4rGaYdt6IwPo+3lwhx necJ/0HM+7cjXr
OaSQDB8IYE7JpMF5tT2HQ+7zz9W4DclY6My2OpmxoadIMvKXfA yOK2LJsielevXs
fXCpdi3qcCZovBPyKBRaxTwPcXHNrdfq4AdAxSCQ55oYlpFIk6 7ph3gCyeTf7k/a
GQ+K51YFtMzanJVa1TM0GvwQ3GURlOC6CED3rpr4g2fp+vqs6B Y8ktdzluoPJSQc
kypuDg+7yOMACsLTBVyB7mENn8kkz+7jQ2i91ZgqWYM=