Skip to content

Release history

imagor-studio releases

Self-hosted image gallery with built-in editing and template workflows

All releases

27 shown

v1.2.1 New feature
Notable features
  • Space loader and space config store
  • Organization (org) and space management
  • S3 presign upload with progress tracking
Full changelog

What's Changed

  • refactor: cleanup external imagor mode by @cshum in https://github.com/cshum/imagor-studio/pull/242
  • refactor: cleanup imagor and storage provider by @cshum in https://github.com/cshum/imagor-studio/pull/243
  • feat: space loader and space config store by @cshum in https://github.com/cshum/imagor-studio/pull/244
  • feat: org and space by @cshum in https://github.com/cshum/imagor-studio/pull/245
  • feat: space and member by @cshum in https://github.com/cshum/imagor-studio/pull/246
  • feat: account enhancement by @cshum in https://github.com/cshum/imagor-studio/pull/247
  • fix: italian translation by @cshum in https://github.com/cshum/imagor-studio/pull/248
  • refactor: server module restructure by @cshum in https://github.com/cshum/imagor-studio/pull/249
  • feat: s3 presign upload and progress tracking by @cshum in https://github.com/cshum/imagor-studio/pull/250
  • refactor: image processing url by @cshum in https://github.com/cshum/imagor-studio/pull/251
  • feat: refine bulk operations loading by @cshum in https://github.com/cshum/imagor-studio/pull/252
  • feat: in-memory cache setting by @cshum in https://github.com/cshum/imagor-studio/pull/253
  • refactor: cleanup folder path naming by @cshum in https://github.com/cshum/imagor-studio/pull/254
  • feat: s3 idle connections per host by @cshum in https://github.com/cshum/imagor-studio/pull/255
  • feat: s3 e2e validation by @cshum in https://github.com/cshum/imagor-studio/pull/256
  • fix: folder tree store under multi space by @cshum in https://github.com/cshum/imagor-studio/pull/257
  • refactor: refine settings flow by @cshum in https://github.com/cshum/imagor-studio/pull/258
  • refactor: user space registry by @cshum in https://github.com/cshum/imagor-studio/pull/259
  • feat: feedback button for custom domains by @cshum in https://github.com/cshum/imagor-studio/pull/260
  • feat: metrics and db optimizations by @cshum in https://github.com/cshum/imagor-studio/pull/261
  • feat: org and usage flow by @cshum in https://github.com/cshum/imagor-studio/pull/262
  • feat: streamline imagor transformation path status preview by @cshum in https://github.com/cshum/imagor-studio/pull/264
  • feat: refine URL Signing UX by @cshum in https://github.com/cshum/imagor-studio/pull/265
  • refactor: refine auth ux by @cshum in https://github.com/cshum/imagor-studio/pull/266
  • refactor: refine auth ux by @cshum in https://github.com/cshum/imagor-studio/pull/267

Full Changelog: https://github.com/cshum/imagor-studio/compare/v1.1.11...v1.2.1

v1.1.11 Mixed
Notable features
  • Pinch-to-zoom on image view with swipe-down to close and left/right navigation for iOS/Android
  • Mobile bottom-sheet dialogs that slide up naturally on small screens
  • Adaptive mobile zooming with zoom transition handling
Full changelog

Improved Mobile Touch Interactions

  • Pinch-to-zoom on image view for iOS/Android, with swipe-down to close, swipe left/right to navigate.
  • Improved mobile experience with bottom-sheet dialogs that slide up naturally on small screens.
  • Fixed dropdown menus, buttons, and layer panel controls being unresponsive or requiring multiple taps on iOS.
  • Fixed touch interaction issues where invisible overlay buttons on gallery images could accidentally trigger through the navigation bar or image viewer overlay.

What's Changed

  • build: libvips 8.18.1 by @cshum in https://github.com/cshum/imagor-studio/pull/237
  • feat: mobile responsive dialog by @cshum in https://github.com/cshum/imagor-studio/pull/238
  • feat: zoom transition handling by @cshum in https://github.com/cshum/imagor-studio/pull/239
  • feat: adaptive mobile zooming by @cshum in https://github.com/cshum/imagor-studio/pull/241

Full Changelog: https://github.com/cshum/imagor-studio/compare/v1.1.9...v1.1.11

v1.1.10 New feature

