Restart AIR Play for Mac

restart_air_play_128AIR Play is Apple’s software used to stream video or audio to an Apple TV. Occasionally it gets stuck and the video and / or audio doesn’t stream to the device. This software fixes many of those issues. Whenever this occurs I open this app, click the restart button and almost instantly AIR Play is working again.

 

Restart AIR PlayNote! This application restarts core audio similar to going to the command line. If you are comfortable doing that then you do not need this app. This wraps up that functionality and gives you instructions so you can use it whenever you need it.

Features
* Easy to see icon
* One click restart
* Fixes numerous AIR Play issues

Price – $.99 (Mac)

NOTE: This does not work with the new version of OS X 10.11 or greater. A workaround is being worked on.

tags: AIR Play, Apple TV, audio not streaming, no audio, no apple tv, no apple devices, mac

Fixing Apple TV

Apple TV can be finicky at times. Sometimes the audio stops working and sometimes it does not connect or it does not see the Apple TV. This tutorial will help you get it working. First download Restart AIR Play.

Please read these instructions completely before proceeding

TLDR; Click button, enter credentials, restart your video or audio app and try again.

NOTE: Any audio applications (such as iTunes) playing audio will stop playing. They may need to be restarted. To be safe close them before proceeding.

1. Click the Restart AIR Play button in the Restart AIR Play app.
2. You will be prompted to enter your login to restart the core audio process
3. After entering your login click OK.
4. Now try to connect and stream to your remote device again. You may need to restart your video or audio application (iTunes, VLC, QuickTime, etc) and then try to connect again to Apple TV again.

 

Show Desktop for Mac

show_desktop_128Show Desktop is an application for easily showing your desktop. All you do is click the icon and all the visible applications are minimized giving you a clear view of your icons. This app helps you see your desktop quickly and easily. I use it all the time myself.

 

Features
* Easy to see icon
* One click launch
* Easy to see desktop

Price – $.99 (Mac)

tags: start, show desktop, minimize all windows, mac

Start Screen Saver for Mac

show_desktop_128
Start Screen Saver is an application for easily starting the screen saver. All you do is click the icon. Once the screen saver has started the program will exit.

This app helps you lock your screen quickly and easily. Although it’s simple I use it all the time myself.

Features
* Easy to see icon
* One click startup
* Easy to setup secure lock screen password. Preferences > Security > Require password after screen saver starts

Price – $.99 (Mac)

tags: start, screen saver, mac, lock screen, security

VeraType Instructional and Demo Videos

Here are a set of videos that demonstrate what you can do with VeraType. For the best experience watch these videos in full screen and enable HD. You can do this by clicking the settings icon on the video player and choosing the highest setting. Note: The actual quality is much better in the application than in the video.

Shaping text into an image (literally)

Creating a dramatic effect using Invert and the Levels Control

For more visit the forums here.

VeraType Update

The last few weeks I’ve been working on two projects, VeraType and Radiate. VeraType is an entertainment productivity app that converts images into text and text into images. Radiate is a online design and development environment in the early beta stages. I’ve had a few breakthroughs on both.

In VeraType there’s a feature that lets you load in an image and then type in a word, phrase or even a page or two of text and the app will arrange the text into the shape of the image as shown below.

screenshot05

In the app this is called the custom text option. It looks like this:

screenshot08

Click on the images to see a full size preview.

This had some issues. First, if you don’t provide a lot of text then the shape of the image is indiscernible. So I added an option to repeat the text so it would fill out and form the shape of the image. So if you typed, “hello” it would be repeated maybe 1000 times until it was the size you specified.

This worked for a while but what if you wrote a letter and you didn’t want to repeat it? You could manually adjust the detail level until it showed just the text you wrote or the app could do it for you. This posed a new challenge. Previously you would provide the image and the size (detail) and the text would fill that area. But now to show only the text someone types you have to size the text field until it fits the text. The size has to be determined. This became the size to fit option. In the app you would set the repeat option to off to achieve this.

Warning: Technical explanation ahead. You can skip the next few paragraphs. 

The first method I used was to create the text image at the smallest size and increase the size step by step. On each step I would check if all the typed text was there. If it wasn’t then increase the size once more (you only had a certain number of rows, which were determined by the height of the image, so the text would get truncated). If the text wasn’t all there I’d create the text image again and repeat this process until it was.

