Home
last modified time | relevance | path

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 Dimages.go227 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 Dimages.go250 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 Dimage.go51 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 Di.php100 imageDebug($album, $image, $args, $imgfile);
H A Dfunctions-image.php69 function imageDebug($album, $image, $args, $imgfile) { function