Page 1 of 1

Display of a .jpg or .png file in text mode

Posted: Tue Apr 04, 2017 7:02 pm
by smabasgil
Hi there,

I try to stay in text mode.

Is there a way to Display of a .jpg or .png file in text mode ?

Re: Display of a .jpg or .png file in text mode

Posted: Tue Apr 04, 2017 7:14 pm
by Mr. Kibernetik
Yes, for example:
1) as a sprite
2) in a browser object

Re: Display of a .jpg or .png file in text mode

Posted: Tue Apr 04, 2017 8:32 pm
by smabasgil
Thank you,

For this purpose, can you tell me please what is the cheapest in terms of learning to use ?

Re: Display of a .jpg or .png file in text mode

Posted: Tue Apr 04, 2017 8:41 pm
by smabasgil
And also, which one of these two objetcs would smart basic handle the more copies of ?
I mean the needs would be about 150 objects in a single program.

Re: Display of a .jpg or .png file in text mode

Posted: Tue Apr 04, 2017 9:14 pm
by Mr. Kibernetik
You can check sample program "Examples > Interactive Interface > pages.txt" which uses images in a text mode.
It is completely up to you which method you choose to display images. They both should consume similar amount of memory, but it is difficult to compare - iOS has no built-in means to control memory usage. You can check it in practice.