Can PhotoShop save as PLT?

2500 views5 repliesLast post: 11/27/2003
Does anyone know if PhotoShop 7.0 for Windows can "save as" a PLT (HPGL) format? I didn't see it in my save as options.... Thanks, Mark
#1
I checked my save as options too. I would say no. What file format is that? What programs use it?
#2
I believe HPGL is printer or plotter language.
I haven't seen it in any graphic program as a "Save As". Rob
#3
If I remember right, it's basically the same as a .prn file but generated by AutoCADD or some other drafting software.
#4
What is your desired end result?
There is a Photoshop Plug-in that will allow Export to .PLT but it only works with Greyscale images.
#5
I would be very surprised if you could get a PLT file out of PhotoShop.

A PLT file is for plotters and is nothing more than a list of ASCII data plotter commands.
In the simplest terms, the commands look like:
P1 ; mount Pen 1
D, 127.32, 39902 57.40,207.66 ; Draw from starting X,Y to ending X,Y etc...

These commands drive the plotter servo motors to create line drawings. It would be a real piece of work to convert a PSD raster image into Vector data and then mash the vectors into a PLT file.

HTH

Mr3

wrote in message
What is your desired end result?
There is a Photoshop Plug-in that will allow Export to .PLT but it only works with Greyscale images.

#6