Hi all,
Sorry for offtop, this is not imagemagick question, but I wrote here as many people are knowlageble about images sizes and related questions...
I have some kind of image editor written using php/javascript, which is based on fabricjs library (http://fabricjs.com/) and admin, logged to site ...
Search found 2 matches
- 2016-04-30T03:54:42-07:00
- Forum: Users
- Topic: calculate image size in a2-a6 formats
- Replies: 1
- Views: 1748
- 2016-04-01T22:55:34-07:00
- Forum: Users
- Topic: from big png-file image less in width/height with maximum quality
- Replies: 1
- Views: 2623
from big png-file image less in width/height with maximum quality
Hi all,
I need to make from big png-file image less in width/height with maximum quality, despite of its size
I use imagemagick command like:
/usr/bin/convert -sample 1201x847 -density 600 "source_file.png" -quality 100 "dest_file.png"
I get png file but I would like to get image of better quality ...
I need to make from big png-file image less in width/height with maximum quality, despite of its size
I use imagemagick command like:
/usr/bin/convert -sample 1201x847 -density 600 "source_file.png" -quality 100 "dest_file.png"
I get png file but I would like to get image of better quality ...