Sorting Pics as per resolution

Orion

Active member
Regular
Joined
Dec 13, 2008
Messages
1,832
Kin
0๐Ÿ’ธ
Kumi
0๐Ÿ’ด
Trait Points
0โš”๏ธ
Awards
This is a question for all those who do Programming.

How can I sort out Pics having Resolution higher than 1024 * 768(excluding).
I have purchased new monitor of 22 inches, and all other resolutions make Pic go blur.
Please help.
I can use VBScript or C# at my PC.
If there is any existing software out there then tell me.
 

Kushan

Active member
Veteran
Joined
Jun 13, 2008
Messages
2,322
Kin
0๐Ÿ’ธ
Kumi
0๐Ÿ’ด
Trait Points
0โš”๏ธ
It's as Gama says; we know you want to organise image files, before answering how I think you should discribe the situation in detail, i.e. do you want to write a program, is this so,e pictures un your hard drive, answer thins then we maybe able to help you!!!
 

+luffy+

Active member
Legendary
Joined
May 28, 2009
Messages
10,312
Kin
0๐Ÿ’ธ
Kumi
0๐Ÿ’ด
Trait Points
0โš”๏ธ
Awards
I am having a collection of 2500-3000 images(from *.jpeg,gif,ong,bmp etc). I want to sort them as per their resoultion.
Resolution ranges from 2 x 2 to 1600 x 1200.
if you just want to arrange the images..you can click on arrange by dimentions....and that's all...

or you want to creat a programme that do the job...???
 

~Falcon~

Active member
Veteran
Joined
Apr 11, 2009
Messages
3,951
Kin
0๐Ÿ’ธ
Kumi
0๐Ÿ’ด
Trait Points
0โš”๏ธ
If u r using VB then there r 2 controls for organising images: Picture box and Image Control......
If u r using picture box change its stretch property to true it will resize the box to the size of the picture and if u r using image control set its autosize property to true,it will shrink or expand the image to fit in the control..........

Hope this help u out..........
 
  • Like
Reactions: Orion

Orion

Active member
Regular
Joined
Dec 13, 2008
Messages
1,832
Kin
0๐Ÿ’ธ
Kumi
0๐Ÿ’ด
Trait Points
0โš”๏ธ
Awards
If u r using VB then there r 2 controls for organising images: Picture box and Image Control......
If u r using picture box change its stretch property to true it will resize the box to the size of the picture and if u r using image control set its autosize property to true,it will shrink or expand the image to fit in the control..........

Hope this help u out..........
well thanks, I will try it, reps+
 
Top