Skip to content

Tags

Tags give the ability to mark specific points in history as being important
  • 1.0.1
    Megapixels 1.0.1
    
    Bugfix release
    
    * Fixed .desktop file having an old argument in it
    * Updated appstream metadata
  • 1.0.0
    d3232420 · Merge branch 'opengl' ·
    Megapixels 1.0
    
    New major release of Megapixels, this upgrades to GTK4 so Megapixels can
    easily use GPU acceleartion for the camera preview, thanks to Benjamin Schaaf.
    
    This release also contains bugfixes from Purism and nwlyoc :)
    
    * Upgrade UI code to GTK4
    * The blue screen bug is fixed
    * Use g_get_user_config_dir instead of manual XDG env var parsing
    * Copy the qr code to the normal clipboard instead of the primary selection
  • mobian/0.16.0-1
    Release mobian/unstable 0.16.0-1
    
  • mobian/0.16.0-mobian1
    Release mobian/0.16.0-mobian1
    
  • debian/0.16.0-1
    megapixels Debian release 0.16.0-1
  • 0.16.0
    Megapixels 0.16.0
    
    * Made the QR outline more visible
    * Benjamin fixed a large memory leak :D
    * Added spacebar as keyboard shortcut to take a picture
    * Support anything url-like in the QR scanner
    * Fix picture save path
    * Fix bashishm in the default postprocess script
  • 0.15.0
    a9ceaaa6 · Add zbar dep to CI ·
    Megapixels 0.15.0
    
    * Support both imagemagick and graphicsmagick in the default postprocess
      script
    * Add the QR code support from benjamin-schaaf
  • 0.14.0
    * Removed the use of the hardcoded ~/Pictures path
    * Show a spinner while the post-processing is running
    * Use the correct extension for the image viewer instead of guessing
    * Better error messages when open() fails
  • debian/0.13.1-2
    megapixels Debian release 0.13.1-2
  • 0.13.2
    Bugfix release that solves:
    
    * libtiff incompatability because debian broke libtiff
    * dropped hdr_stacker from the post processing script
    * Switching a control from auto to manual now syncs the value
  • debian/0.13.1-1
    megapixels Debian release 0.13.1-1
  • 0.13.1
    * Small fix for preview latency in phosh on stable postmarketOS
    * Lowered frametime while capturing to reduce noise in capture
  • 0.13.0
    Major performance improvement release. Thanks to Benjamin Schaaf this release
    uses threading to process frames for the preview and makes more of the app
    async, improving the responsiveness a lot.
    
    This release also adds resolution switching when taking a picture so the preview
    can run on a lower resolution.
    
    * Don't wait for camera to turn on before showing window<
    * Use seperate thread for image processing, keeping UI responsive
    * Apply color calibration in the preview
    * Run camera at lower resolution while previewing
    * Added seperate tools for camera testing from the command line
  • debian/0.12.0-1
    megapixels Debian release 0.12.0-1
  • 0.12.0
    * Support 1-5 cameras in the config file instead of the hardcoded rear/front
    * Support cameras being in their own /dev/video node or /dev/media node
    * Nicer debug output on the console
    * The debayering code now works on more than BGGR
    * Fixed fallback to /etc/megapixels.ini config file
  • 0.11.1
    * Fixed non-posix-compliance issue in the postprocess.sh script
    * Fixed path for the quick-open button
    * postprocess.sh can now find dcraw_emu on Debian
    * Apply better colors in the preview
  • 0.11.0
    The release containing the state of Megapixels as used in part 4 of the blog post series.
    
    * Added sharpening on the jpegs in post processing
    * Implemented on-screen controls
    * Fixed issue with dcraw missing a denoise parameter
    * Detect if stack_frames from hdr-plus is installed and use that
    * Fix for the config files not being read if the locale uses a comma as decimal seperator
  • 0.10.2
    Bugfix release for an buffer overflow in burst_directory.
    This also fixes the loss of exif data in the final jpeg file, but only if exiftool is installed.
  • 0.10.1
    908c677c · Fix segfault on capture ·
    Bugfix release for a segfault when trying to capture an image.
  • 0.10.0
    12349909 · Leak less memory ·
    This release rewrites a lot of of the image processing pipeline. Megapixels now only
    directly outputs .dng files and then triggers an external processing pipeline to convert
    that into the desired image formats.
    
    Main changes:
    * Capture 5 raw frames when pressing the capture button
    * Added colorspace metadata to the config file
    * Write exif/dng metadata with camera information
    * Added postprocess.sh which converts the dng burst into a final image
    * Trigger continuous autofocus if the driver supports it
    * Fixed some memory leaks
    
    This release adds a new libtiff-4 dependency for packaging. It also has a runtime
    dependency now on dcraw or dcraw_emu from libraw and imagemagick for the default
    postprocess.sh script.