this post was submitted on 25 May 2024
24 points (100.0% liked)

Free and Open Source Software

17805 readers
2 users here now

If it's free and open source and it's also software, it can be discussed here. Subcommunity of Technology.


This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.

founded 2 years ago
MODERATORS
 

I have a large number of photos edited and ready to go and want to then them into an album. Does anyone have any recommendations for any FOSS software that I can use to arrange the images to pages, and add text?

I intend to send the data to a professional printer for printing and binding.

My first thought was Libre Office's Draw, but maybe this community has something more appropriate.

you are viewing a single comment's thread
view the rest of the comments
[–] hedgehog@ttrpg.network 4 points 4 months ago (1 children)

Are you familiar with LaTeX? You can use plugins that generate PDFs that follow the PDF/X1-a standard and send the resulting PDFs to professional printers.

TeXStudio is a FOSS LaTeX editor that looks well-suited for your use-case.

Since LaTeX documents are just text and your images are already sorted and so on, you could even write a script to construct the first draft of your doc with the pictures arranged consistently, based off the files in your file system, then edit it to tweak it to perfection. You could also/alternatively create or use some reusable LaTeX patterns.

[–] Oneser@lemm.ee 2 points 4 months ago (1 children)

Thanks for the suggestion, I started looking into LaTeX during my studies but never went through with learning it. Others have suggested Scribus, is there a reason why you might opt for LaTeX over that for this case?

[–] hedgehog@ttrpg.network 2 points 4 months ago

I haven’t worked with Scribus but I’ve heard good things about it, so I don’t think you’d be making a wrong choice by going with it. For this use case, the main reasons I can think of for why LaTeX would be preferable would be:

  • if you preferred working with it, or with a particular LaTeX tool
  • if you want to learn one tool or the other
  • if being able to write a script to create the output is something you want to do and the equivalent is not possible in Scribus