Viewport HQ Render

Hi everyone,

I’m working on the presentation of an open source project i’ve been working on, so I’m looking for a way to make a high quality render of the viewport or export the current view as a vector image while retaining the net colors and other layers.

The way i do it right now is by making a screenshot, then cropping and resizing the image, but the quality is horrible. I am trying to do achieve the same thing in FreeCAD because i want the “wireframe” to be visible for aesthetic reasons.

Below is an image of the results:

Is this in any way possible?

Easy…
In FreeCAD, set your image on the screen as you want it (wireframe, asis, shaded…etc). And, if desired, set the line widths and colors.

Zoom in/out to get the desired size (most likely, fill the display. Why? Keep reading…)

Now, to make the image:
Tools>Save_Picture (you’ll get what’s displayed!)
Click the Extended button in the panel and set to desired size and background…

Example screenshots:

Wireframe… Light Blue is too light so, you can set it as desired either via panel or pref’s


(could also Bulk change color in a favorite image viewing/editing app…)

Tools > Save Picture is exactly what i did, but the image it produces has the same resolution as my display so the quality degrades when i zoom in. Same problem with KiCAD.

I was hoping there is a way to somehow “export” the current view with all visible layers.

I know how to export single layers, so i can probably combine them in GIMP or some similar software but i was wondering if there is a way to retain the “net color”

Below is an image of a single layer, exported as SVG, colored in Inkscape and then saved as PNG

pcbnew | file | export | VRML… :sunglasses:

I did not know about this option actually, or at least it wasn’t working the last time i tried it, but it produces a realistic 3D model of the board, i actually want to keep the “viewport look” from my screenshot, but in HQ instead.

Just to clarify/inform…

In the FreeCAD Tools>Save_Picture, after clicking Extended, you get a panel with list of default screens sizes. There’s more size options… I imagine 10000x10000 is good enough

2 Likes

Awesome,
Thank you, i can’t try it out right now but i think this is exactly what i am looking for.
Do you know if there is something similar in KiCAD?

at preset time, this is about all you can do:

Option1: Kicad>3D View, Export as PNG or JPG

EDIT:
Option2: FreeCAD>StepUp-Workbench> Load the PCB (and Traces, Footprints… as desired)
Then do the Tools>Save_Picture thing…

This will give me another 3D view of the board,
Besides the 3D “FreeCAD Viewport/Wireframe” view, i want to export the PCBNew’s viewport look as a HQ image, so i can assemble the same image i shared at the top, but in high quality

I’m very sorry, i know it’s probably a weird request :smiley:

Well, try this…

In FreeCAD, load the StepUp Workbench.
Load the PCB, Footprints, Traces/Pad…etc

Now you’ve got it in FreeCAD and can Save the Picture, as mentioned…

You can use the plugin Board2Pdf (found in the plugin manager) to get different 2D views of any combination of layers you’d like. The result is a pdf in vector format, so you should be able to export that pdf to a really high resolution image.

1 Like

Thank you very much.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.