mirror of
https://github.com/greenshot/greenshot
synced 2025-08-20 21:43:24 -07:00
Removed a Image-cloning call which wasn't needed.
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2530 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
This commit is contained in:
parent
f8fec5ebe0
commit
ea20ead07e
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ namespace Greenshot.Drawing.Filters {
|
||||||
|
|
||||||
using (BitmapBuffer bbbDest = new BitmapBuffer(applyBitmap, rect)) {
|
using (BitmapBuffer bbbDest = new BitmapBuffer(applyBitmap, rect)) {
|
||||||
bbbDest.Lock();
|
bbbDest.Lock();
|
||||||
using (BitmapBuffer bbbSrc = new BitmapBuffer(applyBitmap, rect)) {
|
using (BitmapBuffer bbbSrc = new BitmapBuffer(applyBitmap, rect, false)) {
|
||||||
bbbSrc.Lock();
|
bbbSrc.Lock();
|
||||||
List<Color> colors = new List<Color>();
|
List<Color> colors = new List<Color>();
|
||||||
int halbPixelSize = pixelSize / 2;
|
int halbPixelSize = pixelSize / 2;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue