Re: export image and CGI

2006-10-19 Thread Mark Wieder
Andre- Wednesday, October 18, 2006, 8:04:03 PM, you wrote: I am generating some images on runtime for a CGI, I'd like to use export ... as JPEG command to save my image data to a variable that I could output to the browser. This is specially useful for example for I would almost guarantee

Re: export image and CGI

2006-10-19 Thread Andre Garzia
Mark, I have the perms, what is happening is that the export command is failing. I think the export image command only works if you have the stack visible on the screen. :-( Andre On Oct 19, 2006, at 3:28 PM, Mark Wieder wrote: Andre- Wednesday, October 18, 2006, 8:04:03 PM, you wrote:

Re: export image and CGI

2006-10-19 Thread Klaus Major
Hi Andre (my spanish friend ;-) Mark, I have the perms, what is happening is that the export command is failing. I think the export image command only works if you have the stack visible on the screen. :-( I found out that the stack has to be OPEN, no matter if visible or invisible!

Re: export image and CGI

2006-10-19 Thread Andre Garzia
PM! Klaus, the stack is open, I think the thing does not work on the console with no GUI... By the way, will you be in Malta this year? Andre On Oct 19, 2006, at 3:42 PM, Klaus Major wrote: Hi Andre (my spanish friend ;-) Mark, I have the perms, what is happening is that the

Re: export image and CGI

2006-10-19 Thread Klaus Major
Hi Andre, PM! YO! :-D Klaus, the stack is open, I think the thing does not work on the console with no GUI... Yep, I'm afraid of that. By the way, will you be in Malta this year? No, sorry. Andre Best Klaus Major [EMAIL PROTECTED] http://www.major-k.de

export image and CGI

2006-10-18 Thread Andre Garzia
Friends, I am generating some images on runtime for a CGI, I'd like to use export ... as JPEG command to save my image data to a variable that I could output to the browser. This is specially useful for example for building captcha checks. I double checked my code but again, rev gives an