I need to find small amount of 8 bit-depth images in A LOT OF 24 bit-depth images.
i can use 'window search' using search syntax 'type:bit depth:8'
but I don't know how to find 8 bit depth image in everything 1.4
Can you help me please.
Can everything find attributes of image file?
Re: Can everything find attributes of image file?
I've added a bitdepth: search function to Everything 844b.
To search for the bitdepth of jpg, png, gif or bmp files in Everything, search for bitdepth:x
Where x is the desired bits per pixel.
For example, to search for images in D:\download that contain a bitdepth of 8, search for:
d:\downloads\ bitdepth:8
Note: bitdepth information is not indexed, searching can be quite slow.
To search for the bitdepth of jpg, png, gif or bmp files in Everything, search for bitdepth:x
Where x is the desired bits per pixel.
For example, to search for images in D:\download that contain a bitdepth of 8, search for:
d:\downloads\ bitdepth:8
Note: bitdepth information is not indexed, searching can be quite slow.
Re: Can everything find attributes of image file?
thank you for answeringvoid wrote:I've added a bitdepth: search function to Everything 844b.
To search for the bitdepth of jpg, png, gif or bmp files in Everything, search for bitdepth:x
Where x is the desired bits per pixel.
For example, to search for images in D:\download that contain a bitdepth of 8, search for:
d:\downloads\ bitdepth:8
Note: bitdepth information is not indexed, searching can be quite slow.