Canvas Prints

Harness the artist within by having your photos printed on a canvas. They’ll look great in your home or office!

Canvas prints, once protected with varnish and mounted on a wood frame, will last for decades. Place your favourite memories where you can see them! They also make a beautiful gift for family or friends on a birthday, wedding, anniversary or any milestone or special event.

Customize Your Canvas With a Choice of Borders
Choose from several options, according to your personal taste and the type of photo. If you’re not sure which border would look best with your picture, come see us in-store. Our specialists will be happy to advise you.

8x10
11
10
2021
25
10
2021
25
8x12
11
10
2021
25
10
2021
25
10x12
11
10
2021
25
10
2021
25
11x14
11
10
2021
25
10
2021
25
12x16
11
10
2021
25
10
2021
25
14x18
11
10
2021
25
10
2021
25
16x20
11
10
2021
25
10
2021
25
20x24
11
10
2021
25
10
2021
25
22x24
11
10
2021
25
10
2021
25
24x28
11
10
2021
25
10
2021
25
24x30
11
10
2021
25
10
2021
25
24x36
11
10
2021
25
10
2021
25
30x32
11
10
2021
25
10
2021
25
30x36
11
10
2021
25
10
2021
25
30x40
11
10
2021
25
10
2021
25
34x42
11
10
2021
25
10
2021
25
40x50
11
10
2021
25
10
2021
25
40x60
11
10
2021
25
10
2021
25
40x73
11
10
2021
25
10
2021
25
48x72
11
10
2021
25
10
2021
25
8x10
11
10
2021
25
10
2021
25
8x12
11
10
2021
25
10
2021
25
10x12
11
10
2021
25
10
2021
25
11x14
11
10
2021
25
10
2021
25
12x16
11
10
2021
25
10
2021
25
14x18
11
10
2021
25
10
2021
25
16x20
11
10
2021
25
10
2021
25
20x24
11
10
2021
25
10
2021
25
22x24
11
10
2021
25
10
2021
25
24x28
11
10
2021
25
10
2021
25
24x30
11
10
2021
25
10
2021
25
24x36
11
10
2021
25
10
2021
25
30x32
11
10
2021
25
10
2021
25
30x36
11
10
2021
25
10
2021
25
30x40
11
10
2021
25
10
2021
25
34x42
11
10
2021
25
10
2021
25
40x50
11
10
2021
25
10
2021
25
40x60
11
10
2021
25
10
2021
25
40x73
11
10
2021
25
10
2021
25
48x72
11
10
2021
25
10
2021
25
20x20
11
10
2021
25
10
2021
25
24x24
11
10
2021
25
10
2021
25
40x40
11
10
2021
25
10
2021
25

Personalise Your Project

Profile (Shadow Box) Frames

Border Options

Image Enhancement

