Click here to Skip to main content
15,885,546 members
Articles / Multimedia / GDI

Image Per Pixel Enumeration, Pixel Format Conversion and More

Rate me:
Please Sign up or sign in to vote.
4.93/5 (26 votes)
20 Jun 2013CPOL7 min read 84.6K   3.5K   53  
A set of handy extension methods to help you with quick Image modifications

Microsoft Visual Studio Solution File, Format Version 10.00
# Visual Studio 2008
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ImagePixelEnumerator", "ImagePixelEnumerator\ImagePixelEnumerator.csproj", "{62C392AC-EC9A-4D7D-8B29-D00CB0AE8D29}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Extensions", "Extensions\Extensions.csproj", "{3D9D68E8-88C2-46DA-B3FD-5CC56220E730}"
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Any CPU = Debug|Any CPU
		Release|Any CPU = Release|Any CPU
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{62C392AC-EC9A-4D7D-8B29-D00CB0AE8D29}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{62C392AC-EC9A-4D7D-8B29-D00CB0AE8D29}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{62C392AC-EC9A-4D7D-8B29-D00CB0AE8D29}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{62C392AC-EC9A-4D7D-8B29-D00CB0AE8D29}.Release|Any CPU.Build.0 = Release|Any CPU
		{3D9D68E8-88C2-46DA-B3FD-5CC56220E730}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{3D9D68E8-88C2-46DA-B3FD-5CC56220E730}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{3D9D68E8-88C2-46DA-B3FD-5CC56220E730}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{3D9D68E8-88C2-46DA-B3FD-5CC56220E730}.Release|Any CPU.Build.0 = Release|Any CPU
	EndGlobalSection
	GlobalSection(SolutionProperties) = preSolution
		HideSolutionNode = FALSE
	EndGlobalSection
EndGlobal

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
Czech Republic Czech Republic
Contacts: EMAIL - smartk8@gmail.com

Comments and Discussions