JqMagick Beta Release - Please reply HERE only!
- 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!
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.
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.
Re: JqMagick Beta Release - Please reply HERE only!
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
Works OK in Chrome although I can not move the zoom around the histogram.
Looking good apart from the problems mentioned above
- 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!
Bonzo, did you go to this site http://jqmagick.imagemagick.org/V13 (note the V13)
Re: JqMagick Beta Release - Please reply HERE only!
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.
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.
- 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!
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
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
Re: JqMagick Beta Release - Please reply HERE only!
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.
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.
Re: JqMagick Beta Release - Please reply HERE only!
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.
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.
Re: JqMagick Beta Release - Please reply HERE only!
looks like the oil painting and cartoon effects have been removed.
Will they be there in the final version?
Will they be there in the final version?
- 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!
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?
Re: JqMagick Beta Release - Please reply HERE only!
I apologise, I saw it under the wrong link http://jqmagick.com/
- 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!
I believe that is an earlier test version.surao wrote:I apologise, I saw it under the wrong link http://jqmagick.com/
Re: JqMagick Beta Release - Please reply HERE only!
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.
Re: JqMagick Beta Release - Please reply HERE only!
Hi,
Is the Jqmagick source code ready for public release?
Is the Jqmagick source code ready for public release?
Re: JqMagick Beta Release - Please reply HERE only!
Not just yet, we'll keep you posted.
-
- Posts: 1
- Joined: 2013-11-29T21:29:31-07:00
- Authentication code: 6789
Re: JqMagick Beta Release - Please reply HERE only!
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.
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.