Tagged Questions
The image-editor tag has no wiki summary.
6
votes
3answers
1k views
Java Image Editor which renders output as source code?
Alex explained what I'm looking for much better than I have:
You want an existing program that
allows you to draw a picture, captures
what you do as you draw, and writes
each action as a ...
4
votes
4answers
564 views
Java Text on Image
I am loading an image in bufferedimage and then writing some text on it .After I add text it makes image blurry and text distorted. I have TEXT ANTIALIASING ON . It can be seen as attached.
3
votes
1answer
560 views
Free WinForms image editor control
There are a lot of image editors in C#, but I need only the control, that encapsulates the editing and that I can place on my own host form.
Does anyone know of any such controls?
Thanks you in ...
3
votes
4answers
1k views
Creating an image editing application in Python
I need a tile/sprite editor kind of like Pixen, but I couldn't find one for Windows so I thought it might be a good exercise for me to try and put one together. I use Python, so are there any ...
2
votes
1answer
157 views
Swing : best way to implement zoom functionality in image component
I've create a SWING component JImageEditor which simply displays a picture. The idea is to add more functionality to the component further down the road.
One functionality which I've already ...
2
votes
2answers
182 views
Java JPG To Png
I am using a common format all over application for images as png.Any jpg image uploaded still gets saved as png using code as below.
java.awt.image.BufferedImage bufferedImage = ...
2
votes
2answers
641 views
how to view encrypted picture
how do people view encrypted pictures like on this wiki page? is there a special program to do it, or did someone decide to do some silly xor just make a point about ECB? im not a graphics person, so ...
2
votes
6answers
1k views
What image editor do you recommend to create cool UI elements?
I sincerly believe that cool-looking UI has significant contribution to the value of your software. It not only significantly improves sales but also ease user-buyin, upgrading willingness, or just ...
2
votes
1answer
240 views
What image-editor or library produces an easy-to-use 2D vector format describing areas / masks?
Step 1) Administrative / data entry worker opens ?, loads raster image, and using a 'lasso-like' tool (a la Photoshop 'magnetic' if possible) specifies areas of interest / masks.
Step 2) ?
Step 3) ...
1
vote
0answers
72 views
HTML5/Flash image editor to integrate in my website
I'm looking for a simple flash or html5 image editor that I can integrate in my website. What I need is something that let's me upload an image and after it ends the upload it shows a preview, then it ...
1
vote
3answers
145 views
java save jpg as png
I have an image on disk which is a jpg file . I want to convert and save it as png and delete original jpg. Whats best way to do this in java .
String justNamePng = "something.jpg";
String ...
1
vote
0answers
205 views
ASP.net image editor with layering
I need an image editor which I can add to my ASP.net project, as an image editor for DMS, so user can open the selected image with the desired editor and then he can edit and add new layer (i.e. his ...
1
vote
1answer
582 views
Open Source Web Based Image Editor
I'm looking for image editor with the same functionality with Paint.
It should have at least basic features like:
1. Open image file from PC.
2. Pencil Freehand Draw
3. Draw Oval or Circle
4. Draw ...
0
votes
0answers
89 views
Library or ideas to create a image editor on android
I need to load a image and create some annotation on top of it.
I want to be able to put rectangles and text blocks on the image area and drag and drop them.
Something like diamont lite (only with a ...
0
votes
2answers
143 views
Drawing tools for a paint-like program in wxWidgets
I'm making a program in wxWidgets that has similar functionality to, say, MS Paint, but for more specific purposes.
I understand various ways to create the pen/pencil object which commits a single ...
0
votes
2answers
96 views
Load Buffered Image from other Buffered Image
I am working on image processing . I have a buffered image of fixed size
BufferedImage targetImage = new BufferedImage(320, 240,BufferedImage.TYPE_INT_RGB);
Lets say Original Buffered image is of ...
0
votes
1answer
34 views
Are there any Flex libraries that support image editing?
I'm looking for something that will support image rotation, multiple image layers, cropping, etc., and allow the client to customize which features are to be shown.
0
votes
4answers
132 views
What graphical software is used to design for web?
Until now I have always used Photoshop to create certain effects. But sometimes, no, actually, quite often I find that I can't easily create certain effects. For example, shadows of equal size around ...
0
votes
1answer
1k views
Are there any free java/flash image editor plug-in/applets that i can include in my site?
I am currently re-developing an e-commerce back end system and I was wondering if anyone here had come accross a free ajax script/plug-in/flash file which could allow our users to upload an image and ...