Click here to Skip to main content
15,881,281 members
Articles / Multimedia / GDI+

Matrix Transformation of Images using .NET GDI+

Rate me:
Please Sign up or sign in to vote.
4.86/5 (71 votes)
1 Jul 2016CPOL4 min read 390.2K   12.7K   187  
Use of GDI+ Matrix class to perform image transformation.
<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type='text/xsl' href='_UpgradeReport_Files/UpgradeReport.xslt'?><UpgradeLog>
<Properties><Property Name="Solution" Value="Transformation">
</Property><Property Name="Solution File" Value="C:\Users\user\Downloads\Transformation1\Transformation\Transformation.sln">
</Property><Property Name="Date" Value="Wednesday, April 30, 2014">
</Property><Property Name="Time" Value="13:32 PM">
</Property></Properties><Event ErrorLevel="0" Project="" Source="Transformation.sln" Description="File successfully backed up as C:\Users\user\Downloads\Transformation1\Transformation\Backup\Transformation.sln">
</Event><Event ErrorLevel="0" Project="Transformation" Source="Transformation.csproj" Description="Project file successfully backed up as C:\Users\user\Downloads\Transformation1\Transformation\Backup\Transformation.csproj">
</Event><Event ErrorLevel="0" Project="Transformation" Source="Transformation.csproj.user" Description="Project user file successfully backed up as C:\Users\user\Downloads\Transformation1\Transformation\Backup\Transformation.csproj.user">
</Event><Event ErrorLevel="0" Project="Transformation" Source="AssemblyInfo.cs" Description="File successfully backed up as C:\Users\user\Downloads\Transformation1\Transformation\Backup\AssemblyInfo.cs">
</Event><Event ErrorLevel="0" Project="Transformation" Source="Form1.cs" Description="File successfully backed up as C:\Users\user\Downloads\Transformation1\Transformation\Backup\Form1.cs">
</Event><Event ErrorLevel="0" Project="Transformation" Source="App.ico" Description="File successfully backed up as C:\Users\user\Downloads\Transformation1\Transformation\Backup\App.ico">
</Event><Event ErrorLevel="0" Project="Transformation" Source="Form1.resx" Description="File successfully backed up as C:\Users\user\Downloads\Transformation1\Transformation\Backup\Form1.resx">
</Event><Event ErrorLevel="0" Project="Transformation" Source="Transformation.csproj" Description="Project converted successfully">
</Event><Event ErrorLevel="3" Project="Transformation" Source="Transformation.csproj" Description="Converted">
</Event><Event ErrorLevel="0" Project="" Source="Transformation.sln" Description="Solution converted successfully">
</Event><Event ErrorLevel="3" Project="" Source="Transformation.sln" Description="Converted">
</Event><Event ErrorLevel="0" Project="Transformation" Source="Transformation.csproj" Description="Scan complete: Upgrade not required for project files.">
</Event></UpgradeLog>

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer (Senior)
Singapore Singapore
Coder. Hacker. Fixer.

Comments and Discussions