Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • E exam-scan
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 3
    • Issues 3
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • RWTHmoodle
  • exam-scan
  • Merge requests
  • !30

Fix: Make watermark distance independent of DPI value

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Christian Rohlfing requested to merge rohlfing_fix_watermark_distance into master Apr 22, 2021
  • Overview 0
  • Commits 1
  • Changes 1

When changing the DPI value from default (250) to a smaller one (e.g. 150), the texts in the watermark template went further apart from each other. This can be explained by the fact that the distance was 500. When rasterizing with a smaller DPI value, the distance stays fixed at 500. With the proposed change, the watermark texts have always the same distance, independent of the DPI value.

Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: rohlfing_fix_watermark_distance