This is some text inside of a div block.
This is some text inside of a div block.
Price:
0.00
0.00
Price:
0.00
// Set default size $(document).ready(function(){ setTimeout(function(){ $('#5107784')[0].click(); }, 300); }); // When a size is clicked $(".size-button").click(function() { var price = $(this).attr("data-price"); $("#repodata").attr("data-price", price); var priceInt = parseInt($(this).attr("data-price")); var priceTxt = String(price); var priceFixed = ("$" + priceTxt); var option1 = $(this).attr("data-lk"); $("#repodata").attr("data-lk", option1); var option2 = $(this).attr("data-lk-wh"); $("#repodata").attr("data-lk-wh", option2); var option3 = $(this).attr("data-lk-bl"); $("#repodata").attr("data-lk-bl", option3); var name = $(this).attr("data-name"); $("#repodata").attr("data-name", name); // Reset to option 1 $('#option1')[0].click(); // Set local rebate variables var rebateVar = $(this).attr("data-special-price"); var rebateVarString = String(rebateVar); var rebateVarInt = parseInt(rebateVar); var rebateTxt = (rebateVarString + "% Rebate"); var startFlag = $(this).attr("data-rebate-start-flag"); var rebateEnd = $(this).attr("data-special-end-text"); var endFlag = $(this).attr("data-rebate-end-flag"); var indiRebate = (priceInt - ((rebateVarInt/100)*priceInt)); var rebateFixed = ("$" + indiRebate.toFixed(2)); // Set global rebate variables var globalEndFlag = $("#repodata").attr("data-global-end-flag"); var globalStartFlag = $("#repodata").attr("data-global-start-flag"); var globalRebateVar = $("#repodata").attr("data-global-rebate"); var globalRebateVarString = String(globalRebateVar); var globalRebateVarInt = parseInt(globalRebateVar); var globalRebateTxt = (globalRebateVarString + "% Rebate"); var globalRebate = (priceInt - ((globalRebateVarInt/100)*priceInt)); var globalRebateFixed = ("$" + globalRebate.toFixed(2)); var globalRebateEnd = $("#repodata").attr("data-global-end"); // Check which rebate will apply if (globalEndFlag == "on" && globalStartFlag == "on") { $("#regPriceDiv").hide(); $("#rebateDiv").show(); $("#rebPrice").text(priceFixed); $("#priceRebate").text(globalRebateFixed); $("#rebateAmount").text(globalRebateTxt); $("#rebateDate").text(globalRebateEnd); $("#repodata").attr("data-rebate-flag", "on"); $("#repodata").attr("data-rebate-percentage", globalRebateVar); } else if (endFlag == "on" && startFlag == "on") { $("#regPriceDiv").hide(); $("#rebateDiv").show(); $("#rebPrice").text(priceFixed); $("#priceRebate").text(rebateFixed); $("#rebateAmount").text(rebateTxt); $("#rebateDate").text(rebateEnd); $("#repodata").attr("data-rebate-flag", "on"); $("#repodata").attr("data-rebate-percentage", rebateVar); } else { $("#rebateDiv").hide(); $("#regPriceDiv").show(); $("#price").text(priceFixed); $("#repodata").attr("data-rebate-flag", "off"); $("#repodata").attr("data-rebate-percentage", ""); } // Set HTML changes on the page var format = $(this).attr("data-name"); $(".size-button").css("border", "none"); $(this).css("border", "1px solid #000"); $("#orderbutton").css("display", "block"); $("#priceColumn").css("display", "inline-block"); $("#sizechosen").html(": " + format); // Change preview image size var cw = parseInt(($(this).attr("data-cw"))); var cwpx = cw*6.53; var brwpx = cwpx+20; var ch = parseInt(($(this).attr("data-ch"))); var chpx = ch*6.53; var brhpx = chpx+20; $("#previewImage").css("width", cwpx); $("#previewImage").css("height", chpx); }); // Set options $("#option1").click(function() { var option1 = $("#repodata").attr("data-lk"); $("#repodata").attr("data-option", option1); }); $("#option2").click(function() { var option2 = $("#repodata").attr("data-lk-wh"); $("#repodata").attr("data-option", option2); }); $("#option3").click(function() { var option3 = $("#repodata").attr("data-lk-bl"); $("#repodata").attr("data-option", option3); }); $("#option4").click(function() { var option4 = $("#repodata").attr("data-lk"); $("#repodata").attr("data-option", option4); $("#repodata").attr("data-option-switch", "on"); }); // Set final link grabbing info from repo $("#orderbutton").click(function() { var key = '<%= cart.sessionId %>'; var link = "https://codex.mydakis.com/#/load/en/42a36c20-df04-012b-f3ea-00163e08a1c2/"; var productLink = $("#repodata").attr("data-option"); var value = $("#repodata").attr("data-price"); var item_id = $("#repodata").attr("data-option"); var item_name = $("#repodata").attr("data-name"); var item_category = "Canvas Prints"; gtag("event", "view_item", { currency: "CAD", value: value, items: [ { item_id: item_id, item_name: item_name + " " + item_category, item_brand: "Gosselin Photo", item_category: item_category, price: value, quantity: 1 } ] }); var mirror = $("#repodata").attr("data-mirror"); var flag = $("#repodata").attr("data-option-switch"); var domain = "/https%3A%2F%2Fimpression.gosselinphoto.ca%2F/page.html/0000/ignored/true?cartPage=cart&qty=1"; if (flag == "on") { var finalUrl = (link + productLink + "/" + key + domain + mirror); } else { var finalUrl = (link + productLink + "/" + key + domain); } $("#orderbutton").attr("href", finalUrl); });
<% console.log(cart) %>
13
3
2023
20
3
2023
20

