After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 326718 - In the UI, "dpi" is sometimes used for resolution instead of "ppi"
In the UI, "dpi" is sometimes used for resolution instead of "ppi"
Status: RESOLVED FIXED
Product: GIMP
Classification: Other
Component: User Interface
git master
Other All
: Normal minor
: 2.4
Assigned To: GIMP Bugs
GIMP Bugs
Depends on:
Blocks:
 
 
Reported: 2006-01-12 11:09 UTC by Michael Schumacher
Modified: 2006-04-05 16:45 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Michael Schumacher 2006-01-12 11:09:35 UTC
In the GIMP UI, there are some places where the value of the image resolution is mentioned. For the entries that allow to set it, the default setting is "pixels/inch". At other places, especially those that only display the value, it is labeled "dpi".

It's most funny in the new image dialog, where you can set 72 ppi only to have them displayed as 72 ppi directly above... The image properties dialog is another place where this happens.

DPI are something completely different from PPI and only makes sens when printing an image. In print, a pixel (which by itself is a somehow inaccurate term there) is composed of several dots, e.g. 16x16. GIMP shouldn't add to the confusion that is already spread over the whole world and use the unit "ppi" (or pixel per <otherunit>, respectively).
Comment 1 Sven Neumann 2006-01-12 11:55:03 UTC
DPI is what's commonly used. While PPI would be technically more accurate, it is rather uncommon. I don't think we should do the change you suggested and vote for closing as WONTFIX. The issue should probably be raised on the mailing-lists if further discussion is needed.
Comment 2 Sven Neumann 2006-03-18 16:24:06 UTC
Reopening after discussion on the LGM. Let's have a look at all occurences then and correct them.
Comment 3 Sven Neumann 2006-04-05 16:45:50 UTC
2006-04-05   Sven Neumann  <sven@gimp.org>

	* app/dialogs/preferences-dialog.c
	* app/widgets/gimpimagepropview.c
	* app/widgets/gimpsizebox.c
	* app/widgets/gimptemplateeditor.c: replaced "dpi" with "ppi"
	(bug #326718).