Laminage

Le laminage représente le meilleur rapport qualité-prix en termes de décoration murale!
Si vous êtes à la recherche d'une décoration originale, épurée, robuste et durable, le tout dans une gamme de prix raisonnables, ce produit est fait pour vous.

Effet saisissant
Le tirage photographique laminé est un produit sobre et moderne.
L’image est tout d’abord imprimée sur du papier photographique de qualité supérieure, puis est thermocollée sur le matériau choisi. Par la suite, l’image est recouverte d’un film traité anti-UV et anti-égratignure, ce qui garantit sa protection, sa conservation des couleurs et sa longue durée de vie.

5x7
5
3
2021
25
3
2021
15
6x8
5
3
2021
25
3
2021
15
8x10
5
3
2021
25
3
2021
15
8x12
5
3
2021
25
3
2021
15
10x12
5
3
2021
25
3
2021
15
11x14
5
3
2021
25
3
2021
15
14x18
5
3
2021
25
3
2021
15
20x24
5
3
2021
25
3
2021
15
24x28
5
3
2021
25
3
2021
15
24x36
5
3
2021
25
3
2021
15
30x36
5
3
2021
25
3
2021
15
40x50
5
3
2021
25
3
2021
15
40x60
5
3
2021
25
3
2021
15
5x7
5
3
2021
25
3
2021
15
6x8
5
3
2021
25
3
2021
15
8x10
5
3
2021
25
3
2021
15
8x12
5
3
2021
25
3
2021
15
10x12
5
3
2021
25
3
2021
15
11x14
5
3
2021
25
3
2021
15
14x18
5
3
2021
25
3
2021
15
20x24
5
3
2021
25
3
2021
15
24x28
5
3
2021
25
3
2021
15
24x36
5
3
2021
25
3
2021
15
30x36
5
3
2021
25
3
2021
15
40x50
5
3
2021
25
3
2021
15
40x60
5
3
2021
25
3
2021
15
20x20
5
3
2021
25
3
2021
15
24x24
5
3
2021
25
3
2021
15

Personnalisez votre projet

Options de passe-partout

