Skip to content

feat(ckeditor): add image compression in upload adapter#591

Open
derangulacau wants to merge 3 commits intopaulscherrerinstitute:mainfrom
HayenNico:fix/ck-editor-upload_image_compression
Open

feat(ckeditor): add image compression in upload adapter#591
derangulacau wants to merge 3 commits intopaulscherrerinstitute:mainfrom
HayenNico:fix/ck-editor-upload_image_compression

Conversation

@derangulacau
Copy link
Copy Markdown

Summary

Add image compression logic to the CKEditor upload adapter to reduce file size before uploading images.

Motivation

Uploading original images leads to large file sizes, slower uploads, and increased storage usage. Compressing images on the client improves performance and efficiency.

Changes

  • Implemented image compression in the CKEditor upload adapter
  • Reduced image size prior to upload
  • Ensured compatibility with existing upload flow

Impact

  • Faster image uploads
  • Lower bandwidth and storage consumption
  • No changes to backend APIs

Testing

  • Verified upload with large images
  • Confirmed compressed images render correctly in the UI

Scope

  • Limited to frontend CKEditor upload adapter
  • No impact on other components or services

derangulacau and others added 2 commits March 31, 2026 16:49
allow users to edit tag text directly in snippet edit dialog using ngModel binding

Closes paulscherrerinstitute#454
@derangulacau derangulacau requested a review from a team as a code owner April 22, 2026 09:05
@derangulacau derangulacau reopened this Apr 22, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants