Skip to content

Tags

Tags give the ability to mark specific points in history as being important
  • 2.0.0-alpha2

    Megapixels 2.0.0-alpha2
    
    * Automatically rotate image based on accelerometer values
    * Add possibility to use hardware buttons to take a picture
    * Add support for additional YUV formats
    * Update to GNOME 47 runtime in the Flatpak
    * Fixed memory leak in the AAA implementation
    * Fix up config file lookup code for better Flatpak integration
    * Fix black imges with dcraw
    * Fix segfault on video capture
    * Fix memory leak in save_jpeg
  • 1.8.3

    c856651e · Bump to 1.8.3 ·
    Megapixels 1.8.3
    
    Bugfix release for the legacy branch to import the fixes for
    libtiff-4.7.0 from libdng into the old Megapixels code.
  • 2.0.0-alpha1

    Megapixels 2.0.0-alpha1
    
    Pre-release version of Megapixels 2
    
    Several devices now have better support in the Megapixels 2.x
    development branch than in the Megapixels legacy branch so this is a
    release for distributions to be able to package Megapixels for those
    devices.
    
    The device support in this release should strictly be a superset of the
    old Megapixels 1.x releases but not all features are fully functional
    yet.
    
    This release depends on libdng 0.2.0 and libmegapixels 0.2.0 to run
    correctly.
    
    Thanks to @k.vos, @pavelm, @pastalian for the Megapixels app
    contributions.
    
    See also:
    - https://gitlab.com/megapixels-org/libmegapixels/-/tags/0.2.0
    - https://gitlab.com/megapixels-org/libdng/-/tags/0.2.0
  • 1.8.2

    Megapixels 1.8.2
    
    Actually install the new config files to make testing on other devices
    easier. (Thanks linmob!)
  • 1.8.1

    Megapixels 1.8.1
    
    Maintenance release for the 1.x codebase.
    
    * Adds support for new devices only:
      * Google Pixel 3a
      * Xiaomi Redmi 4 Prime
      * Xiaomi Redmi 5
  • 1.8.0

    cfe2df76 · Bump to 1.8.0 ·
    Megapixels 1.8.0
    
    Maintenance release for the 1.x codebase
    
    * Created a new calibration profile for the PinePhone front camera since
      the kernel has hardcoded a new whitepoint for this sensor
    * Explicitly set the camera rotation on start because this state is
      remembered after other applications close the V4L device
    * Fixed debayer shader for GRBG and GBRG modes which is used on various
      qualcomm devices
  • 1.7.0

    62f0b8e9 · Bump version to 1.7.0 ·
    Megapixels 1.7.0
    
    Features:
    * Add DCP calibration files for sensors (MR 30)
    
    Fixes:
    * libtiff-4.5.1 compatibility (MR 32)
      * NOTE: this version of megapixels is not compatible with old libtiff
        versions (ca 2019 and earlier)
    
  • 1.6.1

    92f5270f · Bump version to 1.6.1 ·
    Megapixels 1.6.1
    
    * Get the PinePhone cameras working with newer kernels (MR 31)
    * Increase capture-rate to 15 on pinephone (MR 29)
    * Increase burst minimum (MR 28)
    
  • 1.6.0

    00865828 · Bump version to 1.6.0 ·
    Megapixels 1.6.0
    
    * Integrate with feedbackd for camera sounds (Guido Gunther)
    * New code for screen rotation detection that no longer depends on
      gnome/dbus (xad6)
    * New camera lookup code (dos)
    
  • 1.5.2

    8df79054 · Bump version to 1.5.2 ·
    Megapixels 1.5.2
    
    Bugfix release that clamps the minimum burst length to 2 since existing
    postprocessing scripts have the second frame hardcoded since the first
    one might be black.
  • 1.5.1

    894e090b · Bump version to 1.5.1 ·
    Megapixels 1.5.1
    
    * Fix the screen flash resetting the display brightness to zero when
      taking a picture with the front camera with flash disabled
    * Fix the pipeline cleanup after taking a picture causing the preview
      framerate to drop
    * Updated the appstream metadata and version number for 1.5.x
  • 1.5.0

    Megapixels 1.5.0
    
    * Added support for the Xiaomi Mi Note 2
    * Read more possible postprocessors from
      /usr/share/megapixels/postprocessord.
    * Added a setting on the settings page for selecting the wanted
      postprocessor
    * Save the state of the flash in the exif metadata
    * Make the burst length dynamic. Instead of the fixed 3-shot burst it
      now takes 2 to 5 shots depending on the gain of the sensor.
  • 1.4.3

    c0e76da4 · Release 1.4.3 ·
    Release 1.4.2
    
    * Disable flash by default
    * Fix some small memory leaks
  • 1.4.2

    34885afa · Release 1.4.2 ·
    Release 1.4.2
    
    * Fix crash when not using phosh
  • 1.4.1

    e86a1519 · Release 1.4.1 ·
    Release 1.4.1
    
    * Add StartupNotify to desktop file
    
  • 1.4.0

    41110321 · Release 1.4.0 ·
    Megapixels 1.4.0 Release
    
    * Add LED and Display-based flash support
    * Fix whitelevel and ISO metadata in DNG files
    * Fix memory leak when rotating device
  • 1.3.2

    05d6c3fa · Release 1.3.2 ·
  • 1.3.1

    16e9bff1 · Release 1.3.1 ·
  • 1.3.0

    fa5cbb5d · Bump to 1.3.0 ·
    Megapixels 1.3.0
    
    New release with some contributions that were emailed to me and from
    experiments in the #megapixels:postmarketos.org chat.
    
    * Improve contrast/color handleing in the default postprocessing script
    * Redesigned the QR dialog for data QR-codes
  • 1.2.0

    Megapixels 1.2.0
    
    * Add purism metadata for formfactors
    * Fix glib schema builds
    * The autofocus is now async so it doesn't hang the UI. (thanks
      WebFreak001)