RSS/Atom feed Twitter
Site is read-only, email is disabled

GsoC - 2011 -Replace the GimpSizeEntry widget

This discussion is connected to the gimp-developer-list.gnome.org mailing list which is provided by the GIMP developers and not related to gimpusers.com.

This is a read-only list on gimpusers.com so this discussion thread is read-only, too.

1 of 1 message available
Toggle history

Please log in to manage your subscriptions.

GsoC - 2011 -Replace the GimpSizeEntry widget 张洁 27 Mar 10:52
张洁
2011-03-27 10:52:08 UTC (about 14 years ago)

GsoC - 2011 -Replace the GimpSizeEntry widget

Hi ,

I‘m Zhang Jie. As a student in ZheJiang university, my research interests are in graphical image processing. I'm very interested in the Replace the GimpSizeEntry widget proposed by GIMP at GSoC 2011.

This is the second year of my Master study period. I'd like to join the open source.
As a Lab project, I had written a plug-in for photoshop. I'm familiar with Gtk+, and C is a Regular language in my program.

Here is my understanding about the project, I want to change the widget as follows:
In the input box, people can enter numbers and some limited operational symbol such as +, -,*,/.
Also some strings like "px", "pixel", "cm“ are all permitted.Then width and herght will be calculated
into the same units, cm or px . Results will be showed below the input box .
http://www.flickr.com/photos/zhjie/5563398011/

Let k be the ppi, m the cm, n the px. Then the formula is m = n / k × 2.54
n = m × k / 2.54

Thank you for your time. Looking forward to any further discussion!

zhang jie