CEMETECH
Leading The Way To The Future
Login [Register]
Username:
Password:
Autologin:

Don't have an account? Register now to chat, post, use our tools, and much more.
Latest Headlines
Online Users
There are 135 users online: 5 members, 94 guests and 36 bots.
Members: Ashbad, gbl08ma, linuxgeek96, stefan bauwens, tr1p1ea.
Bots: VoilaBot (3), Spinn3r (1), Magpie Crawler (3), VoilaBot (9), Googlebot (20).
RSS & Social Media
SAX
You must log in to view the SAX chat widget
    » Goto page Previous  1, 2
» View previous topic :: View next topic  
Author Message
flyingfisch


Super-Expert


Joined: 02 Feb 2012
Posts: 896
Location: Akron, OH

Posted: 03 May 2012 12:38:42 pm    Post subject:

Is there any way to convert the image files with linux? .NET does not work on WINE, I don't think.
_________________



Back to top
souvik1997


Guru-in-Training


Joined: 19 Apr 2010
Posts: 2870

Posted: 03 May 2012 12:58:50 pm    Post subject:

You could try using Mono.
_________________
CALCnet Tournament-38%


deviantArt
Back to top
flyingfisch


Super-Expert


Joined: 02 Feb 2012
Posts: 896
Location: Akron, OH

Posted: 03 May 2012 01:11:45 pm    Post subject:

Just curious... would SourceCoder be able to do it?
_________________



Back to top
KermMartian


Site Admin


Joined: 14 Mar 2005
Posts: 55886
Location: Earth, Sol, Milky Way

Posted: 03 May 2012 01:43:46 pm    Post subject:

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.
_________________


Back to top
souvik1997


Guru-in-Training


Joined: 19 Apr 2010
Posts: 2870

Posted: 03 May 2012 01:50:38 pm    Post subject:

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.
_________________
CALCnet Tournament-38%


deviantArt
Back to top
Tari


Systems Integrator


Joined: 03 Jul 2006
Posts: 2121
Location: Always-winter, Michigan

Posted: 03 May 2012 02:02:19 pm    Post subject:

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

_________________


Ask questions the smart way · タリ
Back to top
hedehede81


Newbie


Joined: 22 Sep 2011
Posts: 13

Posted: 05 Jun 2012 04:24:22 am    Post subject:

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?
Back to top
souvik1997


Guru-in-Training


Joined: 19 Apr 2010
Posts: 2870

Posted: 05 Jun 2012 06:24:40 am    Post subject:

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.
_________________
CALCnet Tournament-38%


deviantArt
Back to top
helder7


Member


Joined: 23 Dec 2011
Posts: 136

Posted: 05 Jun 2012 07:06:54 am    Post subject:

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
_________________
SiO2 + CaCO3 ----------> CaSiO3 + CO2
Back to top
KermMartian


Site Admin


Joined: 14 Mar 2005
Posts: 55886
Location: Earth, Sol, Milky Way

Posted: 05 Jun 2012 12:31:22 pm    Post subject:

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.
_________________


Back to top
Display posts from previous:   
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
    » Goto page Previous  1, 2
» View previous topic :: View next topic  
Page 2 of 2 » All times are GMT - 5 Hours

 
Jump to:  
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

© Copyright 2000-2013 Cemetech & Kerm Martian :: Page Execution Time: 0.035481 seconds.