Upgraded the libvips image processing library, added responsive mobile dialogs and improved zoom transition handling for smoother editing.

v1.1.9 New feature
Notable features
  • Added extensive RAW format support for gallery editing
  • Implemented in‑memory pixel cache for faster image editing
v1.1.5 Maintenance

Refactored path generation and template preview flow and moved editor state to a unified path approach, improving internal consistency and reducing duplicated logic.

v1.1.3 Maintenance

Minor fixes and improvements.

Full changelog

What's Changed

  • refactor: image display name cleanup by @cshum in https://github.com/cshum/imagor-studio/pull/229
  • build: go 1.26.1 by @cshum in https://github.com/cshum/imagor-studio/pull/228
  • refactor: text overlay and rendered font alignment by @cshum in https://github.com/cshum/imagor-studio/pull/230

Full Changelog: https://github.com/cshum/imagor-studio/compare/v1.1.2...v1.1.3

v1.1.2 New feature
Notable features
  • Lock layer with click-to-toggle icon; locked layers remain visible but prevent selection, editing, movement, and deletion
  • Context menu "Edit" label now type-specific (Edit Color, Edit Group, Edit Image)
  • Layer row layout tightened with narrower action buttons and reduced padding
Full changelog

Lock Layer & Layer Panel Improvements

  • Lock layer — click the lock icon in the layer row to lock/unlock. Locked layers stay visible in the output but can't be selected, edited, moved, or deleted. Unlock to make changes again.
  • Lock/unlock always visible — the lock icon is always shown in the layer row (dimmed when unlocked, solid when locked), same as visibility toggle. No more hunting for it in the menu.
  • Context menu "Edit" label — now shows "Edit Color" for color layers, "Edit Group" for group layers, "Edit Image" for image layers (was always "Edit Image" before).
  • Layer row tighter — action buttons (lock, visibility, ⋮) are narrower and right padding reduced, giving more room to the layer name.

What's Changed

  • feat(layers): lock layer, always-visible lock/eye icons, tighter row by @cshum in https://github.com/cshum/imagor-studio/pull/227
  • refactor: back button ui tweaks on nested layer
  • refactor: show color input for text layer control
  • refactor: refine group layer creation flow

Full Changelog: https://github.com/cshum/imagor-studio/compare/v1.1.1...v1.1.2

v1.1.1 New feature
Notable features
  • Inline text editing in text layers with floating toolbar (font, size, color, bold/italic, alignment, wrap mode)
  • Color layers with opacity and blend mode controls
  • Blank canvas creation with custom dimensions and background color
Full changelog

Text Layer

Text layer with inline text editing. Double-click any text layer to open an inline editor — you can type, change font, size, color, bold/italic, alignment, and wrap mode all from a floating toolbar without leaving the preview. Drag the handles on the sides to resize the text wrap width, and drag the bottom handle to change font size. Hit Escape to cancel or Cmd+Enter to save.

Color Layer

You can now add a solid color layer to any image in the editor. Pick a color, set the opacity, and choose a blend mode — the same options available for image layers. This is useful for color overlays, tints, or solid backgrounds stacked on top of other layers.

New Canvas

From the gallery, you can now create a blank canvas instead of starting from an existing image. Choose a width, height, and background color, and the editor opens with an empty canvas at those dimensions. You can then add image layers, text layers, or color layers on top, and save the result as a template or download it directly.

Layer Context Menu

Right-clicking on any layer in the canvas now brings up a context menu with the same options as the layer panel sidebar — edit, rename, duplicate, show/hide, move up/down and delete.

What's Changed

  • fix: stabilize preview area and zoom during visual crop mode by @cshum in https://github.com/cshum/imagor-studio/pull/222
  • feat: text layer editing with canvas overlay by @cshum in https://github.com/cshum/imagor-studio/pull/223
  • feat: color layer support by @cshum in https://github.com/cshum/imagor-studio/pull/224
  • feat: color layer and canvas editor by @cshum in https://github.com/cshum/imagor-studio/pull/225
  • feat: group layer + canvas editor state fixes by @cshum in https://github.com/cshum/imagor-studio/pull/226

Full Changelog: https://github.com/cshum/imagor-studio/compare/v1.0.10...v1.1.1

v1.0.10 Mixed
Notable features
  • App branding customization: set App Title and App URL in System Settings, displayed in login screen, browser tab, and editor header
Full changelog

