iOS IRIGIMA: (N Dimensional) Inverse Folding algorithm explorer.
Type: iPhone App.
Release date: TBA
Work in progress version examples available.
Search IRIGIMA page on FB.
Feedback appreciated.
IRIGIMA V1.74
Re: IRIGIMA V1.74
Help needed with screen grab function.
User defined .jpg code required.
User defined .jpg code required.
- rbytes
- Posts: 1338
- Joined: Sun May 31, 2015 12:11 am
- My devices: iPhone 11 Pro Max
iPad Pro 11
MacBook
Dell Inspiron laptop
CHUWI Plus 10 convertible Windows/Android tablet - Location: Calgary, Canada
- Flag:
- Contact:
Re: IRIGIMA V1.74
Are you looking for image save code in smart Basic? If so, the command you need is:
GRAPHICS SAVE X,Y, W,H TO N$
saves to file [n$] the part of graphics screen, which is located at coordinates [x], [y], having width [w] and height [h]. Valid image file types are: JPG, PNG. If file extension is not set then PNG file type is used.
(No difference between variables with the same letter name, whether used in lowercase or uppercase)
This will save only the contents of the graphics screen. It will not save any interface objects such as fields, buttons or sliders, and will also not show any sprites that are visible on screen.
GRAPHICS SAVE X,Y, W,H TO N$
saves to file [n$] the part of graphics screen, which is located at coordinates [x], [y], having width [w] and height [h]. Valid image file types are: JPG, PNG. If file extension is not set then PNG file type is used.
(No difference between variables with the same letter name, whether used in lowercase or uppercase)
This will save only the contents of the graphics screen. It will not save any interface objects such as fields, buttons or sliders, and will also not show any sprites that are visible on screen.
The only thing that gets me down is gravity...
Re: IRIGIMA V1.74
Hi and many thanks for the reply.
I did try your answer before posting but it did not work, then I found out I forgot to add the () in
SCREEN_WIDTH()
Lol.
Anyway- Smart Basic is amazing !!!
Take a look at my "IRIGIMA" page on Facebook.
Soon to be released in the App Store.
Written in Smart Basic.
Thanks again and look forward to your comments.
I did try your answer before posting but it did not work, then I found out I forgot to add the () in
SCREEN_WIDTH()
Lol.
Anyway- Smart Basic is amazing !!!
Take a look at my "IRIGIMA" page on Facebook.
Soon to be released in the App Store.
Written in Smart Basic.
Thanks again and look forward to your comments.
- rbytes
- Posts: 1338
- Joined: Sun May 31, 2015 12:11 am
- My devices: iPhone 11 Pro Max
iPad Pro 11
MacBook
Dell Inspiron laptop
CHUWI Plus 10 convertible Windows/Android tablet - Location: Calgary, Canada
- Flag:
- Contact:
Re: IRIGIMA V1.74
I have been to your Facebook page, and the sample images are impressive. I look forward to the release of your app. Good luck with it. 

The only thing that gets me down is gravity...
Re: IRIGIMA V1.74
Thank you for your kind comment.
Have spent more time exploring than coding!!
Very addictive!!
Have spent more time exploring than coding!!
Very addictive!!