How can I write an application that will crop images in C#?
|
|
|
|
|
|
|
You can use
|
||
|
|
|
|
Check out this link: http://www.switchonthecode.com/tutorials/csharp-tutorial-image-editing-saving-cropping-and-resizing |
||
|
|
|
|
Here is a tutorial on image editing including saving, cropping, and resizing The included example of cropping is quite straightforward:
|
|||
|
|
|
|
It's quite easy:
|
||
|
|
|
|
Assuming you mean that you want to take an image file (JPEG, BMP, TIFF, etc) and crop it then save it out as a smaller image file, I suggest using a third party tool that has a .NET API. Here are a few of the popular ones that I like: |
||
|
|
|
|
Start by concentrating really hard. |
||||
|
|
|
Here's a simple example on cropping an image
} |
||
|
|
