<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://learn.cemetech.net/index.php?action=history&amp;feed=atom&amp;title=TI-BASIC%3AFake_Screenshots</id>
	<title>TI-BASIC:Fake Screenshots - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://learn.cemetech.net/index.php?action=history&amp;feed=atom&amp;title=TI-BASIC%3AFake_Screenshots"/>
	<link rel="alternate" type="text/html" href="http://learn.cemetech.net/index.php?title=TI-BASIC:Fake_Screenshots&amp;action=history"/>
	<updated>2026-04-30T07:17:25Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.3</generator>
	<entry>
		<id>http://learn.cemetech.net/index.php?title=TI-BASIC:Fake_Screenshots&amp;diff=1202&amp;oldid=prev</id>
		<title>Maintenance script: Initial automated import</title>
		<link rel="alternate" type="text/html" href="http://learn.cemetech.net/index.php?title=TI-BASIC:Fake_Screenshots&amp;diff=1202&amp;oldid=prev"/>
		<updated>2016-02-24T18:39:52Z</updated>

		<summary type="html">&lt;p&gt;Initial automated import&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;Screenshots are one of the best ways to advertise your program at any stage of production. And as we all know, advertising lies. I mean, whoever said &amp;quot;Honesty is the best policy&amp;quot; obviously either wasn&amp;#039;t referring to screenshots or didn&amp;#039;t release many popular programs. After all, popularity is measured in how many people download your program, not how many aren&amp;#039;t horribly disappointed afterwards!&lt;br /&gt;
&lt;br /&gt;
On a more serious note, while faking screenshots to a submitted program is a BAD idea (on the off chance the archiver won&amp;#039;t catch it, the first person to try the program will, and it will get taken down faster than you can say &amp;quot;LinRegTTest&amp;quot;), there are sometimes good reasons to fake a screenshot. For example, if you haven&amp;#039;t finished your program yet, but want to hide the fact that you&amp;#039;re desperately fixing that final bug. Or perhaps you&amp;#039;re in an inconvenient situation in which you can&amp;#039;t download screenshotting software, or you can&amp;#039;t send the program you want screenshots of to your computer. &lt;br /&gt;
&lt;br /&gt;
Alternatively, you can look at this article as a guide to catching fake screenshots by people that haven&amp;#039;t read this guide. Odds are they&amp;#039;ve made a mistake, then.&lt;br /&gt;
&lt;br /&gt;
= The Basics =&lt;br /&gt;
&lt;br /&gt;
If the entire image is using the large 5x7 font in a home screen-like setting, your job is easy. Use a calculator or emulator to make a program that outputs the same thing to the screen using a single [[TI-BASIC:Output|Output(]] command. Then, either take a screenshot of that (if you can), or at least use it as a reference.&lt;br /&gt;
&lt;br /&gt;
Start with a 96 by 64 blank image in your favorite image editor (something as simple as Paint will do). If you can make any sort of reference image on a calculator or emulator that shows at least part of what you want, do it and it will make your job easier. Otherwise, you&amp;#039;ll have to work from scratch. A useful reference, however, would be a table of all the characters, either in the [[TI-BASIC:83lgfont|large 5x7 pixel font]], or the [[TI-BASIC:83smfont|small variable-width font]] (whichever it is you&amp;#039;re using). After drawing the image, you can stretch it to twice the size, but it&amp;#039;s probably easier to draw it in a 1:1 ratio.&lt;br /&gt;
&lt;br /&gt;
When you&amp;#039;re done making the image, take a critical look at it from the point of view of a suspicious calculator programmer. Where would you look to find a flaw in the screenshot? You might want to start with the...&lt;br /&gt;
&lt;br /&gt;
= Common Mistakes =&lt;br /&gt;
&lt;br /&gt;
* TI-Basic programs cannot access the bottom row and (usually) the rightmost column, so you had better leave those blank. Also, unless you&amp;#039;re claiming to turn off the run indicator, you should put one in too.&lt;br /&gt;
* A glaring flaw is a character in the calculator font that isn&amp;#039;t drawn correctly. Spacing is important here too. &amp;#039;&amp;#039;&amp;#039;All&amp;#039;&amp;#039;&amp;#039; characters in the 5x7 font are 5x7 pixels, with an extra 1-pixel gap. In the small font, characters are normally 1 pixel apart, but it&amp;#039;s 2 pixels if there&amp;#039;s a space.&lt;br /&gt;
* Make sure to look up the commands you&amp;#039;re purportedly using in the program. If an [[TI-BASIC:Output|Output(]] is the last line of the program, don&amp;#039;t you dare add a &amp;quot;Done&amp;quot; to your screenshot. If you&amp;#039;re showing the output of a [[TI-BASIC:Regression_Models|regression]], make sure the variables that get displayed are in the right order.&lt;br /&gt;
* The [[TI-BASIC:Line|Line(]] command in TI-Basic draws a slightly different diagonal line than Paint. A few pixels here or there may be different due to round-off. This will probably not get you caught, but if possible, draw a real Line( in an emulator or on the calculator, and use it for reference.&lt;br /&gt;
&lt;br /&gt;
= Finishing Touches =&lt;br /&gt;
&lt;br /&gt;
Finallly, you might try to add the effect of the screenshot having been taken in an actual emulator. For example, Pindur-TI uses a distinctive pattern for its dark pixels when using a 2:1 ratio -- 1 dark pixel and three light pixels (try taking an actual screenshot -- of anything -- for reference). Of course, Pindur-TI&amp;#039;s run indicator will have gray levels, so don&amp;#039;t mess those up either. Or, you can go for the CalcCapture look and add a 1-pixel white border and 1-pixel black border to the outside.&lt;br /&gt;
&lt;br /&gt;
= Easier than Fake =&lt;br /&gt;
&lt;br /&gt;
...is real. Seriously, if you can possibly take a real screenshot in an emulator, do it! It will be much less work than a fake screenshot (believe me, I&amp;#039;ve taken over a hundred screenshots for TI-Basic Developer so far).&lt;br /&gt;
&lt;br /&gt;
= A Grain of Salt =&lt;br /&gt;
&lt;br /&gt;
Take this article with one.[[Category:TI-BASIC]]&lt;br /&gt;
[[Category:TIBD]]&lt;/div&gt;</summary>
		<author><name>Maintenance script</name></author>
	</entry>
</feed>