ScreenshotFramer alternatives and similar libraries
Based on the "Deployment / Distribution" category.
Alternatively, view ScreenshotFramer alternatives based on common mentions on social networks and blogs.
-
Bitrise
Mobile Continuous Integration & Delivery with dozens of integrations to build, test, deploy and collaborate. -
Appfigurate
Appfigurate is a development platform that allows you to change local configuration properties and feature toggles in Android, iOS, watchOS, mobile Flutter and mobile React Native apps and app extensions, securely, at runtime. -
HockeyApp
With HockeyApp, you can distribute beta versions of your app, collect live crash reports, get feedback from users, and analyze test coverage. -
Semaphore
CI/CD service which makes it easy to build, test and deploy applications for any Apple device. iOS support is fully integrated in Semaphore 2.0, so you can use the same powerful CI/CD pipeline features for iOS as you do for Linux-based development. -
Runway
Easier mobile releases for teams. Integrates across tools (version control, project management, CI, app stores, crash reporting, etc.) to provide a single source of truth for mobile teams to come together around during release cycles. Equal parts automation and collaboration. -
TestFlight Beta Testing
The beta testing service hosted on iTunes Connect (requires iOS 8 or later). -
Boombox.io
Sign up TestFlight beta testers on your website. Embeddable and hosted TestFlight beta sign-up forms
CodeRabbit: AI Code Reviews for Developers
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of ScreenshotFramer or a related project?
README
ScreenshotFramer
With Screenshot Framer you can easily create nice-looking and localized App Store Images. [](Documentation/Overview.png)
How does it work?
It's super simple: Screenshot Framer simply puts pictures on top of each other (think Photoshop Layers), allows you to move them around and saves the resulting image to disk. You can specify the path of every image layer and use a .strings
file to localize the displayed texts. Once you're done configuring, you can export all possible image & language combinations at once.
[](Documentation/How%20it%20works.gif)
Preparation
- First check out the repository and build the app. Alternatively you can download the precompiled app here.
- Next open the Sample Project or create your own project structure. When you are using fastlane's snapshot tool you can reuse that folder structure and only add missing files.
[](Documentation/File%20Structure.png)
backgrounds
This folder allows you to specify background images for your screenshots, if you don't want to go all-white.
device_frames
If you want your screenshots framed in a device, you may use any image here. You can for example download Apple's device images or Facebook's Device Assets and copy them into this folder.
Localized Image Folders
(en-US, de-DE, ...) are generated using fastlane snapshot or you may also copy them into this folder. Important is that you have a strings file in this folder called screenshots.strings
.
"1" = "It Starts With a Thought";
"2" = "Add Your Thoughts";
"3" = "Discover Connections";
"4" = "Visualize Your Idea";
"5" = "Productive on the Go";
|
This Number is later replaced with variable "image"
Configuration File
This file contain the configuration for the image export.
Open the file iPhone SE
and change the number in the image textfield or language popup. You may also change the position and size of each layer or create new layers.
Usage
The main difference to your favorite image editor is that you can specify variables and use them for the image path.
Possible Variables:
$image
can contain only numbers (typically 1-5)$language
contains every sub-folder name in your project folder (in this caseSample Project
) excludingbackgrounds, device_frames and Export
In the screenshot below the file is: $language/iPhone SE-$image.png
. This is automatically translated to en-US/iPhone SE-1.png
and this file is then rendered. For German this would for example be translated to de-DE/iPhone SE-1.png
.
[](Documentation/Usage.png)
From the Command Line
- You can either Install
Screenshot Framer
on your computer by copying it to/usr/local/bin
and run following command
cd ~/Developer/MyProject/Screenshots
Screenshot-Framer-CLI -project "./iPhone SE.frame"
- To create screenshots for all devices simply pass the whole directory instead of a file
cd ~/Developer/MyProject/Screenshots
Screenshot-Framer-CLI -project .
- You can also copy
Screenshot Framer
to your repository and run it from there
cd ~/Developer/MyProject/Screenshots
./Screenshot-Framer-CLI -project .
Known Limitations & Bugs
Please keep in mind that this tool was made to automate screenshots for a very specific need, so it might not fit yours. If you find bugs please create an issue first. Pull Requests are very welcome, but we also reserve the right to not merge them, if they don't take the tool into a direction we need. Therefore it's best to first open an issue and discuss your plans, before jumping right in and implementing it.
- No rearranging of layers (drag & drop in table view)
- May use excessive amount of memory while exporing (up to 4GB)
- no aspect ratio lock, keep that in mind if you scale images
- For better overview output is set to
Export/$language/iPhone SE-$image framed.png
Screenshot Framer is brought to you by IdeasOnCanvas GmbH, the creator of MindNode for iOS, macOS & watchOS.
*Note that all licence references and agreements mentioned in the ScreenshotFramer README section above
are relevant to that project's source code only.