+ 0.00$
5x7
5
3
2021
25
3
2021
15
6x8
5
3
2021
25
3
2021
15
8x10
5
3
2021
25
3
2021
15
8x12
5
3
2021
25
3
2021
15
10x12
5
3
2021
25
3
2021
15
11x14
5
3
2021
25
3
2021
15
14x18
5
3
2021
25
3
2021
15
20x24
5
3
2021
25
3
2021
15
24x28
5
3
2021
25
3
2021
15
24x36
5
3
2021
25
3
2021
15
30x36
5
3
2021
25
3
2021
15
5x7
5
3
2021
25
3
2021
15
6x8
5
3
2021
25
3
2021
15
8x10
5
3
2021
25
3
2021
15
8x12
5
3
2021
25
3
2021
15
10x12
5
3
2021
25
3
2021
15
11x14
5
3
2021
25
3
2021
15
14x18
5
3
2021
25
3
2021
15
20x24
5
3
2021
25
3
2021
15
24x28
5
3
2021
25
3
2021
15
24x36
5
3
2021
25
3
2021
15
30x36
5
3
2021
25
3
2021
15
20x20
5
3
2021
25
3
2021
15
24x24
5
3
2021
25
3
2021
15
This is some text inside of a div block.
This is some text inside of a div block.
Prix:
0.00
0.00
Prix:
0.00
// Set default size $(document).ready(function(){ setTimeout(function(){ $('#40x60')[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 priceoption1 = $(this).attr("data-option-1-price"); $("#repodata").attr("data-option-1-price", priceoption1); var priceoption2 = $(this).attr("data-option-2-price"); $("#repodata").attr("data-option-2-price", priceoption2); var link = $(this).attr("data-link"); // Hide option 1 after certain size if (priceoption2.length) { $("#passe-partout").show(); } else { $("#passe-partout").hide(); } $("#repodata").attr("data-link", link); // Default back 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 + "% de rabais"); 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 + "% de rabais"); 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 width = $(this).attr("data-cw"); var cw = parseInt(($(this).attr("data-cw"))); $("#repodata").attr("data-width", width); var cwpx = cw*6.53 var brwpx = cwpx+20 var height = $(this).attr("data-ch"); var ch = parseInt($(this).attr("data-ch")); $("#repodata").attr("data-height", height); var chpx = ch*6.53 var brhpx = chpx+20 $("#previewImage").css("width", cwpx); $("#previewImage").css("height", chpx); $("#previewImage2").css("width", brwpx); $("#previewImage2").css("height", brhpx); }); // Set thinkness option /*$("#9mm").click(function() { var valueH = $("#repodata").attr("data-width"); var valueW = $("#repodata").attr("data-height"); var idValue = (valueW + "x" + valueH + "9mm"); $("#" + idValue)[0].click(); }); $("#4mm").click(function() { var valueH = $("#repodata").attr("data-width"); var valueW = $("#repodata").attr("data-height"); var idValue = (valueW + "x" + valueH); var isOptionTwo = $("#9mm").attr("aria-selected"); if (isOptionTwo == "true") { $("#" + idValue)[0].click(); } });*/ // Set options $("#option1").click(function() { var option1Link = $("#repodata").attr("data-option-1"); setTimeout(function(){ var basedPrice = parseFloat($("#repodata").attr("data-price")); var option1Price = $("#repodata").attr("data-option-1-price"); $("#titlePriceFrames").text( "+" + option1Price + "$"); var optionPrice = parseFloat(option1Price); var pricetotal = basedPrice + optionPrice; if ($("#repodata").attr("data-rebate-flag") == "on") { var rebate = parseInt($("#repodata").attr("data-rebate-percentage")); var priceRebate = (pricetotal-((rebate/100)*pricetotal)).toFixed(2); $("#rebPrice").text(pricetotal + "$"); $("#priceRebate").text(priceRebate + "$"); } $("#price").text(pricetotal + "$"); $("#repodata").attr("data-option-link", option1Link); }, 200); }); $("#option2").click(function() { var option2Link = $("#repodata").attr("data-option-2"); setTimeout(function(){ var basedPrice = parseFloat($("#repodata").attr("data-price")); var option2Price = $("#repodata").attr("data-option-2-price"); $("#titlePriceFrames").text( "+" + option2Price + "$"); var optionPrice = parseFloat(option2Price); var pricetotal = basedPrice + optionPrice; if ($("#repodata").attr("data-rebate-flag") == "on") { var rebate = parseInt($("#repodata").attr("data-rebate-percentage")); var priceRebate = (pricetotal-((rebate/100)*pricetotal)).toFixed(2); $("#rebPrice").text(pricetotal + "$"); $("#priceRebate").text(priceRebate + "$"); } $("#price").text(pricetotal + "$"); $("#repodata").attr("data-option-link", option2Link); }, 200); }); // Set final link grabbing info from repo $("#orderbutton").click(function() { var key = '<%= cart.sessionId %>'; var link = "https://codex.mydakis.com/#/load/fr/42a36c20-df04-012b-f3ea-00163e08a1c2/"; var productLink = $("#repodata").attr("data-link"); var domain = "/https%3A%2F%2Fimpression.gosselinphoto.ca%2F/page.html/0000/ignored/true?cartPage=cart&qty=1" var productOptionLink = $("#repodata").attr("data-option-link"); var finalUrl = (link + productLink + "/" + key + domain + productOptionLink); $("#orderbutton").attr("href", finalUrl); });
<% console.log(cart) %>
10
10
2023
18
10
2023
20
Plaque MDF
ÉPAISSEUR 3/8 PO

La plaque 3/8 po de bois pressé en MDF de hautes qualités est sans conteste le support de laminage le plus populaire. Avec ses bords biseautés peints d’une couleur assortie à l’image, il fera ressortir votre photo sans que vous ayez besoin de vous procurer un cadre. Pour donner un effet de grandeur, ajouter un passe-partout : votre œuvre sera ainsi mise en valeur.
Masonite
ÉPAISSEUR 1/8 PO

Le masonite est la solution parfaite pour les photos à encadrer sans vitre. Vous aurez le choix de faire appliquer ou non le film protecteur. Combiné à un faux cadre, votre photo donnera l’impression de flotter sur votre mur.

