Recreate embossed logo for vector/pdf

Post questions on how to use or achieve an effect in Inkscape.
ChrisLo
Posts: 14
Joined: Fri Feb 10, 2012 8:11 am

Recreate embossed logo for vector/pdf

Postby ChrisLo » Mon Mar 04, 2019 7:16 pm

I'm not an expert with Inkscape filters. I would like to recreate an embossed logo effect as shown on the attached pictures (taken from a printed label). Trying Inkscape filters aside from not giving me a satisfying recreation AFAIK mostly creates pixel effects. I would prefer recreating the effect with "basic" vector elements so that the resulting image can be used in various places including in pdf's.
Is there an "automated way" to avoid drawing the effects all totally by hand?
Attachments
OBERMOSER-logo.svg
(11.06 KiB) Downloaded 120 times
Logo-Detail2.jpg
Logo-Detail2.jpg (147.72 KiB) Viewed 1495 times
Logo-Detail1.jpg
Logo-Detail1.jpg (106.57 KiB) Viewed 1495 times

Polygon
Posts: 393
Joined: Thu Dec 19, 2013 3:27 am

Re: Recreate embossed logo for vector/pdf

Postby Polygon » Mon Mar 04, 2019 8:55 pm

Hi.
I´say I skip filters in Inkscape wherever possible as I don´t think its implementation is made for humans. :o
Did you ever seen the CoreImage filter effects in macOS vector apps and you know what I´m talking about.
Here´s a filter built in another app in 15 sec and exported to SVG with intact filter set up. Maybe you can alter it to your needs:
OBERMOSER-logo-Embossed.svg
(51.05 KiB) Downloaded 120 times


Cheers

ChrisLo
Posts: 14
Joined: Fri Feb 10, 2012 8:11 am

Re: Recreate embossed logo for vector/pdf

Postby ChrisLo » Mon Mar 04, 2019 9:51 pm

Thank you very much Polygon! Very kind to provide the file. I was able to open it in Inkscape, remove unwanted effects as well as to tweak others like "Offset" so that the result is very much what I want.
Since "Gaussian Blur" is involved (twice) it is however not possible to export the result as a vector image to PDF - only rasterizing to the desired dpi retains the effect. So I still need to look into another solution to export to pdf as vector.
Attachments
OBERMOSER-logo-embossed.pdf
(139.25 KiB) Downloaded 119 times
OBERMOSER-logo-embossed.svg
(50.28 KiB) Downloaded 116 times

Polygon
Posts: 393
Joined: Thu Dec 19, 2013 3:27 am

Re: Recreate embossed logo for vector/pdf

Postby Polygon » Mon Mar 04, 2019 10:00 pm

I will get this when I export to PDF from another vector.app:
Attachments
Obermoser.pdf
(130.38 KiB) Downloaded 117 times

ChrisLo
Posts: 14
Joined: Fri Feb 10, 2012 8:11 am

Re: Recreate embossed logo for vector/pdf

Postby ChrisLo » Mon Mar 04, 2019 11:36 pm

Polygon wrote:I will get this when I export to PDF from another vector.app:

Yes, similar is also the Inkscape Export. If you zoom in you can see the Gaussian Blur is rendered by pixels (resolution depending on settings).
Attachments
SVG-GB-PDF-Rendering.jpg
SVG-GB-PDF-Rendering.jpg (34.36 KiB) Viewed 1469 times

Lazur
Posts: 4717
Joined: Tue Jun 14, 2016 10:38 am

Re: Recreate embossed logo for vector/pdf

Postby Lazur » Tue Mar 05, 2019 7:41 am

Hi.

Filters are essentially px based as they affect the rendered image output and not the underlying objects -like the path effects.
Unfortunately the pdf format doesn't support filters, therefore they are always represented by a raster double the best.

If you want to go full vectors, there are basically two options.
Building up the image from somekind of gradient filled objects -like, gradient meshes is the most advanced choice.

Or, use interpolation of flat filled objects atop eachother which will create a nice transition from a distance.

Meshes are not yet part of the svg specs and is a quite new feature -and their use can be cumbersome.
For the interpolation in action, here is an example.

ChrisLo
Posts: 14
Joined: Fri Feb 10, 2012 8:11 am

Re: Recreate embossed logo for vector/pdf

Postby ChrisLo » Wed Mar 06, 2019 1:37 am

Lazur wrote:For the interpolation in action, here is an example.
Nice example. Does not look "automated" :D


Return to “Help with using Inkscape”