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
 Forum for Origin C
 plot *.bmp problems

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
5*10 Posted - 08/26/2005 : 11:28:58 AM
Origin Version (Select Help-->About Origin): 7G SR4 v.7.0552
Operating System:win 2k

Hi

I have a little problem with exproting graphs to an *.bmp!
I write the following code and want origin to exprot the aktiv page to an bmp.
Yesterday this function works, but today Origin allways pop up a window asking me for the resolution and if I want to use true color or b/w ...

I hope someone can help me, because I loop over this function and if there is no way to solve this problem i have to confirm 300 times the popup!!

Greets 5*10

LT_set_str("%T",Anzahl);
LT_execute("Image.FileName$ =%K%T"".bmp");
LT_execute("Image.Export.PageDPI( BMP, 96, 24, 0 )");
LT_execute("sec -p 1.0");

I also tried:

LT_set_str("%T",Anzahl);
LT_execute("Image.FileName$ =%K%T"".bmp");
LT_execute("Image.Export.PagePixel( BMP, 640, 480, 24, 0 )");
LT_execute("sec -p 1.0");
2   L A T E S T    R E P L I E S    (Newest First)
5*10 Posted - 08/28/2005 : 07:53:06 AM
Hi Mike,

thank you for help. Function works!!
Step by step I understand more about working with the mighty tool ORIGIN!!!

Greets 5*10
Mike Buess Posted - 08/26/2005 : 5:02:49 PM
Try LT_execute("image.showOptions=0") before image.export.

Mike Buess
Origin WebRing Member

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