Image Composition in .NET

Pluralsight
Course Summary
This course introduces .NET developers to the System.Drawing libraries found in .NET. Developers will start with the basics, how to load and save images, and then move towards image transformation like rotation, resizing, cropping, and the powerful color matrices.
-
+
Course Description
This course introduces .NET developers to the System.Drawing libraries found in .NET. It will show developers how to incorporate these libraries into any .NET application, which require the capability to manipulate images. Developers will start with the basics, like how to load and save images, and then move towards image transformations like rotation, resizing, cropping, and the powerful color matrices. Once the techniques have been mastered, we will explore how they can be used to compose stunning custom images in a multitude of .NET applications types.
-
+
Course Syllabus
Getting Started With System.Drawing- 24m 14s
—Introduction 1m 54s
—System.Drawing.Bitmap 1m 44s
—Loading and Saving Images 5m 3s
—Demo - Loading & Saving Images 5m 53s
—System.Drawing.Graphics 3m 16s
—Demo - Drawing Text on an Image 4m 54s
—Summary 1m 26sTransforming an Image- 27m 8s
—Cropping an Image 1m 51s
—Demo - Cropping an Image 4m 36s
—Resize an Image 4m 33s
—Demo - Resizing an Image 3m 22s
—Trigonometry 3m 46s
—Calculating a Bounding Box 3m 33s
—Demo - Rotating an Image 3m 52s
—Summary 1m 31sControlling Color- 19m 44sComposing Images- 27m 8sBuilding a Composition Engine- 48m 16s