Graphic Design and Illustration.

Archive for ‘May, 2014’

A Designer’s Guide to Flexo Printing – Part III

Halftones


This is part of a multi-post story on flexography for the designer. You can read more of my previous posts on the subject here, and here.

Everybody loves colour! The right colour choices can make or break a design. It can also drive your production guys nuts.

As mentioned in my last post, bright, non polluted colours will print the best. Dark, or muted colours won’t work as well. And light colours will often look quite a bit darker on press.

Very light colours (i.e. colours where all the components are less than say 20 percent) will most likely get much darker. Flexo presses are notorious for dot gain, but most printers should have their presses fingerprinted and will be able to compensate for most of the dot gain on press. The dots on the lighter end of the spectrum usually cannot be compensated for and will still gain on press. This makes nice delicate clouds or light pastel colours hard to reproduce on press. Check with your printer though, as sometimes this can be fixed by substituting a Pantone Spot colour into your design, rather than printing it process.  But very light colours are usually a hassle.

And now a quick note regarding PANTONE colours.

Most designers are VERY familiar with PANTONE colours. Choosing spot colours from the PANTONE spot guide is usually second nature to most designers. What they don’t tell you though is most of those handy-dandy swatch books are for Offset printing. Not Flexo. There are quite a variety of different kind of inks (and solvents) used in flexo printing, not to mention a wide variety of different substrates you can print on. All of this can affect the colour of the ink. Drastically. Or even the availability of said ink. You may even find odd restrictions regarding the use of specialty inks such as fluorescent inks. You may also find when dealing with your printer that they may have a smaller selection of inks that they would rather print from.

You may notice a trend here. I keep on mentioning that you should be going over EVERYTHING with your printer. Flexo printing is a finicky beast, quite unlike more traditional printing. The more information you can get from your printer, the better off you will be in the long run.

There are other considerations when it comes to colour choice, but that will be better covered in my next post, when I talk about registration.

Happy Birthday BASIC!

20140506-132716.jpg

Last week I discovered that the BASIC programming language turned fifty years old!

For those who don’t know, BASIC stands for “Beginner’s All-purpose Symbolic Instruction Code” and was created as an easy to read computer programming language to teach to students. It was popular way back in the day, but is widely sneered at by modern programmers. Mostly because it lacks a lot of structure and has the dreaded GOTO command that can create some fun to follow spaghetti code.

I first encountered the language when I got my very first computer, a Commodore VIC-20, way back in grade two or three I think. That would put it about 1982 or so. I remember writing a lot of small, simple programs with it. Mainly simple question and answer programs, but I eventually worked my way up to writing small text adventure programs similar to Scott Adams’ Adventureland and the old Zorkquest games. Back in the day, there were quite a few children’s programming books and I tried them all. There were books with robot themes, monster themes, and even an olympics themed one. I even explored my local library and found some really old programming gems that dealt more with simple databases and really old commands like MAT INPUT that I think were obsolete by the time I discovered them in the mid eighties.

By the late 1980’s I traded up my computer for a TANDY. Basically an IBM clone with a LOT more differences in architecture than would be tolerated today. That meant working with GW-BASIC. Slightly more advanced than the Commodore BASIC I was used to, but not by much. I built a lot of strange little programs in that. Mostly simple little games with crude graphics. Though I did build a little program that could solve the quadratic equations we were talking in my high school math class. It sounds like cheating, but in order to build a program to solve the equations, you have to know to process in solving them pretty well. Turns our parsing parenthetical mathematical equations needs the same skills as parsing two command inputs from my text adventure days.

A bit before graduating high school I upgraded my computer to a 486 PC. Can’t remember the manufacturer. But the programming language bundled with DOS at the time was QBASIC. Say goodbye to line numbers. And hello to SUBS and FUNCTIONS. Finally got some much needed structure to my programs! I even saved up enough money to buy QUICKBASIC so I could compile REAL programs that didn’t need the interpreter. Also meant I could access the mouse and plug myself directly into computer memory and access low level functions of the OS. I managed to build a small and very simple drawing program (that I hoped to use to make graphics for a game I had in mind – never happened) but the best piece of software I never made was an ASNI screen painter program. Winnipeg had quite a large and healthy BBS community before the Internet, and ASNI “graphics” and animations were all the rage. It was never finished, but I did manage to basically generate a complete menu and “GUI” system that was quite modular and could be easily used for any future program I could dream up. I use quotes around GUI as this was all in text mode so there was no real graphics. Worked out quite well as I recall. Too bad the code is lost to history, though I would be hard pressed to find something that could run the source code these days.

I took a little bit of programming in high school. BASIC and then Pascal on the Macintosh. But then it was off to Red River College and Advertising Art. While I sure use the computer quite a bit, I can hardly call myself a programmer any more. Applescript is pretty powerful (and I know it quite well) but the syntax is even crazier than BASIC and pretty verbose for a true programming language. And I just don’t seam to have the time to crack open a book on the various flavours of C that seem to dominate the programming world these days. I figure I’m the only person in the world who calls C# “see-pound” rather than “see-sharp”!

But I am glad I ran into BASIC when I did as a kid. For all it’s quirky flaws, it was a good, simple language to learn and you could actually get it to do work if you wanted to. It wasn’t just for filling the screen with “Hello World” in an endless loop! And it helped shape an otherwise artistic mind towards the analytical, giving me an edge when dealing with programmers.

So happy belated birthday BASIC! Here’s to 50 years, and hopefully 50 more years!

If anyone does know of a modern-ish version of BASIC that’s running around, leave a comment. I’d love to know about it.

%d bloggers like this: