Search found 11 matches

by baibaichen
2011-07-14T20:07:01-07:00
Forum: Users
Topic: jpeg rotate lossless or not?
Replies: 9
Views: 37337

Re: jpeg rotate lossless or not?

For lossless JPEG rotation, a program needs to manipulate the data directly in the JPEG image file.
Is this still true? so I need directly call api of libjpeg other than IM?
by baibaichen
2010-06-11T03:32:13-07:00
Forum: Developers
Topic: CloneImage() question
Replies: 3
Views: 9788

Re: CloneImage() question

I have some questions
1 Does it mean the cloned image is Copy-on-write or only reference to pixle data which looks like a reference pointer?
2 what is meaning of "registry"? I assume

Thanks
Chang
by baibaichen
2010-06-11T02:48:43-07:00
Forum: Developers
Topic: Issue of ConstituteImage
Replies: 0
Views: 4922

Issue of ConstituteImage

I spend a time on ConstituteImage, and found it eventually allocates the memory(line 4019 of cache.c) for the supplied pixel data .

My program will work on a memory limited system. I hope such memory allocation can be eliminated, is it possible?

Thanks
-Chang
by baibaichen
2010-05-11T08:53:48-07:00
Forum: Users
Topic: How to improve a picture with severely underexposed areas?
Replies: 12
Views: 30430

Re: How to improve a picture with severely underexposed area

If I can get a small but very distinct example image(s) to play with, I'll see about putting an example of this in Photo Handling in IM Examples hi anthony could you try left part of this image "http://www.naturescapes.net/062004/Figure1.jpg" to show how to use sigmoidal-contrast for adju...
by baibaichen
2010-05-11T07:58:51-07:00
Forum: Users
Topic: Gauging interest in SSE/multicore ImageMagick optimizations
Replies: 2
Views: 7080

Re: Gauging interest in SSE/multicore ImageMagick optimizati

Hi kent

we are looking for such optimizaiton libraries for IM, where can i download the optimizated version for evaluation?

thanks
chang
by baibaichen
2010-04-15T08:05:14-07:00
Forum: Users
Topic: How does IM Create Image from memory section
Replies: 0
Views: 3453

How does IM Create Image from memory section

Hi All

I have a memory section which is BGRA32 format, I know its width and height, how do I create an Image?

it looks like that BlobToImage won't work.

Any idea?

Thanks
Chang
by baibaichen
2010-04-06T22:14:01-07:00
Forum: Developers
Topic: png decoder optimization
Replies: 0
Views: 3609

png decoder optimization

Hi
Does anyone has experience on improving png decoder optimization by either changing libpng build parameter or IM options. from what i test, IM is much slower(1.25~1.6 times) than WIC in case of decoding larger PNG file(3000X2000).

thanks
Chang
by baibaichen
2010-04-06T00:53:48-07:00
Forum: Users
Topic: Imagemagick thumbnails generationg
Replies: 0
Views: 3240

Imagemagick thumbnails generationg

Hi All

From http://www.imagemagick.org/Usage/thumbnails/, IM has a special optimization for jpeg, i.e. -define jpeg:size.

Is there corresponding optimization for tiff and png?

Thanks
by baibaichen
2010-04-05T23:07:56-07:00
Forum: Users
Topic: extract exif thumbnail
Replies: 6
Views: 22413

Re: extract exif thumbnail

The JPEG file that i used is very popular, and comes from Nikon D70s, I can extract the exif thumbnail from jhead with the same file.

where is the documentation about thumbnail:

thanks
by baibaichen
2010-03-24T19:18:15-07:00
Forum: Users
Topic: extract exif thumbnail
Replies: 6
Views: 22413

Re: extract exif thumbnail

  • convert image.jpg thumbnail:thumb.jpg
[/quote]

it doesn't work

I took a look at code, it looks like that covert doesn't process the last parameter, it always treat it as output filename.

-Chang
by baibaichen
2010-03-23T20:35:56-07:00
Forum: Users
Topic: extract exif thumbnail
Replies: 6
Views: 22413

extract exif thumbnail

Does IM support extracting exif thumbnail from tiff and jpeg?

I search the forum and documentation but can't find solution.

Thanks
Chang