Supports disponibles
Le laminage sur plaque 3/8 en MDF est le plus en demande avec son look classique. De plus, au dos de chaque montage, vous trouverez un trou de serrure, qui vous permettra d’accrocher précisément et à niveau votre œuvre dès votre retour à la maison.

100% Satisfaction garantie

Gosselin veut que vous soyez complètement satisfait de votre achat. Si pour une raison quelconque vous souhaitez retourner ou échanger un article, nous serons heureux de le faire! Cela fait partie de la politique de satisfaction garantie de Gosselin.

Plus d'INFO

Laminage

Le laminage représente le meilleur rapport qualité-prix en termes de décoration murale!
Si vous êtes à la recherche d'une décoration originale, épurée, robuste et durable, le tout dans une gamme de prix raisonnables, ce produit est fait pour vous.
Effet saisissant
Le tirage photographique laminé est un produit sobre et moderne.
L’image est tout d’abord imprimée sur du papier photographique de qualité supérieure, puis est thermocollée sur le matériau choisi. Par la suite, l’image est recouverte d’un film traité anti-UV et anti-égratignure, ce qui garantit sa protection, sa conservation des couleurs et sa longue durée de vie.

Tarification - Formats populaires

Masonite 1/8
à partir de 10,00 $
MDF 3/8

à partir de 13,00 $
Supports disponibles
Ces produits peuvent être commandés en magasin uniquement, où nos experts pourront vous démontrer les très nombreuses combinaisons possibles. Les prix n’incluent pas les impressions photo.
Le laminage sur plaque 3/8 en MDF est le plus en demande avec son look classique. De plus, au dos de chaque montage, vous trouverez un trou de serrure, qui vous permettra d’accrocher précisément et à niveau votre œuvre dès votre retour à la maison.
Plaque MDF
ÉPAISSEUR 3/8 PO

La plaque 3/8 po de bois pressé en MDF de hautes qualités est sans conteste le support de laminage le plus populaire. Avec ses bords biseautés peints d’une couleur assortie à l’image, il fera ressortir votre photo sans que vous ayez besoin de vous procurer un cadre. Pour donner un effet de grandeur, ajouter un passe-partout : votre œuvre sera ainsi mise en valeur.
COMMANDER EN LIGNE
Masonite
ÉPAISSEUR 1/8 PO

Le masonite est la solution parfaite pour les photos à encadrer sans vitre. Vous aurez le choix de faire appliquer ou non le film protecteur. Combiné à un faux cadre, votre photo donnera l’impression de flotter sur votre mur.
COMMANDER EN LIGNE

Grille de tarifs

Plaque 3/8 - plein cadre

5 x 7
11.05 $
13,00$
6 x 8
11.90 $
14$
8 x 10
14.45  $
17$
8 x 12
16.15  $
19$
10 x 12
20.40  $
24$
11 x 14
24.65 $
29$
14 x 18
36.55 $
43$
20 x 20
57.80  $
68$
20 x 24
59.50  $
70$
24 x 24
73.95 $
87$
24 x 28
76.50 $
90$
24 x 36
90.95 $
107$
30 x 36
112.20$
132$
36 x 36
131.75 $
155$
36 x 42
153.85 $
181$
36 x 48
178.50 $
210$
40 x 50
205.70 $
242$
40 x 60
309.40 $
364$

Plaque 3/8 - avec passe-partout

5 x 7
22.10 $
26,00$
6 x 8
27.20 $
32$
8 x 10
34.00  $
40$
8 x 12
38.25 $
45$
10 x 12
42.50 $
50$
11 x 14
46.75 $
55$
14 x 18
59.50 $
70$
20 x 20
84.15 $
99$
20 x 24
85.85 $
101$
24 x 28
102.85 $
121$
24 x 36
123.25 $
145$

Masonite 1/8

5 x 7
8.50 $
10$
6 x 8
9.35 $
11$
8 x 10
10.20 $
12$
8 x 12
11.05 $
13$
10 x 12
14.45  $
17$
11 x 14
17.00  $
20$
14 x 18
28.05 $
33$
20 x 20
43.35 $
51$
20 x 24
45.90 $
54$
24 x 24
56.10 $
66$
24 x 28
58.65 $
69$
24 x 36
70.55 $
83$
30 x 36
88.40 $
104 $