473,406 Members | 2,467 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,406 software developers and data experts.

Image editing Program like Photoshop, GIMP...

I have about 6 years of graphic design and CGI experience now. And about 2 months of serious programming experience(C/C++ only).
I am very comfortable with programming in C++ as it was something I had learnt back in High School.
Now I want to move to creating a simple image editing software like Photoshop. A lot simpler obviously. Maybe more in the lines of MS Paint.
The problem is, I have been unsuccessful in finding any resources on how I can go about doing this.
So if anyone with experience in developing such a program (in aby language obviously)could guide me towards something that would help me get started, I would be very grateful. Thanks!
Jul 19 '13 #1
1 13325
joelwright
1 Bit
Absolutely, it's great to see your enthusiasm to venture into image editing software development! With your graphic design and CGI experience, as well as your programming background in C++, you're well-equipped to embark on this journey. Creating a simpler image editing program like MS Paint is a fantastic project idea to start with.

Here's a general roadmap to guide you on how to get started:

Define Your Goals and Features: Begin by outlining the core features you want your image editing software to have. This could include basic drawing tools, shape creation, color selection, and saving/loading images.

Choose a Programming Language and Library: Since you're comfortable with C++, you can continue using it for your project to. You might want to consider using a graphics library like Qt or SDL to handle the graphical interface and user interactions.

Learn About Graphics Programming: If you're not already familiar with graphics programming, it's essential to learn about concepts like pixels, coordinates, color manipulation, and basic drawing algorithms.

UI/UX Design: Design a user-friendly interface that allows users to easily access the tools and features. Keep in mind that simplicity is key for a program like MS Paint.

Implement Tools and Features: Start with basic tools like pencil, eraser, line, and shapes. Gradually expand to more complex features like fill, text, and layering.

Image Manipulation: Learn about image manipulation techniques like resizing, cropping, and applying filters. These are essential for an image editing program.

User Interaction: Implement the logic for user interactions, such as mouse clicks, dragging, and keyboard shortcuts.

Testing and Debugging: Regularly test your software and fix any bugs or glitches you encounter. User feedback can be valuable during this phase.

Optimization: As your program becomes more complex, ensure it runs efficiently. Optimization might involve improving memory usage and enhancing drawing speed.

Documentation: Keep track of your progress and document your code, making it easier for you and others to understand and maintain.

Release and Feedback: Once you have a functional version, share it with others to gather feedback. This can help you identify areas for improvement and additional features users might want.

Continuous Improvement: Based on feedback and your own observations, keep improving your software. This could include adding more features, enhancing performance, and refining the user interface.

As for resources, there are various tutorials, books, and online courses available on graphics programming and GUI development using C++. Websites like Stack Overflow, GitHub, and forums dedicated to C++ programming can also be excellent sources of information and support.

Remember, creating an image editing program is a substantial project, so take it one step at a time. Don't hesitate to ask for help when you encounter challenges, and enjoy the process of bringing your creative ideas to life! Good luck!
Aug 19 '23 #2

Sign in to post your reply or Sign up for a free account.

Similar topics

4
by: D. Alvarado | last post by:
Hello, Can anyone recommend a good image scaling program for PHP 4. What I'm really looking for is just a function that takes an image file and a width to which to scale the image and outputs the...
10
by: David T. Ashley | last post by:
Hi, I'd like to do some basic graphics. For example, if you look at: http://www.marshallaviationcenter.com the banner graphics at the top that apparently used an image editor with some...
2
by: ankul | last post by:
How can I make a video editing and playing program in vb
1
by: Mateo | last post by:
HI! I need some (free or commercial, doesn't metter) library for C# or VB.Net which contains some of the following functions for image processing: - brightnes, contrast - hue, saturation,...
1
by: khaleel.alyasini | last post by:
Hello sirs & madams, I'm currently working on DCT compression algorithm as my project. My knowledge on C++ and DSP is rather weak/moderate. I was wondering if any could help me and teach me the...
3
by: Laserson | last post by:
Hi all! I want to write an image editing application and can you give me names of .NET components to edit images, something like ImgX.
1
by: gujarsachin2001 | last post by:
Hi friends, I want to edit image. Means i have images & i m opening tht images in browser so on tht image i want to mark some part of tht image so tht i can hide tht specific part of image. I...
0
by: gujarsachin2001 | last post by:
Hello friends i m devloping one web aplication in which i have images . I want to mark some part of the image and after tht i want to save tht image with thht changes. So can any body tell me how t...
1
by: gujarsachin2001 | last post by:
Hello friends i m devloping one web aplication in which i have images one image per page . I want to mark some part of the image and after tht i want to save tht image with thht changes. So can...
4
by: saritbhatta | last post by:
How can i edit an image, i.e brightness,sharpness, rotate,color change and save the changes in server
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.