Search found 265 matches

by dognose
2016-12-25T19:10:59-07:00
Forum: Users
Topic: Merry Christmas: 3D Halographic effect
Replies: 3
Views: 7985

Merry Christmas: 3D Halographic effect

Hi,

Dunno if you have seen these glasses that produce a 3D effect with Christmas tree lights.

Image
http://imgur.com/a/GcCFe

Is there a way to reproduce this effect with IM?

I've seen a star like effect, but this is a bit more complicated pattern
by dognose
2016-12-01T09:27:20-07:00
Forum: Users
Topic: Color blur
Replies: 3
Views: 9618

Color blur

I was just watching this video on how broken color blur is
https://www.youtube.com/watch?v=LKnqECcg6Gw

and noticed the same problem with IM -blur and -gaussian-blur

Image

Notice the dark line in the middle.

Is there an easy way to fix this?
by dognose
2016-11-14T13:57:48-07:00
Forum: Users
Topic: Can IM help me identify incomplete JPG files
Replies: 1
Views: 3967

Can IM help me identify incomplete JPG files

having a problem with batch file processing (bash / linux)
Most images are fine, but a few are incomplete, corrupted during transfer.

How can I test and reject the bad images?
by dognose
2016-11-02T08:58:26-07:00
Forum: Users
Topic: Stipple / engraving / hedcut effect
Replies: 4
Views: 6145

Re: Stipple / engraving / hedcut effect

Interesting, I'll look forward to that page..

The WSJ article, I forget can only be accessed from google.

https://www.google.com/search?q=wjs+stipple (should be first result)

it's more of a dot pattern.
by dognose
2016-11-02T07:23:56-07:00
Forum: Users
Topic: Stipple / engraving / hedcut effect
Replies: 4
Views: 6145

Stipple / engraving / hedcut effect

Wondering if this is possible with IM. Either stipple like WSJ http://www.wsj.com/articles/SB10001424052748704207504575129961786135180 or engraving like this one http://blog.spoongraphics.co.uk/freebies/free-engraved-illustration-effect-action-for-photoshop looks like that just uses a few textures?
by dognose
2016-10-12T20:21:38-07:00
Forum: Users
Topic: smoothing..
Replies: 3
Views: 5195

Re: smoothing..

I see what you mean.. The 8x8 was just the enlargement of the detail, post processing.... but it's the 2x2 patchwork that is the real problem

I'm guessing that it's rendered at half the size then enlarged without the regard for contour.

50% then 200% resize does help somewhat.
by dognose
2016-10-12T07:36:49-07:00
Forum: Users
Topic: smoothing..
Replies: 3
Views: 5195

smoothing..

Hi, I'm using another program that is generating images, however, they have a lot of pixelated noise. Here is an example: https://cloud.githubusercontent.com/assets/13002561/19278731/feb9c1ac-9010-11e6-887b-d601c89e7c1e.png Any advice on removing this pattern, or smoothing the image. The only smooth...
by dognose
2016-05-19T11:52:30-07:00
Forum: Users
Topic: Policy file updates and broken scripts..
Replies: 3
Views: 5363

Re: Policy file updates and broken scripts..

I was having trouble with special characters in the command line.
My bigger question is how is including a text file for annotation a security problem?
Can commands be embedded in that?
by dognose
2016-05-19T09:45:17-07:00
Forum: Users
Topic: Policy file updates and broken scripts..
Replies: 3
Views: 5363

Policy file updates and broken scripts..

Hi, I'm trying to come to terms with the new policy file updates, and how to fix my scripts that have been broken by it. specifically <policy domain="path" rights="none" pattern="@*" /> I'm thinking the LABEL and TEXT are also a concern. An example of how I use it would...
by dognose
2016-05-03T11:51:06-07:00
Forum: Developers
Topic: ImageMagick Security Issue
Replies: 33
Views: 50471

Re: ImageMagick Security Issue

I find the presence of CURL in delegates disturbing. I'd like to ensure no files start remote connections as well.
by dognose
2016-05-03T11:42:24-07:00
Forum: Users
Topic: ImageTragick - Remote code execution
Replies: 1
Views: 3644

ImageTragick - Remote code execution

https://medium.com/@rhuber/imagemagick- ... .xddn7e2nt

For those that operate a web service, you might want to look at this.

I sorta doubt this is a complete list, hoping we can identify what else in the delegates go beyond image conversion.
by dognose
2016-03-25T12:01:30-07:00
Forum: Users
Topic: Text removal...
Replies: 2
Views: 3982

Text removal...

I'm looking for a way to automatically remove text from an image.

I've seen a javascript project that can do it ( http://projectnaptha.com/ )

It uses OCR and then an inpaint method.

I'm curious is there is another way, specifically, server side.
by dognose
2016-02-23T10:21:15-07:00
Forum: Users
Topic: Blend Animation with image
Replies: 5
Views: 5696

Re: Blend Animation with image

Some operators work fine with animations, some do not.
by dognose
2016-02-23T10:18:46-07:00
Forum: Users
Topic: Blend Animation with image
Replies: 5
Views: 5696

Re: Blend Animation with image

Is there a compose operator that does blending? I've studied all the examples. NONE of the animation examples involve blending. I'm trying to make a generic function here that works for any animation, so deconstructing the animation is problematic. Maybe there is a script here that efficiently decon...
by dognose
2016-02-23T07:21:41-07:00
Forum: Users
Topic: Blend Animation with image
Replies: 5
Views: 5696

Blend Animation with image

I'm trying to blend a pattern onto an animtion For a single frame, it works great, composite -blend 50x50 frame.jpg pattern.jpg out.jpg But, if I use an animated gif, it gets flattened. I've looked into -layers Composite, but it just overlays it without any blending. Is there anyway to blend an anim...