Search found 7 matches

by lttq
2012-07-20T19:00:32-07:00
Forum: Developers
Topic: Change Color Pixel on target image ??
Replies: 1
Views: 3201

Change Color Pixel on target image ??

I have an image.And I want to change color on a pixel(pos x,y) to a color I want.What should I do ?
by lttq
2012-07-04T07:28:46-07:00
Forum: Developers
Topic: Level option on code C++
Replies: 2
Views: 4190

Re: Level option on code C++

Plz help me !!
by lttq
2012-07-04T01:45:36-07:00
Forum: Developers
Topic: Level option on code C++
Replies: 2
Views: 4190

Level option on code C++

I have a command to transfer color of my image :
convert img_base.jpg +level-colors 'rgb(102,75,25)', test.png

I want to use it on code c++ using Magick++ library.I found a method name "level" and "levelchanel" for image but it's not a exactly.

Can you help me ?
by lttq
2012-07-01T04:17:28-07:00
Forum: Users
Topic: How to match histogram (convert command)
Replies: 4
Views: 7254

Re: How to match histogram (convert command)

Thanks , Fred
by lttq
2012-06-30T11:12:58-07:00
Forum: Users
Topic: How to match histogram (convert command)
Replies: 4
Views: 7254

Re: How to match histogram (convert command)

I want to config source of IM and add new option -hismatch to convert command and recompile source.Can you tell me what I will do ?
by lttq
2012-06-30T11:02:44-07:00
Forum: Developers
Topic: how to build library file
Replies: 0
Views: 3180

how to build library file

I want to build source IM(just with convert) to dynamic library file on linux(.so file) to use.
What will i do ???
by lttq
2012-06-30T04:33:00-07:00
Forum: Users
Topic: How to match histogram (convert command)
Replies: 4
Views: 7254

How to match histogram (convert command)

Hello I want to change color style of a photo by using color style of other photo.So,I think about histogram matching method.I know that IM provide option -equalize for histogram equalization,but no option for histogram specification or histogram matching. What will I do to match 2 histograms of ...