Git Product home page Git Product logo

framed10print's Introduction

TL;DR

A small Processing for Java program which outputs large printable graphics for picture frames or glass doors on furniture.

Long version

This Processing for Java script solved one purpose for me and I am really happy with the result so I thought it could be useful for others.

I have two IKEA Billy shelves next to each other, each with two IKEA Morliden glass doors which can be used as a large picture frame ๐Ÿ–ผ๏ธ. I wanted to put something in it but couldn't find a picture with a sufficient resolution.

This video inspired me to do my first Processing project.

The program does two things:

  1. It creates a graphic, in my case a TenPrint clone.
  2. It slizes the graphic into four parts and saves them seperatly. This step considers:
    • padding for the door frames so the graphic doesn't shift from door to door.
    • bleed for the printing house.

After running the program I just had to open the graphics with Photoshop/Gimp and set the correct ppi (300 in my case), convert it to CMYK using the color profile my printing house provided and save it as PDFs. No scaling or cropping required.

The Result

result

I am sure you can adjust the program for your specific needs. Have fun and please share the results with me ๐Ÿ–ผ๏ธ ๐Ÿ‘

Remixes

Half-height + Colors

framed10print_half_height_colors.pde contains a remix of the original design adapted for the half-height 106cm Billy/Morliden. Furthermore, colors are selected at random from the palette used by the Github dark theme.

result2

The output was converted into the file format required for printing by using imagemagick:

convert door2.tif -colorspace CMYK -profile ISOcoated_v2_300_eci.icc -density 300 -units pixelsperinch door2_CMYK.pdf

and ordered from Wir machen Druck as a 1-sided 378 x 954mm 135g poster for around 17 โ‚ฌ including shipping. The color profile used can also be downloaded from that page.

You can of course use any print service you like

framed10print's People

Contributors

henningbunk avatar hypfer avatar

Stargazers

 avatar  avatar

Watchers

 avatar

Forkers

hypfer

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.