Any opensource image edit program by PyQt and Python like GIMP or Photoshop?

519 views
Skip to first unread message

Jinchul Jung

unread,
Jul 4, 2014, 9:46:50 AM7/4/14
to python_in...@googlegroups.com
Hello,

I am looking for any open source image edit program like GIMP in Linux or Photoshop in Windows.

The program would be written by PyQt4 and python so that I can customize it for each project.

The function what I need are resizing and controlling brightness and gamma. That's all.

If any one knows this kind program, please let me know.

I will deeply appreciate it.

Justin Israel

unread,
Jul 4, 2014, 4:50:21 PM7/4/14
to python_in...@googlegroups.com, ..@gmail.com

Hi

Do you need a full image editing application for the purpose of adding extension scripts, or do you need an image processing library that can do the transformations?

They have gimp for windows. And you could also write your own PyQt app that does image resizing and color transformations.

Which limitations have you blocked currently?

--
You received this message because you are subscribed to the Google Groups "Python Programming for Autodesk Maya" group.
To unsubscribe from this group and stop receiving emails from it, send an email to python_inside_m...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/python_inside_maya/50768bd9-ff00-43ec-bdad-fde5680c5e0b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Marcus Ottosson

unread,
Jul 4, 2014, 5:07:51 PM7/4/14
to python_in...@googlegroups.com, ..@gmail.com
If you're able and willing to modify the source of open-source image manipulation software for just brightness and gamma features, then you'd most likely be better off writing your own as I can't imagine there being very much development behind it; the tricky part is already taken care of by PyQt such as figuring out pixel processing and matrix transformations.

Off the top of my head, QGraphicsView should provide you with a good place to start. QML is an alternative if you're concerned about performance as it does hardware accelerated shaders et.al. for most of your image processing needs.



For more options, visit https://groups.google.com/d/optout.



--
Marcus Ottosson
konstr...@gmail.com

Reply all
Reply to author
Forward
0 new messages