Custom App Branding

Licensed instances can now give the app their own name and link. Set an App Title and App URL in the refined System Settings UI and the change shows up everywhere — the login screen, browser tab, and editor header.

What's Changed

  • feat: app title and app url config for licensed users by @cshum in https://github.com/cshum/imagor-studio/pull/221
  • refactor: image editor disable overscroll behaviour
  • build: imagor 1.6.17, update go deps
  • fix: image editor clean initial state

Full Changelog: https://github.com/cshum/imagor-studio/compare/v1.0.7...v1.0.10

v1.0.7 Bug fix

Fixed a crop loading hang and stale state, improved the back button and image preload, and cleaned up output, dimensions, and fill mode UI controls to reduce crashes and streamline image editing.

v1.0.6 New feature
Notable features
  • Layer dimensions fill mode in image editor
  • Color picker now always visible
  • Editor controls redesigned with arrow icons replacing abbreviations and clearer size readouts
Full changelog

Editor Controls UI Improvements

Image editor controls UI improvements by removing redundant section headers, replacing padding letter abbreviations with arrow icons, making the color picker always visible, and clarifying the output size readout — reducing visual clutter so controls are easier to scan and faster to use.

What's Changed

  • feat: image editor layer dimensions fill mode by @cshum in https://github.com/cshum/imagor-studio/pull/217
  • feat: streamline editor control UX by @cshum in https://github.com/cshum/imagor-studio/pull/218

Full Changelog: https://github.com/cshum/imagor-studio/compare/v1.0.5...v1.0.6

v1.0.5 Breaking risk
Breaking changes
  • Width and height default to blank (Auto) instead of pre-filled dimensions
Notable features
  • Scale slider for canvas
  • Auto dimension defaults
  • Debounced linked field updates
Full changelog

Dimensions & Resize Enhancements

A Scale slider has been added to the Dimensions panel, letting you proportionally scale the entire output canvas as a percentage.

Width and height now default to blank (Auto) instead of being pre-filled with the original image size. The linked field only updates when you finish typing and blur or press Enter — not on every keystroke — so the value doesn't jump around mid-edit. Clearing one field while the lock is on clears both. The Reset button returns both fields to Auto.

Applying a crop now resets output dimensions to Auto in the same step, so there's no intermediate flash at the old size. Aspect ratio presets (1:1, 16:9, etc.) now use the original image dimensions as the source rectangle rather than any resize value that was set. Dragging the crop overlay no longer triggers preview refreshes on every mouse move.

What's Changed

  • feat: dimensions and resize enhancement by @cshum in https://github.com/cshum/imagor-studio/pull/216
  • fix: fill mode h/v align
  • fix: round corner range
  • refactor: editor core logic

Full Changelog: https://github.com/cshum/imagor-studio/compare/v1.0.2...v1.0.5

v1.0.2 Mixed
Notable features
  • Keyboard shortcuts for saving templates
Full changelog

What's Changed

  • refactor: image editor control sections by @cshum in https://github.com/cshum/imagor-studio/pull/211
  • feat: save template keyboard shortcuts by @cshum in https://github.com/cshum/imagor-studio/pull/212
  • fix: reset editor local state when imageEditor resets from loader by @cshum in https://github.com/cshum/imagor-studio/pull/213
  • fix: stale folder after save template by @cshum in https://github.com/cshum/imagor-studio/pull/214
  • refactor: editor default fill mode by @cshum in https://github.com/cshum/imagor-studio/pull/215

Full Changelog: https://github.com/cshum/imagor-studio/compare/v1.0.1...v1.0.2

v1.0.1 New feature
Notable features
  • Template workflows allow saving and reusing complete editing pipelines.
  • Multi-layer editing with nested layers and blend modes enables advanced compositions.
  • File management now supports bulk operations, drag-and-drop, and a folder tree.
v0.12.1 New feature
Notable features
  • Templates system: save complete editing workflows as .imagor.json files with preview thumbnails, distinctive gallery icons, and breadcrumb indicators
  • Replace Image feature to swap base images and layer images while preserving all transformations
  • Template context menu and last-modified cache busting for template management
Full changelog

Introducing Templates - Save and Reuse Your Editing Workflows

