JqMagick Beta Release - Please reply HERE only!

A plethora of command-line scripts that perform geometric transforms, blurs, sharpens, edging, noise removal, and color manipulations.
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: JqMagick Beta Release - Please reply HERE only!

Post by fmw42 »

We have a new beta available at http://jqmagick.imagemagick.org

This upgrade includes:

1) More filters
2) Display of IM or script commands with arguments
3) Some on/off button state changes or removed
4) Adjustable histogram scaling


Any feedback is welcome.
Last edited by fmw42 on 2013-03-08T14:32:29-07:00, edited 2 times in total.
Bonzo
Posts: 2971
Joined: 2006-05-20T08:08:19-07:00
Location: Cambridge, England

Re: JqMagick Beta Release - Please reply HERE only!

Post by Bonzo »

I am still having problems as mentioned above with the photo dissapearing in Firefox and I can not select a different filter set. I am stuck with "crop, trim, chop, rotation and change". This may be a problem with my PC setup?

Works OK in Chrome although I can not move the zoom around the histogram.

Looking good apart from the problems mentioned above
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: JqMagick Beta Release - Please reply HERE only!

Post by fmw42 »

Bonzo, did you go to this site http://jqmagick.imagemagick.org/V13 (note the V13)
myspacee
Posts: 153
Joined: 2007-06-14T02:09:35-07:00

Re: JqMagick Beta Release - Please reply HERE only!

Post by myspacee »

Hello,
thank you for all job. Where i work we put togheter some code to upload an image
and apply common effect (sepia, white balance, etc.)

We allow also to select an image area and apply pixelate effect (mosaic)
Use PHP for coordinates and Imagemagick to create mask and apply effect.

Can we see in next release ? One day jqmagick will be released also as installable webapp?
(To allow intranet use)

Thank you again for all,
M.
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: JqMagick Beta Release - Please reply HERE only!

Post by fmw42 »

Masking is not currently available in Jqmagick. Currently it only allows one image and no interactively visible region selection. However, that would be a nice feature, but jquery does not handle that very well at this time.

One filter in Jqmagick allows region processing, but is a bit clumsy. See the effects filter, funhouse.

Producing a pixelated result over the whole image is possible. see http://www.fmwconcepts.com/imagemagick/ ... /index.php
surao
Posts: 5
Joined: 2013-08-12T06:20:52-07:00
Authentication code: 6789

Re: JqMagick Beta Release - Please reply HERE only!

Post by surao »

Hi,

In regard to "And if the source code gives ideas to developpers to enhance users experience on their websites, I will consider this project a good achievement."

Is the source code for jqmagick available for implementation on websites? If so, where is it available?

Cause I think this is a fantastic tool. Thanks for this.
jda
Posts: 7
Joined: 2013-01-28T03:59:32-07:00
Authentication code: 6789

Re: JqMagick Beta Release - Please reply HERE only!

Post by jda »

Thanks surao,
We are working on a faster Jqmagick version using filters as dependencies (in order to speed up implementation).
Once it's done and running, we will keep you posted with where to find the source code.
surao
Posts: 5
Joined: 2013-08-12T06:20:52-07:00
Authentication code: 6789

Re: JqMagick Beta Release - Please reply HERE only!

Post by surao »

looks like the oil painting and cartoon effects have been removed.

Will they be there in the final version?
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: JqMagick Beta Release - Please reply HERE only!

Post by fmw42 »

surao wrote:looks like the oil painting and cartoon effects have been removed.

Will they be there in the final version?

They are both there at http://jqmagick.imagemagick.org/ under effects. What makes you think they have been removed?
surao
Posts: 5
Joined: 2013-08-12T06:20:52-07:00
Authentication code: 6789

Re: JqMagick Beta Release - Please reply HERE only!

Post by surao »

I apologise, I saw it under the wrong link http://jqmagick.com/
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: JqMagick Beta Release - Please reply HERE only!

Post by fmw42 »

surao wrote:I apologise, I saw it under the wrong link http://jqmagick.com/
I believe that is an earlier test version.
jda
Posts: 7
Joined: 2013-01-28T03:59:32-07:00
Authentication code: 6789

Re: JqMagick Beta Release - Please reply HERE only!

Post by jda »

indeed, jqmagick.com is an early version hosted on a shared host in order to run some tests since the IM version is not up to date.
surao
Posts: 5
Joined: 2013-08-12T06:20:52-07:00
Authentication code: 6789

Re: JqMagick Beta Release - Please reply HERE only!

Post by surao »

Hi,

Is the Jqmagick source code ready for public release? :)
jda
Posts: 7
Joined: 2013-01-28T03:59:32-07:00
Authentication code: 6789

Re: JqMagick Beta Release - Please reply HERE only!

Post by jda »

Not just yet, we'll keep you posted.
wizardware
Posts: 1
Joined: 2013-11-29T21:29:31-07:00
Authentication code: 6789

Re: JqMagick Beta Release - Please reply HERE only!

Post by wizardware »

Hi Guys,

I just wanted to give you my two cents worth:

Everything looks great on my end, using Chrome v31 on Ubuntu 13.10. All of the filters I used on an uploaded photo did exactly what they were supposed to do, and I found the UI very easy to understand and operate.

I'm unclear on something though - is JqMagick an actual jQuery plugin that might be released to the public? If so, I'm certainly looking forward to it!

Thanks for all of your great work, I'm pretty new to image processing as a whole, and am learning more using using ImageMagick than I had ever thought possible for me.
Post Reply