Bug 501465

Summary: Unable to change resolution (ppi) separately for width and height for TIFF file format
Product: [Applications] krita Reporter: markleaf131313
Component: File formatsAssignee: Krita Bugs <krita-bugs-null>
Status: REPORTED ---    
Severity: wishlist CC: halla
Priority: NOR    
Version First Reported In: 5.2.9   
Target Milestone: ---   
Platform: Compiled Sources   
OS: All   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:
Attachments: Tiff export settings dialog

Description markleaf131313 2025-03-13 19:48:35 UTC
Created attachment 179375 [details]
Tiff export settings dialog

SUMMARY

TIFF file format supports independent "resolution" (pixels per inch or pixels per cm) for width and height. Trying to use a program that expects a specific resolution where the height resolution is 204.1 ppi for width and 195.6 ppi for height. So the image/output it uses ends up being a scrambled mess as I can't use the correct resolution.

STEPS TO REPRODUCE
1. File -> Export Advanced -> select "TIFF Image" format -> Save
2. Select "Resize" Tab
3. Under "Print Size", there is only one "resolution" input box

OBSERVED RESULT

TIFF file can only be exported with a resolution where Width and Height have the same resolution.

EXPECTED RESULT

Able to select resolution for Width and Height independently.