Save your entire editing workflow as a template and apply it to other images instantly. Templates capture everything—filters, adjustments, layers, transformations, crops, and more—so you can recreate your exact look with a single click. Perfect for consistent branding, batch processing, or applying your signature style across your photo library. Templates are stored as .imagor.json files with preview thumbnails, making them easy to organize and share.

The template editor shows exactly what you're working with: template files display with a distinctive icon in your gallery, and the breadcrumb clearly indicates when you're editing a template. Save with one click using "Save Template," or use "Save Template As..." to create variations. The Replace Image feature lets you swap base images and layer images while keeping all transformations intact, making it effortless to apply the same edits to different photos.



What's Changed

  • feat: imagor template by @cshum in https://github.com/cshum/imagor-studio/pull/195
  • feat: template context menu by @cshum in https://github.com/cshum/imagor-studio/pull/196
  • feat: negative offset support by @cshum in https://github.com/cshum/imagor-studio/pull/197
  • feat: apply template in image editor by @cshum in https://github.com/cshum/imagor-studio/pull/198
  • feat: refine copy url flow by @cshum in https://github.com/cshum/imagor-studio/pull/199
  • feat: image editor - replace image by @cshum in https://github.com/cshum/imagor-studio/pull/200
  • feat: import and apply template by @cshum in https://github.com/cshum/imagor-studio/pull/201
  • feat: last modified cache busting for template by @cshum in https://github.com/cshum/imagor-studio/pull/202

Full Changelog: https://github.com/cshum/imagor-studio/compare/v0.11.11...v0.12.1

v0.11.11 New feature
Notable features
  • Google Drive-style upload progress indicator with file-by-file progress, automatic refresh, and retry for failed files
  • Multi-select context menu with bulk actions for moving and deleting multiple items
Full changelog

New Upload UI

New Google Drive-style upload progress indicator with file-by-file progress, automatic refresh and retry options for failed files.

Multi-Select Context Menu

Right-clicking on multiple selected items now shows a bulk actions menu with the selection count, making it easy to move or delete them all at once.

What's Changed

  • feat: new drag and drop upload sheet by @cshum in https://github.com/cshum/imagor-studio/pull/193
  • feat: selection context menu by @cshum in https://github.com/cshum/imagor-studio/pull/194

Full Changelog: https://github.com/cshum/imagor-studio/compare/v0.11.10...v0.11.11

v0.11.10 Mixed
Notable features
  • Shift-key modifier locks aspect ratio when resizing layers
  • Layer dimension overflow handling
  • Fixed layer resizing for small images
Full changelog

What's Changed

  • fix: layer resize for small images by @cshum in https://github.com/cshum/imagor-studio/pull/190
  • feat: lock aspect ratio on shift key hold by @cshum in https://github.com/cshum/imagor-studio/pull/191
  • feat: layer dimension overflow handling by @cshum in https://github.com/cshum/imagor-studio/pull/192

Full Changelog: https://github.com/cshum/imagor-studio/compare/v0.11.8...v0.11.10

v0.11.8 New feature
Notable features
  • Edit individual layers with independent color adjustments, filters, and effects
  • Layer breadcrumb navigation and 'Exit to Parent' button for nested workflows
  • Automatic padding and rotation handling for nested layers
Full changelog

Nested Layers

Added support for nested layers, giving you more flexibility in how you organize and edit your image compositions.

  • Edit layers individually - Click "Edit Layer" on any layer to dive in and apply transformations like color adjustments, filters, and effects directly to that layer
  • Add layers within layers - While editing a layer, you can now add additional layers inside it, creating nested compositions
  • Independent transformations - Each layer can have its own set of adjustments (hue, brightness, round corners, etc.) that are preserved when you navigate between layers
  • Visual context - The layer panel always shows the layers at your current editing level, whether you're working on the base image or inside a nested layer

When you select a layer, you'll see an "Edit Layer" button. Clicking this takes you inside that layer where you can apply transformations or add more layers. Use the breadcrumb at the top or the "Exit to Parent" button to navigate back up.

This makes it easier to build complex compositions where different parts of your image need different treatments, all while keeping your workflow organized and manageable.

What's Changed

  • feat: nested layer support by @cshum in https://github.com/cshum/imagor-studio/pull/186
  • feat: layered image padding handling by @cshum in https://github.com/cshum/imagor-studio/pull/187
  • feat: nested layer rotation handling by @cshum in https://github.com/cshum/imagor-studio/pull/188
  • feat: layer breadcrumb by @cshum in https://github.com/cshum/imagor-studio/pull/189

