The Origin Forum
File Exchange
Try Origin for Free
The Origin Forum
Home | Profile | Register | Active Topics | Members | Search | FAQ | Send File to Tech support
 All Forums
 Origin Forum for Programming
 LabTalk Forum
 automatic eps export

Note: You must be registered in order to post a reply.
To register, click here. Registration is FREE!

Screensize:
UserName:
Password:
Anti-Spam Code:
Format Mode:
Format: BoldItalicizedUnderlineStrikethrough Align LeftCenteredAlign Right Horizontal Rule Insert HyperlinkUpload FileInsert Image Insert CodeInsert QuoteInsert List
   
Message:

* HTML is OFF
* Forum Code is ON
Smilies
Smile [:)] Big Smile [:D] Cool [8D] Blush [:I]
Tongue [:P] Evil [):] Wink [;)] Clown [:o)]
Black Eye [B)] Eight Ball [8] Frown [:(] Shy [8)]
Shocked [:0] Angry [:(!] Dead [xx(] Sleepy [|)]
Kisses [:X] Approve [^] Disapprove [V] Question [?]

 
Check here to subscribe to this topic.
   

T O P I C    R E V I E W
quickkk Posted - 01/26/2005 : 5:18:27 PM
Origin Version (Select Help-->About Origin): 7.5
Operating System: win2k

Hi,

How can we export eps graphic files directly using labtalk. Right now I can do jpg, bmp and gif using:

image.FileName$ = "%Z%W.gif";
Image.Export.PagePixel( gif, 640, 480, 24, 0 );

But if I do the same thing using eps instead of gif, it doesn't work. I tried looking in the help files, but they were quite vague and of no use for this particular problem.

Thanks!
2   L A T E S T    R E P L I E S    (Newest First)
quickkk Posted - 02/10/2005 : 4:07:56 PM
Thanks eparent, that's just what I needed to know.
eparent Posted - 01/27/2005 : 10:20:56 AM
LabTalk's Image.Export.PagePixel can only export to raster formats. Use Image.Export.PageDPI to export vector formats. The syntax is similar.

Image.Export.PageDPI(<format>, <dpi>, <bpp>, <compression>)

Note: the PageDPI method can be used for exporting to both raster and vector formats.



The Origin Forum © 2020 Originlab Corporation Go To Top Of Page
Snitz Forums 2000