This website works better with JavaScript.
Home
Explore
Help
Sign In
yigitcolakoglu
/
simcrop
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
Fixed bug while saving
main
Yiğit Çolakoğlu
4 years ago
parent
b5217afbe3
commit
ecd6cafc88
2 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
BIN
simcrop
+1
-1
simcrop.cpp
BIN
simcrop
View File
+ 1
- 1
simcrop.cpp
View File
@ -222,7 +222,7 @@ int main(int argc, char** argv)
}
}
else
{
if
(
saveClipboard
)
{
saveImgToClipboard
(
cropped
)
;
saveImgToClipboard
(
fromImg
(
calcOriginalRect
(
selection
,
geometry
,
fromImg
.
size
(
)
)
)
)
;
}
else
{
imwrite
(
savePath
,
cropped
)
;
}
Write
Preview
Loading…
Cancel
Save