Pages

Se afișează postările cu eticheta inkscape. Afișați toate postările
Se afișează postările cu eticheta inkscape. Afișați toate postările

miercuri, 16 octombrie 2024

News : Inkscape 1.4 released .

The Inkscape official youtube channel don't have a video with this new released version.

duminică, 4 august 2024

News : Inkscape Is About To Revolutionize The Shape Builder | v1.4 Beta Update

Inkscape : Create an extension for inkscape.

You can create your own extensions in inkscape with all features you need to improve the working area.
One extension can have minimum two file: the basic Python source code and another file with the graphic user interface ...
The source code of Python file can be link with the G.U.I. source code type file INX.
The source code for python can be customized and this is the main reason is no need to add it here.
Let's see the source code for the INX file:
<?xml version="1.0" encoding="UTF-8"?>
<inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension">
    <name>Default extension example</name>
    <id>default.extensions.example</id>
    <param name="tab" type="notebook">
        <page name="Options" gui-text="Options">
            <param name="value_int" type="int" min="0" max="9" gui-text="INT type value from 0 up to 9 : ">10</param>
            <param name="value_bool" type="bool" gui-text="BOOL value set to false : ">false</param>
            <param name="value_space" type="float" gui-text="FLOAT value set to 0.1 custom range min 0.0 up max=99.0 : " min="0.0" max="99.0">0.1</param>
                <param name="option_group selection" type="optiongroup" appearance="combo" gui-text="Options :">
                <option value="1">1</option>
                <option value="2">2</option>
                <option value="3">3</option>
            </param>
		<param name="grouppick" type="bool" gui-text="selection pick ..." gui-description="This is gui-description">false</param>
            <param name="pickmode" type="optiongroup" appearance="combo" gui-text="pick values group:">
                <option value="first">first</option>
                <option value="second">second</option>
            </param> 
	</page>
        <page name="Help" gui-text="Help for default extension example">
            <label xml:space="preserve">This is example of default extension example
	You can use this INX file and PY files type named 'default_extension_example'</label>
        </page>
    </param>
    <effect>
        <object-type>all</object-type>
        <effects-menu>
            <submenu name="catafest"/>
        </effects-menu>
    </effect>
    <script>
        <command location="inx" interpreter="python">default_extension_example.py</command>
    </script>
</inkscape-extension>
Bellow you can see some screenshots with these result

joi, 2 mai 2024

News : Inkscape 1.4 released.

This month was the starting point for the 1.4 release, which is Inkscape last Gtk3 based release before moving onto Gtk4. Many of the fixes in this list have been worked on in a backwards way as we fixed them in 1.4.x first and will forward port them to the main inkscape development later.
The issues we have been working to can be found here: https://gitlab.com/groups/inkscape/-/milestones/13

miercuri, 27 martie 2024

News : 5 Obscure Inkscape Features That You May Not Know

... an older video tutorial from earlier this month that introduces important new features of Inkscape that you should be using in your illustrations right now.

vineri, 22 martie 2024

News : About Screen Contest

The new inkscape contest for Celebrating Artists, Inkscape, and Community can be found on the official webpage.
For each new version of Inkscape, we invite all Inkscape artists, newcomers and seasoned professionals, to submit an artwork for the "About Screen" contest. The upcoming release is Inkscape 1.4 (and we'll make a separate announcement for helping us test drive when it's ready)!
The About Screen is an image that you get to see when you click on Help → About in Inkscape to find more information about the version of the program installed on your device. Here's last year's winner, Isometric Madness by Denis Kuznetsky that features the version number in the back of a truck!
But the About Screen Contest is about much more than the About Screen. Contest artwork is also frequently featured in news articles about the release, on the inkscape.org download page, and in other locations.

joi, 1 februarie 2024

News : Laurel Design Tutorial (Inkscape)

You can find a good youtube channel with inkscape video tutorials on GraphicDesignStudio.

duminică, 5 noiembrie 2023

News : Inkscape Challenge | 1 November 2023 - 30 November 2023.

Have you heard?
Inkscape is 20 years old this month!
We want YOU to create something for the #Inkscape anniversary!
T-shirts, comic strips, embroidery... Show us what you can do with Inkscape!
You can read more on the inkscape forum.

marți, 22 august 2023

The Huion tablet works in Inkscape.

Today, I tested this version of Inkscape serial number 1.3 (0e150ed6c4, 2023-07-21) with my old Huion WH1409 tablet version.
As you know Huion WH1409 tablet comes with different models and drivers. My tablet works with the old version of Huion WH1409 (2048) drivers.
I can tell you dfin tests that the drivers for these Huion WH1409 models are very different and must be tested.
You will have to set from Mode as Screen or Windows from the main menu Input Devices .... You can see is set to Disabled.

sâmbătă, 18 martie 2023

Inkscape : Blend from clipboard.

This option does not allow us to create brushes using the option of Draw freehand lines and Blend from clipboard having in the clipboard brush SVG image.
You need an SVG that looks like a brush and then save it in the clipboard.
The correct steps are shown in the attached image:

duminică, 12 martie 2023

News : Screen Contest celebrating 20 years of Inkscape.

The Inkscape open source project was founded in 2003, so it will be 20 years old this year. We invite you to show the world what the anniversary means to you, by using your art and creativity!
This About Screen Contest is open to submissions until March 19, 2023, and the ultimate winner announced on April 4, 2023.
You can find more on the official webpage.

miercuri, 28 decembrie 2022

News : Inkscape team hiring python developer.

For the Inkscape project and its users, interoperability with other software packages, both free and commercial, is of high importance. The PLC has decided to hire a developer for the equivalent of 1.5 months (part-time schedule available) to implement importing functionality of a file format for which Inkscape yet lacks proper support. An extension of the project to up to 3 months (with additional compensation) may be granted depending on the success of the first half ...
You can find more information on the official website.

sâmbătă, 3 decembrie 2022

Inkscape : Create a watercolor effect from IronEchoDesign.

This is avery good video tutorial about how to create a watercolor effect in Inkscape ...
Inkscape 1.2 step-by-step beginner, intermediate level watercolor tutorial showing you how to make watercolor photo mixed media designs. Follow along with Rick Johanson as he walks you through the basics of Inkscape in this free course. Step-by-step instruction on the Watercolor Filter settings and a demonstration of how to use Trace Bitmap to create vector objects from png or jpeg images.

vineri, 20 mai 2022

News : The new inkscape released version 1.2 .

The new Inkscape 1.2 was released on May 16, 2022.
Inkscape is the latest major release that brings you many fresh new features and functionality and comes with bug fixes and so much more, see the official webpage.
You can see a video intro from Davies Media Design's youtube channel.