Full Changelog: https://github.com/cshum/imagor-studio/compare/v0.11.3...v0.11.8

v0.11.3 New feature
Notable features
  • New image editor UI with auto-shrinking control panels, draggable columns, and persistent layout preferences
  • Duplicate layer and layer keyboard shortcuts
  • Customizable panel visibility and language switching from editor menu
Full changelog

Editor UI Upgrade

Refreshed the image editor interface to give you more flexibility and workspace. On desktop, control panels now automatically shrink when empty, providing extra preview space when you need it. You can drag panels between columns to organize your workspace, and hide the ones you don't use through the settings menu.

Your layout preferences are saved between sessions, keyboard shortcuts work throughout the editor, and you can switch languages anytime from the menu. The goal was simple: make it easier to focus on editing your images without the interface getting in the way.

What's Changed

  • feat: duplicate layer and layer keyboard shortcuts by @cshum in https://github.com/cshum/imagor-studio/pull/184
  • feat: new image editor ui by @cshum in https://github.com/cshum/imagor-studio/pull/185

Full Changelog: https://github.com/cshum/imagor-studio/compare/v0.11.2...v0.11.3

v0.11.2 Breaking risk
Breaking changes
  • galleryKey and imageKey replaced with imagePath in image editor API
Notable features
  • Multi-layer image editing: stack images with independent editing, transparency, and blend modes per layer
  • File picker now remembers last opened directory
  • Confirm dialog when navigating back from image editor
Full changelog

Multi-Layer Image Editing

Imagor Studio 0.11 introduces image layer support to the image editor. You can now stack multiple images on top of each other and edit each one independently - perfect for creating watermarks, photo collages, or combining images in creative ways. Each layer gets the full editing treatment: crop, resize, filters, colors, and more. You can also adjust transparency, try out different blend modes for interesting effects, and position layers exactly where you want them.

What's Changed

  • refactor: imagePath to replace galleryKey and imageKey for image editor by @cshum in https://github.com/cshum/imagor-studio/pull/175
  • feat: layers for image editor by @cshum in https://github.com/cshum/imagor-studio/pull/176
  • feat: imagor path display by @cshum in https://github.com/cshum/imagor-studio/pull/177
  • feat: confirm on editor back by @cshum in https://github.com/cshum/imagor-studio/pull/178
  • feat: file picker to remember last open directory by @cshum in https://github.com/cshum/imagor-studio/pull/179
  • refactor: preserve layered editor states by @cshum in https://github.com/cshum/imagor-studio/pull/180
  • feat: layer image scale handling by @cshum in https://github.com/cshum/imagor-studio/pull/181
  • feat: layer overlay handle by @cshum in https://github.com/cshum/imagor-studio/pull/182
  • feat: layer regions overlay by @cshum in https://github.com/cshum/imagor-studio/pull/183

Full Changelog: https://github.com/cshum/imagor-studio/compare/v0.10.2...v0.11.2

v0.10.2 New feature
Notable features
  • Multi-select architecture enabling bulk delete and move operations
  • Drag-and-drop support for files, folders, and multi-select items
  • Enhanced folder tree sidebar with improved navigation and folder picker
Full changelog

Multi-select with Drag-and-Drop

Managing your media library is now easier and more intuitive. You can now move files and folders between directories using drag-and-drop or the new "Move to..." option in context menus. The folder tree sidebar provides quick access to your entire directory structure with smooth navigation and better visual feedback.


Enhanced Image Operations

Select multiple items at once and perform bulk operations like moving or deleting entire collections with a single action.


What's Changed

  • feat: multi-select architecture and bulk delete by @cshum in https://github.com/cshum/imagor-studio/pull/169
  • feat: bulk move and folder picker by @cshum in https://github.com/cshum/imagor-studio/pull/170
  • feat: drag and drop for file, folder or mutli-select items by @cshum in https://github.com/cshum/imagor-studio/pull/171
  • refactor: drag and drop refinement by @cshum in https://github.com/cshum/imagor-studio/pull/172
  • feat: move item context menu by @cshum in https://github.com/cshum/imagor-studio/pull/173
  • feat: file picker and folder picker by @cshum in https://github.com/cshum/imagor-studio/pull/174

Full Changelog: https://github.com/cshum/imagor-studio/compare/v0.9.1...v0.10.2

