Sälj dina kursböcker, vinn presentkort på 1000 kr. Kom igång här
Packaging Design | 1:a upplagan
- Danskt band, Engelska, 2013
- Författare: Marianne R. Klimchuk, Sandra A. Krasovec
- Betyg:
638
kr
Skickas inom 1-3 vardagar
Butikslager
Onlinelager
I lager hos leverantör
$event.detail.name === 'store-selector' ? isOpen = true : ''"
@close-drawer.window="() => $event.detail.name === 'store-selector' ? isOpen = false : ''"
@keydown.escape.window="isOpen = false"
x-init="$watch('isOpen', value => {
if (value) {
$refs.dialog.showModal();
document.body.style.overflow = 'hidden';
//emit onDrawerOpen event
$dispatch('drawer-opened', {
name: 'store-selector'
});
} else {
setTimeout(() => {
$refs.dialog.showModal();
$refs.dialog.close();
}, 300);
document.body.style.overflow = '';
$dispatch('drawer-closed', {
name: 'store-selector'
});
}
});"
class="h-full"
>
Beskrivning
The fully updated single-source guide to creating successful packaging designs for consumer products
Now in full-color throughout, Packaging Design, Second Edition has been fully updated to secure its place as the most comprehensive resource of professional information for creating packaging designs that serve as the marketing vehicles for consumer products. Packed with practical guidance, step-by-step descriptions of the creative process, and all-important insights into the varying perspectives of the stakeholders, the design phases, and the production process, this book illuminates the business of packaging design like no other.
Whether you're a designer, brand manager, or packaging manufacturer, the highly visual coverage in Packaging Design will be useful to you, as well as everyone else involved in the process of marketing consumer products. To address the most current packaging design objectives, this new edition offers:
Fully updated coverage (35 percent new or updated) of the entire packaging design process, including the business of packaging design, terminology, design principles, the creative process, and pre-production and production issues
A new chapter that puts packaging design in the context of brand and business strategies
A new chapter on social responsibility and sustainability
All new case studies and examples that illustrate every phase of the packaging design process
A history of packaging design covered in brief to provide a context and framework for today's business
Useful appendices on portfolio preparation for the student and the professional, along with general legal and regulatory issues and professional practice guidelines
Now in full-color throughout, Packaging Design, Second Edition has been fully updated to secure its place as the most comprehensive resource of professional information for creating packaging designs that serve as the marketing vehicles for consumer products. Packed with practical guidance, step-by-step descriptions of the creative process, and all-important insights into the varying perspectives of the stakeholders, the design phases, and the production process, this book illuminates the business of packaging design like no other.
Whether you're a designer, brand manager, or packaging manufacturer, the highly visual coverage in Packaging Design will be useful to you, as well as everyone else involved in the process of marketing consumer products. To address the most current packaging design objectives, this new edition offers:
Fully updated coverage (35 percent new or updated) of the entire packaging design process, including the business of packaging design, terminology, design principles, the creative process, and pre-production and production issues
A new chapter that puts packaging design in the context of brand and business strategies
A new chapter on social responsibility and sustainability
All new case studies and examples that illustrate every phase of the packaging design process
A history of packaging design covered in brief to provide a context and framework for today's business
Useful appendices on portfolio preparation for the student and the professional, along with general legal and regulatory issues and professional practice guidelines
Om denna bok
Packaging Design av Marianne R. Klimchuk och Sandra A. Krasovec är en Danskt band bok med 256 sidor på Engelska. Detta är den 1:a upplagan som utgavs 2013.
Spara pengar – köp begagnad från Campusbokhandeln
Köp Packaging Design begagnad från Campusbokhandeln och spara upp till 25% jämfört med nypris. Du kan bevaka den här boken så får du ett mail så fort vi får in den i lager som begagnad.
Genom att köpa & sälja begagnat sänker du kostnaden för studier både för dig och nästa student samtidigt som du gör nytta för klimatet.
Produktinformation
Kategori:
Data & IT
Bandtyp:
Danskt band
Språk:
Engelska
ISBN:
9781118027066
Upplaga:
1
Utgiven:
2013-02-28
Förlag:
Okänt
Sidantal:
256
$event.detail.name === 'primary-menu' ? isOpen = true : ''"
@close-drawer.window="() => $event.detail.name === 'primary-menu' ? isOpen = false : ''"
@keydown.escape.window="isOpen = false"
x-init="$watch('isOpen', value => {
if (value) {
$refs.dialog.showModal();
document.body.style.overflow = 'hidden';
//emit onDrawerOpen event
$dispatch('drawer-opened', {
name: 'primary-menu'
});
} else {
setTimeout(() => {
$refs.dialog.showModal();
$refs.dialog.close();
}, 300);
document.body.style.overflow = '';
$dispatch('drawer-closed', {
name: 'primary-menu'
});
}
});"
class="h-full"
>
$event.detail.name === 'mobile-search' ? isOpen = true : ''"
@close-drawer.window="() => $event.detail.name === 'mobile-search' ? isOpen = false : ''"
@keydown.escape.window="isOpen = false"
x-init="$watch('isOpen', value => {
if (value) {
$refs.dialog.showModal();
document.body.style.overflow = 'hidden';
//emit onDrawerOpen event
$dispatch('drawer-opened', {
name: 'mobile-search'
});
} else {
setTimeout(() => {
$refs.dialog.showModal();
$refs.dialog.close();
}, 300);
document.body.style.overflow = '';
$dispatch('drawer-closed', {
name: 'mobile-search'
});
}
});"
class="h-full"
>
$event.detail.name === 'mini-cart' ? isOpen = true : ''"
@close-drawer.window="() => $event.detail.name === 'mini-cart' ? isOpen = false : ''"
@keydown.escape.window="isOpen = false"
x-init="$watch('isOpen', value => {
if (value) {
$refs.dialog.showModal();
document.body.style.overflow = 'hidden';
//emit onDrawerOpen event
$dispatch('drawer-opened', {
name: 'mini-cart'
});
} else {
setTimeout(() => {
$refs.dialog.showModal();
$refs.dialog.close();
}, 300);
document.body.style.overflow = '';
$dispatch('drawer-closed', {
name: 'mini-cart'
});
}
});"
class="h-full"
>
$event.detail.name === 'add-to-cart' ? isOpen = true : ''"
@close-drawer.window="() => $event.detail.name === 'add-to-cart' ? isOpen = false : ''"
@keydown.escape.window="isOpen = false"
x-init="$watch('isOpen', value => {
if (value) {
$refs.dialog.showModal();
document.body.style.overflow = 'hidden';
//emit onDrawerOpen event
$dispatch('drawer-opened', {
name: 'add-to-cart'
});
} else {
setTimeout(() => {
$refs.dialog.showModal();
$refs.dialog.close();
}, 300);
document.body.style.overflow = '';
$dispatch('drawer-closed', {
name: 'add-to-cart'
});
}
});"
class="h-full"
>