Skip to content

This script converts Final Fantasy XV's .ss screenshot files to .jpg format. It extracts .ss files from the current directory, removes their specific headers/footers, and writes the core image data to a new .jpg file, retaining the original file's timestamp. Users are notified of each successful conversion via a printed message.

License

Notifications You must be signed in to change notification settings

kibasnowpaw/AstralImager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Certainly! Below is a detailed README.md for the script that converts .ss files to .jpg.


FF15 SS to JPG Converter

Description

This Python script is specially designed for gamers and fans of Final Fantasy XV. It effortlessly converts the game's .ss screenshot files into the universally accessible .jpg format while preserving the original file's timestamp.

Features

  • Ease of Use: Simply place the script in the directory containing your .ss files and run it.
  • Preserves Timestamp: The conversion retains the original timestamp of the .ss files.
  • Batch Conversion: Converts all .ss files in the directory simultaneously.

Requirements

  • Python 3.x installed on your machine.

Usage

  1. Clone the repository or download the script directly.

  2. Place the script in the same directory where your .ss screenshot files are stored.

  3. Run the script using the command:

    python script_name.py

    Replace "script_name.py" with the actual name of the script.

  4. All .ss files in the directory will be converted to .jpg, and users will be notified of each successful conversion.

Example

If you have a .ss file named screenshot.ss, after running the script, you'll have a screenshot.jpg in the same directory with the .ss file's original timestamp.

Support

For any issues or enhancements, please open an issue or pull request.

License

This project is open source, under the MIT license.


Note: Replace "script_name.py" with the actual name of your script, and ensure to test the script thoroughly before providing it to end users. You may also want to include more specific instructions depending on the user's operating system and level of familiarity with Python.

About

This script converts Final Fantasy XV's .ss screenshot files to .jpg format. It extracts .ss files from the current directory, removes their specific headers/footers, and writes the core image data to a new .jpg file, retaining the original file's timestamp. Users are notified of each successful conversion via a printed message.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published