v0.9.1 New feature
Notable features
  • Multi-language setup flow
  • Localized user and system config
  • Italian translation
Full changelog

Mutli-languge Support

Mutli-languge support from first time setup to user and system config:


Enhanced Image Navigation

Enhanced image navigation from context menu to fixed keybaord navigation

What's Changed

  • feat: image and folder dropdown menu by @cshum in https://github.com/cshum/imagor-studio/pull/163
  • Add Italian Translation by @albanobattistella in https://github.com/cshum/imagor-studio/pull/162
  • fix: image view keyboard shortcut by @cshum in https://github.com/cshum/imagor-studio/pull/165
  • feat: multi-language support by @cshum in https://github.com/cshum/imagor-studio/pull/164
  • feat: multi-language support round 2 by @cshum in https://github.com/cshum/imagor-studio/pull/166
  • feat: first time language setup flow by @cshum in https://github.com/cshum/imagor-studio/pull/167
  • fix: image view tab navigation by @cshum in https://github.com/cshum/imagor-studio/pull/168

New Contributors

  • @albanobattistella made their first contribution in https://github.com/cshum/imagor-studio/pull/162

Full Changelog: https://github.com/cshum/imagor-studio/compare/v0.8.24...v0.9.1

v0.8.24 Mixed
Notable features
  • Folder context menu
  • Rename file and folder actions
  • Delete file and folder actions
Full changelog

Folder Context Menu

Added folder contexnt menu and Delete Folder and Rename actions.

What's Changed

  • feat: folder context menu and rename, delete file and folder by @cshum in https://github.com/cshum/imagor-studio/pull/160
  • fix: auth for rename and delete file and folder by @cshum in https://github.com/cshum/imagor-studio/pull/161

Full Changelog: https://github.com/cshum/imagor-studio/compare/v0.8.22...v0.8.24

v0.8.22 New feature
Notable features
  • Fill & Padding editor controls with integrated color fill, padding, and rounded corner settings
Full changelog

New Editor Control: Fill & Padding

New Fill & Padding controls with color fill color fill, padding control and integrated round corner settings.

What's Changed

  • feat: fill and padding editor controls by @cshum in https://github.com/cshum/imagor-studio/pull/159

Full Changelog: https://github.com/cshum/imagor-studio/compare/v0.8.21...v0.8.22

v0.8.21 New feature
Notable features
  • File name filter and toggle
  • Auto-hiding image view controls
  • Improved menu organization
Full changelog

Gallery Enhancements

Added toggleable file name display and search filter with improved menu organization.

Image Viewer Enhancements

Improved image viewer with cleaner fullscreen experience and auto-hiding controls.

What's Changed

  • refactor: simplify sort menu ui by @cshum in https://github.com/cshum/imagor-studio/pull/155
  • feat: file name filter and show file name toggle by @cshum in https://github.com/cshum/imagor-studio/pull/156
  • feat: auto fade out image view controls by @cshum in https://github.com/cshum/imagor-studio/pull/157
  • fix: higher dpi for svg by @cshum in https://github.com/cshum/imagor-studio/pull/158

Full Changelog: https://github.com/cshum/imagor-studio/compare/v0.8.20...v0.8.21

v0.8.20 New feature
Notable features
  • Reorderable editor sections
  • Image enhancements: round corners and ICC/EXIF stripping
Full changelog

What's Changed

  • feat(editor): round corner, strip ICC and EXIF, UI enhancement, by @cshum in https://github.com/cshum/imagor-studio/pull/152
  • feat(editor): reorderable editor section by @cshum in https://github.com/cshum/imagor-studio/pull/153
  • fix: editor section drag overlay handling by @cshum in https://github.com/cshum/imagor-studio/pull/154

Full Changelog: https://github.com/cshum/imagor-studio/compare/v0.8.17...v0.8.20

v0.8.17 New feature
Notable features
  • Canon CR2 RAW image format support
Full changelog

What's Changed

  • build: libvips 8.18.0, imagor 1.6.7, go 1.25.5 by @cshum in https://github.com/cshum/imagor-studio/pull/149
  • feat: CR2 RAW image support by @cshum in https://github.com/cshum/imagor-studio/pull/150

Full Changelog: https://github.com/cshum/imagor-studio/compare/v0.8.16...v0.8.17

Beta — feedback welcome: [email protected]