Nov 06
Alex Betz L9.3 image not working HELP!
Nov 06, 2015; 12:14
Alex Betz
L9.3 image not working HELP!
I am getting quite desperate here. Whatever I do I cannot get image to work.
I tried the following 4 methods none worked. The test.jpg is certainly
there and
file('/center/i/temp/test_bc.jpg')->size gives the right response.
1)
local(test = image('/center/i/temp/test.jpg') )
2)
local(binary) = file('/center/i/temp/test.jpg')->readBytes
local(test) = image(#binary)
3)
local(test = image(file_read('/center/i/temp/test.jpg')) )
4)
define image(path::string) => image(file_read(#path))
local(test = image('/center/i/temp/test.jpg') )
Best
Alex
#############################################################
This message is sent to you because you are subscribed to
the mailing list Lasso Lasso@lists.lassosoft.com
Official list archives available at http://www.lassotalk.com
To unsubscribe, E-mail to: <Lasso-unsubscribe@lists.lassosoft.com>
Send administrative queries to <Lasso-request@lists.lassosoft.com>
Nov 06
Jolle Carlestam Re: L9.3 image not working HELP!
Nov 06, 2015; 13:35
Jolle Carlestam
Re: L9.3 image not working HELP!
Nov 06
Jolle Carlestam Re: L9.3 image not working HELP!
Nov 06, 2015; 13:47
Jolle Carlestam
Re: L9.3 image not working HELP!
Nov 06
Alex Betz Re: L9.3 image not working HELP!
Nov 06, 2015; 16:29
Alex Betz
Re: L9.3 image not working HELP!
Nov 06
Jolle Carlestam Re: L9.3 image not working HELP!
Nov 06, 2015; 21:18
Jolle Carlestam
Re: L9.3 image not working HELP!
Nov 07
Alex Betz Re: L9.3 image not working HELP!
Nov 07, 2015; 16:10
Alex Betz
Re: L9.3 image not working HELP!