watermark pos

This commit is contained in:
Julian Freeman
2026-01-19 00:27:47 -04:00
parent f34021eae1
commit de0ed2bdc2
4 changed files with 27 additions and 19 deletions

View File

@@ -29,9 +29,9 @@ export const useGalleryStore = defineStore("gallery", () => {
text: 'Watermark',
color: '#FFFFFF',
opacity: 0.8,
scale: 0.025, // Reduced from 0.05
scale: 0.03, // 3% of height default
manual_override: false,
manual_position: { x: 0.5, y: 0.99 } // Pushed to very bottom
manual_position: { x: 0.5, y: 0.97 } // 3% from bottom
});
const selectedImage = computed(() => {