Search found 265 matches

by dognose
2015-12-21T06:50:41-07:00
Forum: Users
Topic: Faster Convert Times
Replies: 3
Views: 5383

Re: Faster Convert Times

I have a few dedicated servers processing images round the clock. Performance is certainly an issue for me. What version of IM are you running? With OpenMP enabled? Q16? I've certainly looked at process that take awhile, to see how I can optimize them. (in fact, not all my image processing is done i...
by dognose
2015-11-13T13:35:59-07:00
Forum: Digital Image Processing
Topic: Image inpainting
Replies: 6
Views: 18825

Re: Image inpainting

The examples at http://im.snibgo.com/fillholes.htm are pretty amazing really.

Has anyone had any success reproducing these features?

The module creating is a bit confusing for me. Is there any chance this feature can be included in IM?
by dognose
2015-06-16T09:46:46-07:00
Forum: Users
Topic: haze removal
Replies: 1
Views: 4459

haze removal

Image
Image

Wondering what IM commands could help with haze removal.
by dognose
2014-04-27T11:25:13-07:00
Forum: Users
Topic: Color Palette - main colors
Replies: 2
Views: 6965

Color Palette - main colors

Hi All I'm trying to extract matching colors from an image. For example : http://www.degraeve.com/color-palette/ I've tried a few ways with IM, and I can get something close with " -colors 5 -unique-colors " then outputing the color data. But, I'm not happy with the colors listed. They see...
by dognose
2014-04-25T11:44:01-07:00
Forum: Users
Topic: Project Naptha: in browser OCR & text replacement
Replies: 0
Views: 4496

Project Naptha: in browser OCR & text replacement

Check out this site http://projectnaptha.com/ (only on chrome browser) It's just launched demo still needs work, but from an in browser image editing it's pretty neat. I wish I could replicate some of these features in IM. I guess the first step is OCR and figuring out what is actual text. But, I re...
by dognose
2013-12-21T09:12:54-07:00
Forum: Users
Topic: EXIF questions..
Replies: 7
Views: 8345

Re: EXIF questions..

so, I found one of the threads that talked about lossyness on saving JPG images. http://www.imagemagick.org/discourse-server/viewtopic.php?f=1&t=23823&p=101226&hilit=exif+jpg#p101226 fmw42 wrote: "If JPG, then yes, because it is a lossy compression. Thus each time it is opened and s...
by dognose
2013-12-20T13:33:23-07:00
Forum: Users
Topic: EXIF questions..
Replies: 7
Views: 8345

EXIF questions..

Excuse my ignorance, just trying to get handle of EXIF, I thought I knew it. 1. Which file types support EXIF? Is it just JPG? 2. Does editing or removing EXIF data affect the image quality (other than file size)? Ie. lossyness in JPG. 3. How do you set EXIF data? 4. Same questions with the "-c...
by dognose
2013-11-25T09:11:38-07:00
Forum: Users
Topic: Build Error.. Trying to install on Centos 6.4
Replies: 0
Views: 4783

Build Error.. Trying to install on Centos 6.4

So, I'm trying to build and or install ImageMagick lastest on a new Centos 6.4 box With the binary release, I get: rpm -Uvh ImageMagick-6.8.7-7.x86_64.rpm error: Failed dependencies: libHalf.so.4()(64bit) is needed by ImageMagick-6.8.7-7.x86_64 libIex.so.4()(64bit) is needed by ImageMagick-6.8.7-7.x...
by dognose
2013-09-04T08:01:26-07:00
Forum: Users
Topic: Installing IM on Centos 6.4
Replies: 0
Views: 4740

Installing IM on Centos 6.4

I alway seem to have a problem upgrading and installing IM on centos. This time is even more troubling, when IM is requiring old versions of things. #rpm -Uvh ImageMagick-6.7.0-0.x86_64.rpm error: Failed dependencies: libltdl.so.3()(64bit) is needed by ImageMagick-6.7.0-0.x86_64 # ls /usr/lib64/libl...
by dognose
2013-08-03T11:36:59-07:00
Forum: Users
Topic: keeping animation settings..
Replies: 2
Views: 3377

keeping animation settings..

Hi, I'm working with some animated gifs, editing individual frames, then recomposing the animation. convert oldimage.gif -coalesee %d.gif .. edit some of the frames .. .. then recompose with convert 1.gif 2.gif 3.gif final.gif However, I lose animation settings like frame timing and looping. Is ther...
by dognose
2013-06-02T09:22:21-07:00
Forum: Users
Topic: Changes to equalize..
Replies: 11
Views: 15603

Re: Changes to equalize..

Sorry, the old one was was 6.7.0-0
by dognose
2013-06-01T07:37:50-07:00
Forum: Users
Topic: Changes to equalize..
Replies: 11
Views: 15603

Changes to equalize..

I'm noticing some changes to the result for -equalize from IM 6.7 to IM 6.8.2 I have included the -colorspace RGB change (without it's even worse) .. Anyone know what else changed, and how I get the old effect back? Original http://i.imgur.com/h3eVjuZ.jpg 6.7 -equalize http://i.imgur.com/a9uQDA4.jpg...
by dognose
2013-05-24T07:34:49-07:00
Forum: Users
Topic: zoom
Replies: 2
Views: 4936

zoom

Hi,
I'm fustrated trying to do this relatively simple command.

I want to zoom in a on a picture, but keep the dimensions the same.. (it's for an animation)

I've tried -resize 110% -crop 800x600 , but that left weird crop lines. .

Is there a simpler way?
by dognose
2013-03-25T09:38:19-07:00
Forum: Users
Topic: Border Pattern
Replies: 5
Views: 7295

Re: Border Pattern

I guess that will work, the stacking isn't going to work right though for a clean border.
the example border is really bad Image
by dognose
2013-03-25T08:37:22-07:00
Forum: Users
Topic: Border Pattern
Replies: 5
Views: 7295

Border Pattern

I'm trying to paste an image a number of times around the image.
like so:
Image

I don't want to composite the image 20 times and calculate each position of each overlay

Is there a simpler way to draw a repeating pattern?