Object based image editor for Windows [closed] - image

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I'm not a designer but I sometimes have to create/edit images for our applications.
In the past I've used "Microsoft Image Composer" - I like its user interface because it's object based and easy to use. Unfortunately it was discontinued and the old version I am using has some problems with png files.
I've tried to find a good replacement but everyone seems to be using layers instead of objects.
Do you know any image editors that are object based?
EDIT:
Still haven't found what I am looking for ... the best alternative so far is Paint.NET even though it uses layers.

Have you tried Illustrator? As a vector graphics app it might not be exactly "object based", but you work with independent shapes instead of pixel layers.
Inkscape http://www.inkscape.org/ is a free alternative. I haven't tried it, but it seems like a winner.

Sticking to what's likely to already be on your machine, both PowerPoint and Visio are object oriented (but crude) image editors.

I guess no such software exists. That's a pity because I found that UI much better than the layer model.

Related

Web-based RDF triplestore editor? (like phpMyAdmin for RDBs) [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
I'm developing a RDF database to be stored in a triple store. Visually editing the ontology is done with Protégé. However I need non-developers to be able to add records to the database.
I looked around but didn't have something that is as user-friendly as phpMyAdmin for a normal MySQL DB as an example.
Do I need to develop a visual interface for SPARQL? Or did I miss something that would allow a non-CS person to modify the records (individuals/instances not the ontology) in a graphical manner?
Update:
The best solution I found so far is to use a Semantic Media Wiki (http://semantic-mediawiki.org/) with Karima Rafes' awesome extension (http://www.mediawiki.org/wiki/Extension:LinkedWiki). With this, you can have users that don't know anything about RDF/Semantic Web modify data through wiki Templates and then export to RDF.
But I'm sure there is something more suitable, still looking for it.
I finally found the perfect tool: OntoWiki (http://aksw.org/Projects/OntoWiki.html), it matches all the criteria listed in the question. It is supposed to be back-end (triplestore) independent, but installation guidelines are given for either Virtuoso or Mysql.

Can I remove watermark from image programmatically using Ruby? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Closed 9 years ago.
Questions asking for code must demonstrate a minimal understanding of the problem being solved. Include attempted solutions, why they didn't work, and the expected results. See also: Stack Overflow question checklist
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Improve this question
I need to clean my images of watermark. I know that I can do it using Photoshop or other soft with the same functionality, but I'm interested in automating this feature.
I know that watermark is just logo on added to image layer. I know that ruby language have many gems, which works with images. For example, rmagik, paperclip and other.
I try to Google information about how delete watermark from image using Ruby, and don't found any positive answers. I read rmagik and paperclip gems wiki and as I understand, I can't delete watermark from image using it.
I know, that using carrierwave gem I can put watermark on image:
img.write('composite.gif')
For example, I cat put image with watermark to Google image search, parse results of search and get this image without watermark. It will be very bad hardcore-style way answer,
but it will be answer! and this answer will give me some results.
Maybe I there is some methods for deleting watermark? Does other gem exists with this functionality? Maybe I don't understand something right in rmagik and paperclip gems wikis? Maybe someone have the same problem? So, that's why I am asking for help.
P.S.1: My question demonstrate understanding of the problem being solved. I don't ask for recommend or find a tool, library or favorite off-site resource. I ask: how can I resolve my problem programmatically and using ruby ( see title of question if you don't understand ). But sometimes using some tool or library can resolve some problem!
P.S.2: And if I need to repeat: I don't violate any ownership rights. It's just scientific question.
Generally watermarks will not be in a separate layer, they are be merged before saving image in image editing software such as Photoshop or Gimp.
There is no way you can clean it using Ruby/Imagemagick libraries.

Animation API's for frames? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I searched over Google, but I didn't find anything associated with my issues. However, I am able to use SwingTimer but it can do some basic things only, what I wan is some API that have multiple animation that I can select.
As it's none functional thing to my project(s), but it's a nice to have some animations to make the functional more comfortable with user.
Thanks for any suggestion.
Personally, I use the Timing Framework, this has more to do with the amount of library code I've built around it then it being superior to any of the other frameworks.
You may also wish to look at Trident, which has some nice mechanism for changing object properties and the Universal Tween Engine
Do you have to use frames? If i'm not mistaken, that's a pretty outdated element. Personally i'd use something like Twitter Bootstrap, they have a "tabbed system" that is much much better.
http://getbootstrap.com/2.3.2/javascript.html#tabs

I want a beautiful custom window for my first cocoa app [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I'm a graphic designer - turned web designer - turned web developer - who is currently trying to turn into a mac developer. I've nearly done programming my first app. Is a very, very simple application but I'm happy because I'm learning a lot of new stuff.
The problem is: I don't like how it looks.
As you may guess, design is a very big deal for me, and I think that an app like this, that is very simple, should at least look very good. I'd like to do something like this: http://transmissionapps.com/ a custom window, with custom colors et all.
I Think that I've already went trough half of the internet looking for info, but I didn't found anything I could make sense of. Maybe you can point me in the right direction on how to:
1) Customize the look of my main window
2) Customize the appearance of a table view.
3) Just the same with buttons.
If you know of any sample code, that will be great, I'm becoming obsessed with looking at somebody else's code.
Thanks! (sorry for the long post and the bad english)
What about Drawing a custom window on Mac OS X? Seems like that will get you a custom window to start.
Check out Brandon Walkin's BWToolkit.
http://brandonwalkin.com/bwtoolkit/
It has a bunch of nice looking UI elements for use in IB. It also has source code so you can modify it for your own needs.
Check out Apple's sample application, it may be what your looking for.

Recommended face detection tools/SDK/etc [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I'm looking for a quick way to detect faces in pictures (stored as JPG or any other popular image format). Code in any popular programming language will do (Python, C#, Java, Matlab, etc.). I'm also willing to implement an algorithm by myself, as long as it is proven to be a good working one.
Alternatively, if there are known freeware (preferably open, but not necessary) tools or SDKs for the problem, I'll try them too.
Finally, Commercial products would be considered as well, if all else fails, so recommend those too.
OpenCV is a open source library that has support for face recognition.
Emgu.CV is a C# wrapper for OpenCV. There is a sample project that performs face recognition with adjsutable parameters just like in OpenCV.
Take a look at these guys, I've used this once partially for a project.
http://ayonix.com/en/products/software/ayofa.html
I wrote about resources and example code for face classification in this post.
If you want a quick way to do face recognition look at the example code for face recognition in OpenCV for Python or C++ here.
There is also a Matlab code that I found very useful and is ready to run with a single click right here

Resources