This was fine if there wasn’t a lot of text. But as the words and phrases grew into paragraphs so did the rendering time. When the size and repeat option was enabled, which is the default, it would only take a single pass to generate the text and that took anywhere from 5 to 300ms (debug performance measurements). But since we didn’t want to repeat the text and the size was not available it would take up to 300 passes or more at 5 to 300ms each. It was becoming clear that this would cause problems for mobile devices.

The second method which I worked on this week used the phone book method I read about but never used before. Oddly enough, this method is related to origami. In this case, which I think they call a needle in the haystack situation, you have a very large set of data but if that data is ordered then you can divide and conquer or divide and reduce.

In this method you start in the middle of the data, check where you are and then go forward or backward into the middle of your previous location until you have less and less results.

So for example, if you are looking for someone named Michael Thompson in the phone book using this method you would split the phone book in half and check if he’s on that page. If he’s after that page then you split the pages in half again but this time from the middle, the page you are on now, and the last page and check that page. If he’s before that page then start from the page you are on to the previous location you were at and check again. You repeat this process until you get to the page you are looking for. If the phone book was 100 pages long then the sequence we described would start on page 50, go ahead to page 75, go back to page 62 (62.5), go ahead to 68 (68.25) and so on until we find him on page 68.

End technical explanation.

Long story short it went from 1 – 400 iterations down to about 8 or 9 no matter how much text I entered in.

The second feature I worked on was to enable a background image. See below. Click on the screenshot to see a full size preview.

text with image background

This had it’s own set of challenges.

Technical explanation.

I added an image behind the text but it didn’t always size and position correctly so I bound the image size and position to the text size and position. This exposed all sorts of issues that the text image had that I didn’t resolve earlier on. At different sizes and especially when the images had borders, the text and image would end up scaled or size down. This was because the text field would shrink down to fit the widest row or highest column. This didn’t work when the background image was shown.

The solution was to include a second text field that had the exact number of characters wide and exact number of rows including the blank lines at the end of the non repeating text. Without that the height of the text field was too short and so the image was too short even though it had the correct width.

End technical explanation.

All in all it was a productive week.

I forgot there was one more feature. That’s the swap color scheme option.

Swap color scheme

I like this option more than I thought I would. It gives the image some contrast. Enjoy.

For more information visit the forums here.

VeraType for iOS

VeraType converts your images into text and your text into images. Click on a screenshot below to see a full size preview.

 

This app helps you create alternative art, typography, email messages, forum, code,  pictures and more. Take your favorite photos and create new and exciting text and photo art.

Once they are in text you can email them in emails when you can’t attach an image. You can post them in forums with your signature. You can post them in chat messages. You can even type up your own message and shape it into any image. Anywhere that you can post text you can post text art images. You can also export them as images.

Tutorials
Part I – How to make great text art
Part II – How to convert text into an image
Part III – Sharing your type compositions

Features
* Adjust image levels to achieve maximum quality
* Control density of image (characters per line)
* Adjust font size
* Set resolution scale
* Copy to clipboard
* Open image from the image gallery
* Preview and switch between original image and text
* Dimensions in pixels, millimeters, inches and characters
* Save to file
* Send in email
* Speed improvements

Coming soon to iOS! Click here to be notified when it is released!

Also available now on Android, Mac and Windows.

tags: typography, art, text, photo, photos, editing, ascii art, bitmap, raster, filters, images, code, typographical case, font, fixed width, variable width

VeraType for Win and Mac

VeraType converts your images into text and your text into images. Click on a screenshot below to see a full size preview.

 

This app helps you create alternative art, typography, email messages, forum, code,  pictures and more. Take your favorite photos and create new and exciting text and photo art.

Once they are in text you can email them in emails when you can’t attach an image. You can post them in forums with your signature. You can post them in instant chat messages. You can even type up your own message and shape it into any image. Anywhere that you can post text you can post text art images. You can also export them as images.

Tutorials
Part I – How to make great text art
Part II – How to convert text into an image
Part III – Sharing your type compositions
Instructional Videos

News
Version 3.3.1 Release

Also available for Android.

Features
* Adjust image levels to achieve maximum quality
* Control density of image (characters per line)
* Adjust font size
* Set resolution scale
* Copy to clipboard
* Invert and image background fill
* Save to image, plain text, HTML, SVG or FXG
* Open in Illustrator and other vector software

Price – $4.95 (PC or Mac)