BORDER OPTIONS

Mirror Effect

Our most popular choice! The optical illusion created by this border keeps your precious memory intact. The entire image is displayed on the flat surface of the canvas, while the border is created via a mirror effect at the edge. Note that this option is not ideal when important elements are too close to the edge of the photo.

Simple Border

We stretch your image over the edge of the canvas to create the border. Note that this option is not ideal when important elements are too close to the edge of the photo.

Black or White

Like the mirror-effect border, your entire image is displayed on the flat surface of the canvas. We add a black or white border (the choice is yours) to make your work of art stand out. It creates a very striking effect.

100% Happiness Guaranteed

Gosselin wants you to be completely satisfied with your purchase. If for any reason you want to return or exchange an item, we will be glad to do it! This is part of Gosselin's Guaranteed Satisfaction policy.

more info

Canvas Prints

order online

Canvas Prints

Harness the artist within by having your photos printed on a canvas. They’ll look great in your home or office!

Canvas prints, once protected with varnish and mounted on a wood frame, will last for decades. Place your favourite memories where you can see them! They also make a beautiful gift for family or friends on a birthday, wedding, anniversary or any milestone or special event.

Customize Your Canvas With a Choice of Borders

Choose from several options, according to your personal taste and the type of photo. If you’re not sure which border would look best with your picture, come see us in-store. Our specialists will be happy to advise you.

Pricing

8 x 10
$34.00
$40,00
10 x 12
$34.00
$45 .00
12 x 16
$51.00
$60,00
20 x 24
$102.00
$120,00
24 x 36
$170.00
$200,00
BORDER OPTIONS

Mirror Effect

Our most popular choice! The optical illusion created by this border keeps your precious memory intact. The entire image is displayed on the flat surface of the canvas, while the border is created via a mirror effect at the edge. Note that this option is not ideal when important elements are too close to the edge of the photo.

BORDER OPTIONS

Simple Border

We stretch your image over the edge of the canvas to create the border. Note that this option is not ideal when important elements are too close to the edge of the photo.

BORDER OPTIONS

Black or White

Like the mirror-effect border, your entire image is displayed on the flat surface of the canvas. We add a black or white border (the choice is yours) to make your work of art stand out. It creates a very striking effect.

order online

Pricing

Photo sur toile, montée sur cadre de bois 1,75po

8 x 10
$34.00
$40,00
8 x 12
$34.00
$40,00
10 x 12
$38.25
$45,00
11 x 14
$46.75
$55,00
12 x 16
$51.00
$60,00
12 x 24
 $67.15
 $79.00
12 x 32
 $92.65
$109,00
14 x 18
$63.75
$60,00
16 x 20
$74.80
$88,00
20 x 20
$89.25
105,00$
20 x 24
$102.00
$120,00
22 x 24
$114.75
$135.00
24 x 24
$123.25
$135.00
24 x 28
$148.75
$175,00
24 x 30
$148.75
$175,00
24 x 36
$170.00
$200,00

Photo on canvas, mounted on 1.75" wood frame

30 x 32
$170.00
$200,00
30 x 36
$212.50
$250,00
30 x 40
$233.75 $
$275,00
34 x 42
$233.75
$320,00
40 x 40
$306.00
$360,00
40 x 50
$378.25
$445,00
40 x 60
$450.50
$530,00
40 x 73
$544.00
$640,00
48 x 72
$637.50
$750,00
48 x 96
$845.75
$995,00
54 x 96
$935.00
$1,100

Other custom sizes

Per square inch of canvas
$0,18
Per inch of wood frame
$1,00