Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: bluescan/tacentview
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.0.38
Choose a base ref
...
head repository: bluescan/tacentview
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.0.39
Choose a head ref
  • 15 commits
  • 23 files changed
  • 1 contributor

Commits on Apr 16, 2023

  1. Configuration menu
    Copy the full SHA
    744152d View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2023

  1. Update README.md

    Added pkm to readme.
    bluescan authored Apr 17, 2023
    Configuration menu
    Copy the full SHA
    d879714 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2023

  1. Configuration menu
    Copy the full SHA
    db8c3e1 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2023

  1. Lossless transformations of jpg files. Supports flip (horizontal/vert…

    …ical) and 90 degree rotations (CW/ACW).
    bluescan committed May 3, 2023
    Configuration menu
    Copy the full SHA
    7dfa051 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2023

  1. Detection of 'imperfect' lossless transformations for jpg files. Befo…

    …re you decide to perform a lossless transformation (rotation or flip) the dialog warns you that a small amount of edge-trimming would be performed. This only affects files where the width or height is not a multiple of the JPeg MCU block size. Additionally, some transformations may still be perfect (area-preserving) if only one of the dimensions is not a multiple.
    bluescan committed May 5, 2023
    Configuration menu
    Copy the full SHA
    fe7c313 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2023

  1. Framework for saving extracted frames is in. Now just need to impleme…

    …nt SaveAllExtractedFrames.
    bluescan committed May 15, 2023
    Configuration menu
    Copy the full SHA
    2ca6bc3 View commit details
    Browse the repository at this point in the history
  2. Fix linux build.

    bluescan committed May 15, 2023
    Configuration menu
    Copy the full SHA
    303a11f View commit details
    Browse the repository at this point in the history
  3. Sorting by type in the thumbnail view was sorting by the internal id …

    …of the filetype which isn't useful. Now sorts by the default extension for the filetype.
    bluescan committed May 15, 2023
    Configuration menu
    Copy the full SHA
    a5aa32b View commit details
    Browse the repository at this point in the history

Commits on May 16, 2023

  1. Extracting frames/sub-images from animated images, cubemaps, and imag…

    …es with mipmaps is now functional. Ctrl-E is the default key-binding -- it is available if the number of embedded images is 2 or more.
    bluescan committed May 16, 2023
    Configuration menu
    Copy the full SHA
    d4ce42b View commit details
    Browse the repository at this point in the history
  2. Ability to skip saving unchanged files from the command line. Use the…

    … -k (--skipunchanged) flag if you only want changed/modified images to be saved. By default all input files are resaved to the specified output type so that batch conversions may be done.
    bluescan committed May 16, 2023
    Configuration menu
    Copy the full SHA
    f24370a View commit details
    Browse the repository at this point in the history

Commits on May 22, 2023

  1. Ability to specify the specific frames or frame-ranges you want saved…

    … when performing an extract-frames operation (Ctrl-E). Defaults to all frames.
    bluescan committed May 22, 2023
    Configuration menu
    Copy the full SHA
    671e9c6 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2023

  1. The extract operation is now fully accessible from the CLI. See the h…

    …elp text and the 'extract' operation.
    bluescan committed May 23, 2023
    Configuration menu
    Copy the full SHA
    8df49ee View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b0baf5d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    862dd23 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3f6b1cb View commit details
    Browse the repository at this point in the history
Loading