In 90% cases PNG is preferred when we decide, what image should be uploaded and stay, and it’s okay.
But not when it’s png from portfolio.commishes.com .
Look at this:
— source image
Portfolio provides thumbnail, which is in indexed PNG — which results in only 256 colors possible. You can clearly see mosaic on zoomed in gradients.
It’s possible to extract original quality image from this site (also manually, but it’s harder) with this script (see first post for download links). You can do it manually using this link https://portfolio.commishes.com/image/NUMERIC_IMAGE_ID/original/ — like this
Keep in mind, that original can be technically worse — for exampled image thumb is 1920x1847 PNG
, but original image is 1717x1652 JPEG
— smaller and jpeg. Thumbs are not only in unsuitable format, but also upscaled — very easily noticeable here.
Conclusion: use script to obtain images from this site when possible.
If you do not specify a field to search over, the search engine will search for posts with a body that is similar to the query's word stems. For example, posts containing the words winged humanization
, wings
, and spread wings
would all be found by a search for wing
, but sewing
would not be.
Field Selector | Type | Description | Example |
---|---|---|---|
author | Literal | Matches the author of this post. Anonymous authors will never match this term. | author:Joey |
body | Full Text | Matches the body of this post. This is the default field. | body:test |
created_at | Date/Time Range | Matches the creation time of this post. | created_at:2015 |
id | Numeric Range | Matches the numeric surrogate key for this post. | id:1000000 |
my | Meta | my:posts matches posts you have posted if you are signed in. | my:posts |
subject | Full Text | Matches the title of the topic. | subject:time wasting thread |
topic_id | Literal | Matches the numeric surrogate key for the topic this post belongs to. | topic_id:7000 |
topic_position | Numeric Range | Matches the offset from the beginning of the topic of this post. Positions begin at 0. | topic_position:0 |
updated_at | Date/Time Range | Matches the creation or last edit time of this post. | updated_at.gte:2 weeks ago |
user_id | Literal | Matches posts with the specified user_id. Anonymous users will never match this term. | user_id:211190 |
forum | Literal | Matches the short name for the forum this post belongs to. | forum:meta |