tags: typography, art, text, photo, photos, editing, ascii art, bitmap, raster, filters, images, code, typographical case, font, fixed width, variable width, svg, fxg, illustrator

VeraType for Android

VeraType converts your images into text and your text into images. Click on a screenshot below to see a full size preview.

This app helps you create alternative art, typography, email messages, forum, code,  pictures and more. Take your favorite photos and create new and exciting text and photo art.

Once they are in text you can email them in emails when you can’t attach an image. You can post them in forums with your signature. You can post them in instant chat messages. You can even type up your own message and shape it into any image. Anywhere that you can post text you can post text art images. You can also export them as images.

Tutorials
Part I – How to create great text art
Part II – How to convert text into an image
Part III – Sharing your type compositions
Videos

Features
* Adjust image levels to achieve maximum quality
* Control density of image (characters per line)
* Adjust font size
* Set resolution scale
* Copy to clipboard
* Open image from the image gallery
* Preview and switch between original image and text
* Dimensions in pixels, millimeters, inches and characters
* Save to file
* Send in email
* Speed improvements

Purchase in the Android Market

Also available for iPhone, iPad and Windows and Mac.

tags: typography, art, text, photo, photos, editing, ascii art, bitmap, raster, filters, images, code, typographical case, font, fixed width, variable width

How to create great type art

This tutorial will explain how to create great type compositions and text art using VeraType for Android or VeraType for Win and Mac.

This is part one of a three part series.
Part II – How to convert text into an image
Part III – Sharing your type compositions

The first image we’ll create is made out of letters of the alphabet (a set of letters, numbers and punctuation known as the ASCII character set).

Here is the first final image.

Click to enlarge

The second image we’ll create is an poem in the form of an image. Here is that final image.

TheRaven

Click to enlarge

Summary

  • Import image
  • Make adjustments
  • Share and Export

Importing the image

To create ASCII art we need to start with an image. On the desktop version we can add an image from our computer. On a mobile device we can add an image from the camera roll or image gallery. If you don’t have any images do a quick search online and save them to your camera roll.

Here is the home screen:
Home

Image GalleryTo select an image click on the image gallery button and select the image from your computer or mobile camera roll. Note: You may need to add images to your camera roll to use. Search online for what you’re looking for.

Once you’ve selected an image it can take up to fifteen seconds to convert the image the first time. When it is completed the controls panel will be visible.

Image loaded

Making Adjustments

The first thing you will want to do is make adjustments. I usually increase the dark levels by about ten. This increases the contrast. I then adjust the brightness level up or or down until I get a look I’m looking for.

Alternatively, you can use the Levels slider to change the image grayscale range. Go into the settings and enable the switch, “Levels Controls”. The following images show the difference in range at 48, 16, and 1.

Figure 4. At 48 range

Figure 4. At 48 range

Figure 5. At 16 range

Figure 5. At 16 range

Figure 6. At range of 1

Figure 6. At range of 1

Changing the Level value up or down changes the brightness value in the range you selected. This changes the amount of characters in the picture.

Zoom and Detail

Once the image is loaded you can can zoom in and out using Zoom slider. This allows you to see the letters up close or pull out to see the whole picture.

Figure 4. Letters up close

Letters up close

BTW Font size and zoom are synonymous in this program.

If you are zoomed out too far you will see banding. These appear as thin lines. This means the font size is too small. If you export your image at too small a font the banding will appear in the export. Before you export set the font size to 8 or above. You can change this in the export options. The suggested default font size is 10 to 12.

The amount of detail in the image is adjustable. You can increase the quality by increasing this value. Warning: Be careful not to set this too high on a slow device. When you increase this value the processing time will also increase. If you set the detail level too high it will take a long time to process but you will get a much better quality image. You can keep this value at a medium and increase it before you export or share your work.

Some images do not convert well. Illustrations that contain one or two colors convert well (see Figure 1). Images with strong light and dark areas and strong defined edges work well (see Figure 2). Images that contain no strongly defined edges do not work well (see Figure 3).

Figure 1. Illustration

Figure 1. Illustration. Great conversion

Figure 2. Light and dark

Figure 2. Light and dark. Great conversion.

Figure 3.

Figure 3. Low contrast. Not so great

This is the end of part I. Continue to the next sections to learn how to convert text into an image and how to export and share your work.

PART II – How to convert text into an image
PART III – How to export and share your type compositions

If you like this application please let others know about it.

© All images copyright their respective owners.