Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • GIMP GIMP
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 3.9k
    • Issues 3.9k
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 95
    • Merge requests 95
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • GNOMEGNOME
  • GIMPGIMP
  • Merge requests
  • !748

Issue #145: Export paths with PSD files

  • Review changes

  • Download
  • Patches
  • Plain diff
Merged Alx Sa requested to merge alxsa-psd-paths-export into master Sep 30, 2022
  • Overview 9
  • Commits 1
  • Pipelines 12
  • Changes 1

This patch attempts to resolve the issue noted in #145 (closed), and export paths as part of the PSD export.

The relevant code already exists in /plug-ins/file-tiff/file-tiff-save.c. This patch ports two functions from that file; save_paths () and its helper method double_to_psd_fixed (). Minimal changes were made to save_paths () to remove TIFF-specific information, save to GOutputStream and reduce the number of parameters required. No changes were made to double_to_psd_fixed ().

Paths created in GIMP can be opened and edited in Photoshop, as seen here: image

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: alxsa-psd-paths-export