Questions tagged [image-editor]

68 questions
33
votes
2 answers

How To Create an Icon for Visual Studio with just MSPaint and Visual Studio

I have been reading a lot of posts about creating icons and then assigning one of those icons in Visual Studio Project --> Properties --> Icon and Manifest. When I do this, I get a message that the icon is not valid. The primary way I have been…
27
votes
2 answers

Android Image Editor

I want to create an Android app where I can take a picture from the SD card or from the camera. After taking the picture, I have to edit it, like adding text in the picture, cropping the picture, add .gif type file to the picture. Taking a picture…
Hasan
  • 519
  • 1
  • 6
  • 17
7
votes
1 answer

Put Text on Image from database while editing image in Canvas

I have a question and i am confused what strategy i should choose to solve this. Here is the description. I have a gallery which is managed on user authentication. Next I have basically a simple form which saves quotes into database. Selecting an…
Muhammad Raheel
  • 19,823
  • 7
  • 67
  • 103
6
votes
3 answers

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 if there are programs to view encrypted pictures,…
calccrypto
  • 8,583
  • 21
  • 68
  • 99
6
votes
4 answers

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 libraries out there that are suited to the task of…
Enrico Tuvera Jr
  • 2,739
  • 6
  • 35
  • 51
6
votes
3 answers

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 Java command. When you click the "Drawl Oval" tool…
Kevin
  • 13,044
  • 11
  • 55
  • 76
5
votes
1 answer

How often is cache cleared in React Native app?

I'm using RNCamera to take a picture. The path to the picture taken is in the file systems cache. Something like this: "file:///data/user/0/com.find/cache/Camera/1986b5f9-4770-a255-543703fc6597.jpg" Then I use the react native image editor to crop…
user402516
  • 528
  • 1
  • 8
  • 17
4
votes
0 answers

Free Replacements for Aviary API / Creative Cloud SDK Image Editor?

Looks like Adobe is killing the Image Editor part of their CC SDK, aka the Aviary API. Does anyone know of a similar free image editor API with a nice and simple UI?
0pt1m1z3
  • 841
  • 3
  • 12
  • 23
4
votes
2 answers

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 Rectangle This question is related with: Free Open…
Hafizul Amri
  • 2,633
  • 7
  • 28
  • 30
4
votes
2 answers

Open source .NET vector graphics editor

Does anyone know of any open source vector editors written in a .NET language? I know Inkscape is very popular, but it is written in C++. The only .NET one I know of is XDraw, but would like something more active or with more features.
Telavian
  • 3,752
  • 6
  • 36
  • 60
4
votes
1 answer

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?
Sasha Reminnyi
  • 3,442
  • 2
  • 23
  • 27
3
votes
2 answers

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 = ImageIO.read(jpgImagePAth); if(!IsExtensionPng(jpgImagePath)){ …
Pit Digger
  • 9,618
  • 23
  • 78
  • 122
3
votes
2 answers

How to save images from QGraphicsView?

I'm creating a very simple image editor on Qt. The user can open an image(the image is displayed on a QGraphicsView) and he has the ability to rotate either clockwise or counterclockwise.Then he can save the rotated image.Here lies my problem.How…
3
votes
0 answers

How to create extension to curve texts in svg-edit?

I want to use svg-edit plugin in my project. Now I want to create extension to curve texts like: svgEditor.addExtension("Curve text!", function() {'use strict'; return { name: "Curve text", svgicons:…
Rasool Ghafari
  • 4,128
  • 7
  • 44
  • 71
3
votes
0 answers

What image-editor or library produces an easy-to-use 2D vector format describing areas / masks?

Step 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. ? Profit! (i.e., application opens raster image, vector file…
Larry OBrien
  • 8,484
  • 1
  • 41
  • 75
1
2 3 4 5