Skip to content

Commit

Permalink
add more debug messages
Browse files Browse the repository at this point in the history
  • Loading branch information
Timm committed Jul 2, 2024
1 parent 108da85 commit f7e80dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qml/content/CollageRenderer.qml
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ Item {
// TODO clip the image and bringing everything into right format...
renderer.grabToImage(function(result) {
if (result) {
console.log("Image grabbed successfully");
console.log("Image grabbed with size " + result.image.width + "x" + result.image.height + " successfully");
var success = result.saveToFile(filename);
if (success) {
console.log("Image saved successfully to " + filename);
Expand Down

0 comments on commit f7e80dc

Please sign in to comment.