Export to bitmap

This forum is for general discussion about Aspire
Post Reply
Olle
Vectric Craftsman
Posts: 164
Joined: Wed Sep 28, 2016 4:51 pm
Model of CNC Machine: Laguna MCNCIQ

Export to bitmap

Post by Olle »

I want to use some of my vector drawings as illustrations, and I have been trying to figure out how to export them as, for example, jpeg. Can't find a feature like that and a screen dump is too small, so is there a way to export and set the bitmap size?

User avatar
Rcnewcomb
Vectric Archimage
Posts: 5927
Joined: Fri Nov 04, 2005 5:54 am
Model of CNC Machine: 24x36 GCnC/WinCNC with ATC
Location: San Jose, California, USA
Contact:

Re: Export to bitmap

Post by Rcnewcomb »

Export as PDF should work well if you want to keep them scalable. What are you going to do with them after you have exported them: put them in a PowerPoint or on a web site?
- Randall Newcomb
10 fingers in, 10 fingers out, another good day in the shop

Olle
Vectric Craftsman
Posts: 164
Joined: Wed Sep 28, 2016 4:51 pm
Model of CNC Machine: Laguna MCNCIQ

Re: Export to bitmap

Post by Olle »

I found the PDF function, and it won't really work for what I want to do. I'm planning to doctor them up in Paint Shop and post them on a web site, so it needs to be a bitmap.

User avatar
Rcnewcomb
Vectric Archimage
Posts: 5927
Joined: Fri Nov 04, 2005 5:54 am
Model of CNC Machine: 24x36 GCnC/WinCNC with ATC
Location: San Jose, California, USA
Contact:

Re: Export to bitmap

Post by Rcnewcomb »

post them on a web site, so it needs to be a bitmap
Actually, SVG format work well with web sites.

Code: Select all

<!DOCTYPE html>
<html>
<body>

<object id="svg1" data="Test.svg" type="image/svg+xml"></object>

</body>
</html>
- Randall Newcomb
10 fingers in, 10 fingers out, another good day in the shop

User avatar
Rcnewcomb
Vectric Archimage
Posts: 5927
Joined: Fri Nov 04, 2005 5:54 am
Model of CNC Machine: 24x36 GCnC/WinCNC with ATC
Location: San Jose, California, USA
Contact:

Re: Export to bitmap

Post by Rcnewcomb »

You can also treat the SVG file like any other image and use the <img></img> tags

Code: Select all

<img src="Test.svg" alt="Test Vectors">
- Randall Newcomb
10 fingers in, 10 fingers out, another good day in the shop

Olle
Vectric Craftsman
Posts: 164
Joined: Wed Sep 28, 2016 4:51 pm
Model of CNC Machine: Laguna MCNCIQ

Re: Export to bitmap

Post by Olle »

I just checked Paint Shop, and svg is not on the list of files it can open. I might just go with a screen dump.

User avatar
Ms Wolffie
Vectric Wizard
Posts: 2695
Joined: Sat Mar 31, 2012 10:41 pm
Model of CNC Machine: Blue Elephant 1325, Shark HD Pro
Location: Tully Heads, Wet Tropics, Queensland, Australia

Re: Export to bitmap

Post by Ms Wolffie »

Tiff or png is scaleable.
Cheers
Wolffie

Whatshammacallit
Cut3D, VCarvePro 6.5, Aspire4, PhotoVCarve, Corel Graphics Suite X6

Olle
Vectric Craftsman
Posts: 164
Joined: Wed Sep 28, 2016 4:51 pm
Model of CNC Machine: Laguna MCNCIQ

Re: Export to bitmap

Post by Olle »

Ms Wolffie wrote:Tiff or png is scaleable.
You mean there's a way to export to those formats?

User avatar
martin54
Vectric Archimage
Posts: 7353
Joined: Fri Nov 09, 2012 2:12 pm
Model of CNC Machine: Gerber 48, Triac PC, Isel fixed gantry
Location: Kirkcaldy, Scotland

Re: Export to bitmap

Post by martin54 »

Not familiar with Paint Shop but will it import PDF files? If it does then have you tried printing to PDF rather than exporting as a PDF file.

User avatar
highpockets
Vectric Wizard
Posts: 3667
Joined: Tue Jan 06, 2015 4:04 pm
Model of CNC Machine: PDJ Pilot Pro

Re: Export to bitmap

Post by highpockets »

Some sort of picture of what you're trying to do might help.

I took a Preview Toolpaths, saved as png using Save Preview Image, brought it into paint.net, removed the background, cropped to suit and saved the file.
Happy Halloween.png
John
Maker of Chips

User avatar
Adrian
Vectric Archimage
Posts: 14680
Joined: Thu Nov 23, 2006 2:19 pm
Model of CNC Machine: ShopBot PRS Alpha 96x48
Location: Surrey, UK

Re: Export to bitmap

Post by Adrian »

If you set the preview background to a solid colour rather than shaded in options and then save a preview image as a PNG it's given a transparent background automatically.

Olle
Vectric Craftsman
Posts: 164
Joined: Wed Sep 28, 2016 4:51 pm
Model of CNC Machine: Laguna MCNCIQ

Re: Export to bitmap

Post by Olle »

highpockets wrote:Some sort of picture of what you're trying to do might help.

I took a Preview Toolpaths, saved as png using Save Preview Image, brought it into paint.net, removed the background, cropped to suit and saved the file.
Happy Halloween.png
It's not exactly what I had in mind. I need to use a simple black and white line drawing for clarity, and I also want to fill certain areas to show a step by step machining sequence (like 1st step yellow, 2nd step red and so on). Won't be back in the shop until Saturday, but I think I'll try the pdf option and see if I can convert that to a bitmap (for example here: https://pdf2jpg.net/). I have an older version of Paint Shop Pro (PSP 7) and I believe it can use dxf format, just haven't figured it out yet.

User avatar
Adrian
Vectric Archimage
Posts: 14680
Joined: Thu Nov 23, 2006 2:19 pm
Model of CNC Machine: ShopBot PRS Alpha 96x48
Location: Surrey, UK

Re: Export to bitmap

Post by Adrian »

If it's something you'll be doing often it would be best to switch to using a vector rather than bitmap drawing/painting program such as Inkscape, Coreldraw, Illustrator, Xara etc.

I use Xara for that sort of thing and working with vectors gives much, much better results as there are no artifacts from scaling etc.

User avatar
highpockets
Vectric Wizard
Posts: 3667
Joined: Tue Jan 06, 2015 4:04 pm
Model of CNC Machine: PDJ Pilot Pro

Re: Export to bitmap

Post by highpockets »

Adrian wrote:If you set the preview background to a solid colour rather than shaded in options and then save a preview image as a PNG it's given a transparent background automatically.
Thanks Adrian, had not tried that, works like a charm!!!
John
Maker of Chips

Post Reply