ATTENTION: You are viewing a page formatted for mobile devices; to view the full web page, click HERE.

DonationCoder.com Software > Skwire Empire

Release: Arti (Aspect Ratio Tool for Images)

<< < (2/5) > >>

mouser:
The instruction:
In case you are wondering, the formula to calculate the new height of an image based on the existing aspect ratio is height / width * new width.
--- End quote ---

Is valid.

We can see this (and other related formulas) with some algebra:

For a given height (h) and width (w), we might express the aspect ratio as h/w.

Now imagine we want to construct a new image of height (h2) and width (w2).

If we want these two images to have the same aspect ratio, we can express this by saying that:
h2/w2 = h/w

we can do some simple algebra of multiplying both sides by same values to yield new expressions:
h2 = (h/w)*w2
or
w2 = (w/h)*h2

tomos:
thanks mouser -
wasn't sure what it was for, understand now :up:

ScreenManiac:
Nice tool.  :up:
It were nice to have thumbnails, but that's probably not easy to implement.
What would help also, however, were a bigger font size (optional).

Any way to pass a directory to it via command line? Maybe even with a filter-parameter to show image files only?

skwire:
Nice tool.  :up:-ScreenManiac (February 18, 2015, 05:22 AM)
--- End quote ---

Thank you.

It were nice to have thumbnails, but that's probably not easy to implement.-ScreenManiac (February 18, 2015, 05:22 AM)
--- End quote ---

I thought about this when I was writing it and maybe a second window that would display the image would work.

What would help also, however, were a bigger font size (optional).-ScreenManiac (February 18, 2015, 05:22 AM)
--- End quote ---

Added in the latest version.

Any way to pass a directory to it via command line? Maybe even with a filter-parameter to show image files only?-ScreenManiac (February 18, 2015, 05:22 AM)
--- End quote ---

Basic commandline handling has been added as well.  The app should already restrict files to only the following extensions: jpg, jpeg, bmp, gif, png, tiff, & ico


Website | Download
v1.0.2 - 2015-02-18
    + Added customisable list font.  (Thanks, ScreenManiac)
    + Added basic commandline handling for file and folders.  (Thanks, ScreenManiac)
    + Added "Create SendTo menu shortcut" option in the Options tab.


ScreenManiac:
Thank you. Now it works like a charm, custom font, passing files or folders, auto-filtered  :Thmbsup:   :)
I really appreciate it. Not to mention your quick response and speedy implementation.  8)

One more nice-to-have were a STOP button to stop the scanning of large subfolders. Or even better, an option to not scan subfolders at all. Passing a folder with many subs slows down Arti considerably ATM.

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version