-
Notifications
You must be signed in to change notification settings - Fork 163
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature / WIP] Add frame option for collage #243
base: master
Are you sure you want to change the base?
Conversation
@@ -122,6 +122,8 @@ const L10N = { | |||
'polaroid_effect': 'Polaroid Effekt', | |||
'general_polaroid_rotation': 'Polaroid Bild-Rotation', | |||
'use_collage': 'Foto-Collage erlauben', | |||
'take_collage_frame': 'Foto-Collage mit Rahmen aufnehmen', | |||
'take_collage_frame_path': 'Rahmen', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
general_take_collage_frame_path
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
See comments
@@ -122,6 +122,8 @@ const L10N = { | |||
'polaroid_effect': 'Polaroid effect', | |||
'general_polaroid_rotation': 'Polaroid picture rotation', | |||
'use_collage': 'Allow photo collage', | |||
'take_collage_frame': 'Take collage with frame', | |||
'take_collage_frame_path': 'Frame', | |||
'take_frame': 'Take picture with frame', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
general_take_collage_frame_path here too
Following use case:
I used a specific frame for single photos (text + funny picture of bridal couple), but it's simply too much on a collage.
Feature:
This RP implements the option to set the frame option on single picture and collages separately, as well the option to use different frames for single picture and collages.
Need help with: