Is there any way to convert the image files with linux? .NET does not work on WINE, I don't think.
You could try using Mono.
Just curious... would SourceCoder be able to do it?
flyingfisch wrote:
Just curious... would SourceCoder be able to do it?
SourceCoder can convert the images to arrays of pixels or indexed pixels, but it does not output whatever specific format Souvik's viewer expects.
It almost does. My program does what SourceCoder does (converting images to 5-6-5 format). It just adds the width and height bytes to that.
I knew this tool would be useful sometime.

Would need to prepend size information, but there are dumb manual ways to do that..

Code:
$ convert565 img.png img.565
$ printf '\x00\x00\x00\x00' | cat - img.565 > img.565
This is an excellent add-in. As a suggestion, instead of an input box would you consider adding a file browser like the Noteview add-in has?
Thanks. Smile To be honest, I have no idea of how to implement the file browsing dialog. If I remember correctly, only SimonLothar knows how to use that dialog, and he seems to dislike sharing information. We might have documented it somewhere, but I can't find it.
I think the smem view is documented in fx_calculators_SuperH_based

http://www.casio-scene.com/downloads.php?do=file&id=270


And there are one usage exemple in insight.g3a
souvik1997 wrote:
Thanks. Smile If I remember correctly, only SimonLothar knows how to use that dialog, and he seems to dislike sharing information.
That reminds me, I need to PM him yet again asking what's up and requesting that he visit us more often to share his progress and knowledge.
  
Register to Join the Conversation
Have your own thoughts to add to this or any other topic? Want to ask a question, offer a suggestion, share your own programs and projects, upload a file to the file archives, get help with calculator and computer programming, or simply chat with like-minded coders and tech and calculator enthusiasts via the site-wide AJAX SAX widget? Registration for a free Cemetech account only takes a minute.

» Go to Registration page
Page 2 of 2
» All times are UTC - 5 Hours
 
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum

 

Advertisement