Alvar Penning alvar
alvar closed issue fsfe-system-hackers/sharepic#11 2022-01-31 17:50:10 +00:00
Embed resulting PNG in a placeholder HTML page
alvar closed issue fsfe-system-hackers/sharepic#15 2022-01-31 17:50:10 +00:00
resulting image can't be saved probably
alvar pushed to main at fsfe-system-hackers/sharepic 2022-01-31 17:50:10 +00:00
09aa426c5d frontend/backend: allow JavaScript-less usage
ac5843f510 frontend/backend: display SharePic in a canvas
Compare 2 commits »
alvar commented on issue fsfe-system-hackers/sharepic#12 2022-01-26 19:49:37 +00:00
Respect aspect ratio of input image

So the ratio is not respected as it seems. Please find the picture I uploaded and the result attached.

Thanks. I fixed this one. An example based on your picture is attached.

Side question:…

alvar closed issue fsfe-system-hackers/sharepic#12 2022-01-26 19:43:58 +00:00
Respect aspect ratio of input image
alvar pushed to main at fsfe-system-hackers/sharepic 2022-01-26 19:43:58 +00:00
14ee9fc22f backend: refactor module structure
311652177e backend: remove legacy after switching to imagick
a29e75341c backend: crop and center input image
b2d5b53102 backend: switch to Go Imagick for ImageMagick
Compare 4 commits »
alvar pushed to main at fsfe-system-hackers/sharepic 2022-01-22 20:53:00 +00:00
b05e1059f8 backend: imagemagick: 7.1.0-19 -> 7.1.0-20
alvar commented on issue fsfe-system-hackers/sharepic#12 2022-01-22 18:25:59 +00:00
Respect aspect ratio of input image

The solution I have chosen is based on Max's recommendation. The image is roughly reduced to the final size and then cropped to center.

We all know that this is not an ideal solution. But within…

alvar commented on issue fsfe-system-hackers/sharepic#13 2022-01-22 18:22:45 +00:00
Use fonts from template

Thanks for reporting this issue. As the SVG files only define a font-family instead of a specific font, I have now added a font to satisfy those requirements. Please feel free to re-open and poin…

alvar closed issue fsfe-system-hackers/sharepic#14 2022-01-22 18:20:52 +00:00
Resulting image has a large file size
alvar closed issue fsfe-system-hackers/sharepic#7 2022-01-22 18:20:52 +00:00
Respect Image Rotation
alvar closed issue fsfe-system-hackers/sharepic#12 2022-01-22 18:20:52 +00:00
Respect aspect ratio of input image
alvar closed issue fsfe-system-hackers/sharepic#13 2022-01-22 18:20:52 +00:00
Use fonts from template
alvar pushed to main at fsfe-system-hackers/sharepic 2022-01-22 18:20:52 +00:00
f25b15eda0 backend: use font from the Nimbus Sans L family
b069850bae backend: transform user submitted picture
5e583487b5 backend: patch autoorient into ImageMagick's msl
7a59c797f8 backend: optimize output size
Compare 4 commits »
alvar closed issue fsfe-system-hackers/sharepic#2 2022-01-16 17:56:30 +00:00
Multiple templates for one campaign
alvar pushed to main at fsfe-system-hackers/sharepic 2022-01-16 17:56:30 +00:00
db0932ad17 Update documentation and repository location
78220e108b frontend/backend: add templates ilovefs_game{1,2}
6f47bd6911 backend: use list of font sizes instead of range
1844fa331b backend: refactor dynamic template usage
d0d4cac37c backend: wrap multiline text
Compare 6 commits »
alvar closed issue fsfe-system-hackers/sharepic#8 2022-01-16 17:56:30 +00:00
Wrap Multiline Text
alvar commented on issue fsfe-system-hackers/sharepic#9 2022-01-11 20:20:37 +00:00
Use major versions for Docker images

When choosing an operating system, I expect some level of stability. In the specific case of the backend container, I want to be completely sure that ImageMagick stays at major version seven and the…

alvar closed issue fsfe-system-hackers/sharepic#9 2022-01-11 20:20:37 +00:00
Use major versions for Docker images
alvar commented on issue fsfe-system-hackers/sharepic#1 2022-01-10 22:05:50 +00:00
GDPR concerns

At the moment of writing, the posted user input - a set of a name, a description, a photo, and a message - will be received via HTTP by the Apache2 web server within the frontend container, which…