Search found 20 matches

by bazza
2018-10-25T12:26:27-07:00
Forum: Users
Topic: ps convert "not authorized"
Replies: 1
Views: 6178

ps convert "not authorized"

Code: Select all

convert a.ps a.png
convert: not authorized `/tmp/magick-22257ZO18ObL2NgBs' @ error/constitute.c/ReadImage/412.
I to this and worked now says me "not authorized"
by bazza
2017-11-28T20:42:02-07:00
Forum: Users
Topic: 8bit artwork for EEPROM and ROM
Replies: 0
Views: 12126

8bit artwork for EEPROM and ROM

https://pixls-discuss.s3.amazonaws.com/original/2X/f/fc7a583e609e771b2e15a361e4cfd26974fbc7a0.png It would like me a script that look for basic forms ( size: 8x8) and replace them to create image for ROMS, EEPROM, using sprite (8x8) and maps (nam) for the sprite. Only have 256 characters by image t...
by bazza
2017-05-09T22:02:47-07:00
Forum: Users
Topic: Distortion
Replies: 27
Views: 17108

Re: Distortion

Hello.
I wish to calculate the barrel Distortion of a camara c920

https://therandomlab.blogspot.com.ar/20 ... -view.html
by bazza
2017-05-05T17:17:20-07:00
Forum: Users
Topic: level focus
Replies: 3
Views: 7113

Re: level focus

--- REQUIRES HDRI ENABLED IN IM COMPILE ---

:(
by bazza
2017-05-04T16:36:13-07:00
Forum: Users
Topic: level focus
Replies: 3
Views: 7113

level focus

I wish to measure the level of defocus or motionblur of some images. Some idea?
by bazza
2017-03-12T14:27:04-07:00
Forum: Digital Image Processing
Topic: automask 4 color
Replies: 6
Views: 34484

Re: automask 4 color

result:
Image
by bazza
2017-03-12T11:54:47-07:00
Forum: Digital Image Processing
Topic: automask 4 color
Replies: 6
Views: 34484

Re: automask 4 color

I don't understand what you want. Perhaps you want to transform the gray images to the coloured ones. Windows BAT syntax: %IM%convert ^ bg.png ^ -colorspace Gray ^ -blur 0x5 ^ ( -size 10x1 xc:Lime ^ -size 10x1 xc:Blue ^ -size 10x1 xc:Red ^ -size 70x1 xc:Yellow ^ +append ) ^ -clut ^ fnd_out.png http...
by bazza
2017-03-11T15:49:01-07:00
Forum: Digital Image Processing
Topic: automask 4 color
Replies: 6
Views: 34484

Re: automask 4 color

sorry.

generator mask to image
by bazza
2017-03-11T13:43:54-07:00
Forum: Digital Image Processing
Topic: automask 4 color
Replies: 6
Views: 34484

automask 4 color

I wish to arm one chewed automatic to make use of fast-neural-doodle http://4232.cf/wp-content/uploads/sites/25/2017/03/bg.png http://4232.cf/wp-content/uploads/sites/25/2017/03/m_bg.png http://4232.cf/wp-content/uploads/sites/25/2017/03/estilo.png http://4232.cf/wp-content/uploads/sites/25/2017/03/...
by bazza
2016-06-19T20:40:18-07:00
Forum: Users
Topic: How to detect amount of pixels of some color in area?
Replies: 3
Views: 6336

Re: How to detect amount of pixels of some color in area?

more clean:

Image

Code: Select all

convert  highway_thinned.gif -channel RGB  -morphology Thinning:-1 'LineEnds:1>' result.png
by bazza
2016-06-19T11:38:11-07:00
Forum: Users
Topic: Paint bucket tool
Replies: 20
Views: 20861

Re: Paint bucket tool

#!/bin/bash LIMITE=10 PUNTOS=$(convert \ $1 \ -fill White -opaque Red \ +write linesBroken.png \ -negate \ -morphology Thinning:-1 Skeleton +channel \ -morphology HMT LineEnds \ txt:- | grep FFFFFF | cut -d: -f1) PARCHE=$(for A in $PUNTOS; do for B in $PUNTOS; do echo "dump: $A $B" > /dev...
by bazza
2016-06-19T09:10:15-07:00
Forum: Users
Topic: Paint bucket tool
Replies: 20
Views: 20861

Re: Paint bucket tool

I go to try do something alike.
My original idea was not to repair the lineas if not painting without doing him case to these gaps

I like me to me what armed, but I want to use it in gnu/linux.
by bazza
2016-06-17T07:16:46-07:00
Forum: Users
Topic: Paint bucket tool
Replies: 20
Views: 20861

Re: Paint bucket tool

I wish to convert your script in bash :(
by bazza
2016-06-17T06:59:19-07:00
Forum: Users
Topic: Paint bucket tool
Replies: 20
Views: 20861

Re: Paint bucket tool

wow! I go to test this!

Code: Select all

convert j01.png -connected-components 4 -auto-level linesCheck.png
convert.im6: unrecognized option `-connected-components' @ error/convert.c/ConvertImageCommand/1107.

this not found
by bazza
2016-06-16T07:16:15-07:00
Forum: Users
Topic: Paint bucket tool
Replies: 20
Views: 20861

Re: Paint bucket tool

Thank. To my love me the programs published in http://www.fmwconcepts.com/imagemagick/index.html