Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • GIMP GIMP
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 3,469
    • Issues 3,469
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 71
    • Merge requests 71
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • External wiki
    • External wiki
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • GNOME
  • GIMPGIMP
  • Merge requests
  • !646

Update "load PSD" code to use babl for all CMYK conversions

  • Review changes

  • Download
  • Email patches
  • Plain diff
Open Nikc requested to merge NikcDc/gimp:psd-cmyk-load-babl into master May 23, 2022
  • Overview 0
  • Commits 1
  • Pipelines 4
  • Changes 1

This patch attempts to update the code to load CMYK PSD files to fully using the babl library. Currently, gimp_color_transform_process_pixels () is used if a profile is attached, and babl_process () is called if there's no profile.

By using babl_format_with_space () for images with CMYK profiles instead, all CMYK PSD files can be processed through babl_process (). This incidentally simplifies the code and conditional logic as well.

Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: psd-cmyk-load-babl