Searched refs:imageDebug (Results 1 – 5 of 5) sorted by relevance
/dports/security/keybase/client-v5.7.1/go/vendor/camlistore.org/pkg/images/ |
H A D | images.go | 227 imageDebug("ScaledDimensions was given as 0; returning 1x1 as dimensions.") 344 func imageDebug(msg string) { func 367 imageDebug(fmt.Sprintf("No valid EXIF, error: %v.", err)) 371 imageDebug(`No "Orientation" tag in EXIF.`) 382 imageDebug(fmt.Sprintf("EXIF Error: %v", err)) 388 imageDebug(fmt.Sprintf("Image Decoding failed: %v", err)) 430 imageDebug(fmt.Sprintf("Resizing from %dx%d -> %dx%d", ic.Width, ic.Height, sw, sh)) 476 imageDebug("No valid EXIF; will not rotate or flip.") 481 imageDebug(`No "Orientation" tag in EXIF; will not rotate or flip.`) 486 imageDebug(fmt.Sprintf("EXIF error: %v", err))
|
/dports/misc/perkeep/perkeep-0.11/internal/images/ |
H A D | images.go | 250 imageDebug("ScaledDimensions was given as 0; returning 1x1 as dimensions.") 367 func imageDebug(msg string) { func 428 imageDebug(fmt.Sprintf("No valid EXIF, error: %v.", err)) 433 imageDebug(`No "Orientation" tag in EXIF.`) 438 imageDebug(fmt.Sprintf("EXIF Error: %v", err)) 480 imageDebug(fmt.Sprintf("Resizing from %dx%d -> %dx%d", ic.Width, ic.Height, sw, sh)) 526 imageDebug("No valid EXIF; will not rotate or flip.") 531 imageDebug(`No "Orientation" tag in EXIF; will not rotate or flip.`) 536 imageDebug(fmt.Sprintf("EXIF error: %v", err))
|
/dports/misc/perkeep/perkeep-0.11/pkg/server/ |
H A D | image.go | 51 const imageDebug = false const 109 if imageDebug { 145 if imageDebug { 164 if imageDebug { 193 if imageDebug {
|
/dports/www/zenphoto/zenphoto-1.5.9/zp-core/ |
H A D | i.php | 100 imageDebug($album, $image, $args, $imgfile);
|
H A D | functions-image.php | 69 function imageDebug($album, $image, $args, $imgfile) { function
|