Search found 7 matches
- 2014-03-17T06:23:13-07:00
- Forum: Users
- Topic: Any way to crop an image using multiple coordinates?
- Replies: 5
- Views: 5360
Re: Any way to crop an image using multiple coordinates?
What do you mean "I would like to use those coordinates to crop the image"? As you can see on the demo, with that script you can draw an area which coordinates are inserted in an input field. After submitting the form, I would use those coordinates to crop the image, since I'm interested in showing ...
- 2014-03-17T05:18:10-07:00
- Forum: Users
- Topic: Any way to crop an image using multiple coordinates?
- Replies: 5
- Views: 5360
Re: Any way to crop an image using multiple coordinates?
Im working with this script:
http://iakob.com/canvas-area-draw/demo.html
https://github.com/fahrenheit-marketing ... -area-draw
as you can imagine, I would like to use those coordinates to crop the image in the server.
http://iakob.com/canvas-area-draw/demo.html
https://github.com/fahrenheit-marketing ... -area-draw
as you can imagine, I would like to use those coordinates to crop the image in the server.
- 2014-03-17T04:05:51-07:00
- Forum: Users
- Topic: Any way to crop an image using multiple coordinates?
- Replies: 5
- Views: 5360
Any way to crop an image using multiple coordinates?
Hi,
any way to crop an image using multiple coordinates?
For example:
any way to crop an image using multiple coordinates?
For example:
Code: Select all
14, 45
30, 67,
35, 109
34, 1150
90, 1400
..
- 2013-07-09T04:12:26-07:00
- Forum: Users
- Topic: Check if an image is already optimized for the web
- Replies: 7
- Views: 5339
Re: Check if an image is already optimized for the web
Thanks for your answers, I have found here a list of the tools that website uses:
http://developer.yahoo.com/yslow/smushi ... _crushtool
http://developer.yahoo.com/performance/ ... opt_images
I don't understand exactly the meaning of "..and try progressive JPEGs.".
http://developer.yahoo.com/yslow/smushi ... _crushtool
http://developer.yahoo.com/performance/ ... opt_images
I don't understand exactly the meaning of "..and try progressive JPEGs.".
- 2013-07-08T09:58:21-07:00
- Forum: Users
- Topic: Check if an image is already optimized for the web
- Replies: 7
- Views: 5339
Re: Check if an image is already optimized for the web
Thanks, but I don't have to give the data you mention (file size, image size..) to the tool I mentioned. The tool I'm talking about keeps the image size. How to know those limitations you are talking about? That tool puts the limitations by itself.
- 2013-07-08T09:30:51-07:00
- Forum: Users
- Topic: Check if an image is already optimized for the web
- Replies: 7
- Views: 5339
Check if an image is already optimized for the web
Hi, I have found this tool that optimizes images for the web. What is surprising for me is that it only optimizes the uploaded image if it is possible, I mean, if it considers that the image is already optimized for the web it says "No savings". My question : before running something like "convert ...
- 2013-05-31T05:17:45-07:00
- Forum: Users
- Topic: Minimize space in sprites created with montage
- Replies: 1
- Views: 3251
Minimize space in sprites created with montage
Hi, I want to create an sprite that contains all the pngs of my website. So I used this: montage -background None -geometry +4+4 telicon.png montage.png montage.png It works but it is leave gaps between the images.. Is thre any way to optimize the space to get something like this? http://www ...