Blog.Andrei.MD

Andrei Railean's Image

I am Andrei Railean

Andrei.MD is all about me

Article Archive RSS

Jun
23rd
Wed
permalink
New versions of SydJS logo featuring the opera house. Brackets and other geekiness have been dropped to make room for the famous opera house sails.
This time it’s been converted to Raphael - the web vector graphics superpower. Once in Raphael, I added a fancy gradient, just because it was so easy to do.
This particular background colour is not part of the logo and is there mainly to show the transparency of the graphic. Some consideration has been given to colour selection, so it’s not totally random. This is what Adobe Kuler told me when I asked it to give me some trendy colours. Must be trendy, then.
SydJS logo in Raphael

New versions of SydJS logo featuring the opera house. Brackets and other geekiness have been dropped to make room for the famous opera house sails.

This time it’s been converted to Raphael - the web vector graphics superpower. Once in Raphael, I added a fancy gradient, just because it was so easy to do.

This particular background colour is not part of the logo and is there mainly to show the transparency of the graphic. Some consideration has been given to colour selection, so it’s not totally random. This is what Adobe Kuler told me when I asked it to give me some trendy colours. Must be trendy, then.

SydJS logo in Raphael

Comments (View)
Tags: sydjs graphics logo svg raphael design
Jun
22nd
Tue
permalink
Scribble effect in Adobe Illustrator CS4 is my new favourite. Incredible editability of the “random look”. Yay!

Scribble effect in Adobe Illustrator CS4 is my new favourite. Incredible editability of the “random look”. Yay!

Comments (View)
Tags: illustrator graphics vector
May
27th
Thu
permalink

Graphic: Wet Paint Poster for PaintAccess

Today is my graphic day. After the iPhone printable sheet I created a couple of graphics for PaintAccess.com.au. The result is available in the online store at this URL: http://www.paintaccess.com.au/products/wet-paint-warning-poster-set

Visitors can buy the printed graphics or download the PDF to print on their own printers

wet paint poster

Comments (View)
Tags: graphics pdf
May
14th
Fri
permalink

Shopify Tip: Better Logos in Pixel Printer

Here’s a simple tip to make your Shopify invoices from Pixel Printer looking a bit more professional. If you use a logo, you know that it prints out all blocky. To add a bit more detail and a crisper look you should use a bigger image and scale it down in HTML.

As a guide, you should use an image about 3-4 times bigger. Screen graphics (PNG and JPEG) are roughly 72dpi (dots per inch). For crisp printing you need 300 and up. Some scaling is required.

Example:

If the logo you currently use is 200px wide and 100px tall, you should get a bigger version of this logo. Try 800 x 400px. The rule is simple: multiply each dimension by the same amount, in this case, 200x4 = 800 and 100x4 = 400. This guarantees that the logo has the same proportions. I think it’s better to use an integer scaling factor to help browsers out a bit, otherwise it might look worse on screen. Upload this new logo in shopify into the files area. In Pixel Printer, restrict the image in HTML to the original size like so:

<img href=”MY-800x400-LOGO.PNG” width=”200” height=”100” />

Replace “MY-800x400-LOGO.PNG” with the URL Shopify gives you after you upload the file. Note, if you don’t specify the width and height, you will get a huge image on your invoice, which is not what you want.

When you look at the logo on your screen it may look worse than it did before. This is not a problem because we use PixelPrinter for printing invoices, not looking at them on screen.

Try printing and you’ll see that your logo now has all the crispy details you expect. If this tip doesn’t work for you, try using Firefox.

Comments (View)
Tags: shopify technical graphics tutorial