Import JPEG images to HP Prime
|
08-25-2019, 08:48 PM
Post: #2
|
|||
|
|||
RE: Import JPEG images to HP Prime
You can use AFilesB for this. For example:
L1:=AFilesB("image.jpg",0,1000); will places the first 1000 bytes of the JPG files into a list L1. I played around with PNG / Base64 stuff some time ago, which worked out very well in the end. Below is some of the code I currently use (created with help from others as shown in linked thread): Code: WriteBase64(fname) Example Use: Code: AFiles("tempPNG"):=G0; Maybe not quite the usage in mind, but some clues hopefully in there somewhere. |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
Import JPEG images to HP Prime - Eddie W. Shore - 08-24-2019, 06:14 PM
RE: Import JPEG images to HP Prime - Jacob Wall - 08-25-2019 08:48 PM
RE: Import JPEG images to HP Prime - mandresve - 08-26-2019, 12:26 AM
|
User(s) browsing this thread: 1 Guest(s)