Output settings

In the output settings, you can customize the output file generation and sharing of the results.

Local

Output files will be saved to the Output subdirectory of your project folder.

Share using internet

Firefox Send URL

This setting specifies the Firefox Send server URL used to generate a QR code for easy image downloads to your phone using the Firefox Send service.

Image settings

Image File Type

This setting determines the type of image file to generate for image export within the photo booth application.

Available Options:

  • JPG
  • PNG

Default: JPG

JPG Quality

This setting specifies the export quality for JPG images within the photo booth application. Higher quality values result in larger file sizes, while lower values lead to smaller files with potentially reduced image quality.

Value Range:
Minimum: 1
Maximum: 100

Output Resolution Multiplier

This setting controls the image resolution multiplier within the photo booth application, which in turn controls the image resolution of the exported photos. A factor of 1.0 results in a resolution of 1000 pixels on the long side of the image and 1000/aspect ratio on the short side without padding.

The calculation of the total image height is as follows:
resolutionMultiplier * (1000 + collagePaddingSetting * 2)

And the width:
resolutionMultiplier * (1000/collageAspectRatioSetting + collagePaddingSetting * 2)