topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Monday March 18, 2024, 9:49 pm
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - lanux128 [ switch to compact view ]

Pages: [1] 2 3 4 5 6 ... 251next
1
>> Let's make a list...
>> What's that? They have made one already? ;D

https://killedbygoogle.com/
https://gcemetery.co/

2
It should always zoom in and out, BUT if the zoomed view won't all fit in the window, it will zoom in differently depending on where your cursor is.. That is, it zooms and then adjusts the panning position so that the area under your cursor stays in view.
thanks for the detailed explanation. :Thmbsup:

3
SC already zooms in and out with plain mousewheel..
doh, how did I miss that?

Edit: When scrolling on the image itself, SC only zooms out but doesn't zoom in. Maybe I changed something in the settings? It works well both ways in the "zoom meter" area though.

I figured this out. When scrolled to the max width of the viewing pane, SC stops zooming and instead scrolls horizontally.

nircap_20191024102544_1.jpg

4
SC already zooms in and out with plain mousewheel..
doh, how did I miss that?

Edit: When scrolling on the image itself, SC only zooms out but doesn't zoom in. Maybe I changed something in the settings? It works well both ways in the "zoom meter" area though.

5
Another feature I have been thinking about, if SC can use Ctrl+mousewheel up/down to zoom in/out of the image. Much like Google maps but with an additional use of the 'Ctrl' key.

6
Would it be enough, or easier, to harness a command-line file renamer like BRC  (brother of the better-known Bulk Rename Utility (BRU)) or Rename Master?

I am currently using a mixture of 1-4a Rename, Flash Renamer and an AHK script to do the file-renaming, mostly to drop some extraneous additions to the file-name such as " - Mozilla Firefox", "- Chromium" and etc.

20191007082036_1.png

7
If it is not too hard to implement, I'd appreciate a rules-based file-renamer within Screenshot Captor.

This is a sample UI from a software that I use, PDF Creator.

PDFCreator_2019_10_05_001.png

8
I donloaded the latest version, portable, put it in a folder called Portables in my program files folder
If Farr is in your "program files" folder then Farr must be run in admin mode because if not Windows won't allow any programs to have write access.

For comparison, here's how my configdir ini looks like:
DonationCoder_Farr_ConfigDir_ini_2019_10_04_001.png

9
N.A.N.Y. 2020 / Re: IrfanView Panorama (IVP)
« on: October 03, 2019, 01:32 AM »
This sounds intriguing, I think you've come up with a good idea. :up:
-cranioscopical (October 02, 2019, 06:36 AM)
Thanks! :)

10
N.A.N.Y. 2020 / Re: IrfanView Panorama
« on: October 01, 2019, 08:04 PM »
Is this going to be free-standing, or a plugin for IrfanView?

This is a complementary app to IrfanView.

11
N.A.N.Y. 2020 / Re: IrfanView Panorama
« on: September 30, 2019, 08:01 PM »
Sounds a lot like Wallpaper Welder?
I don't think so -- that's a very specific action. I'm not sure how flexible irfanview is, but a panorama could be made from any size images

Like tomos said, this feature by IrfanView can stitch images of differing sizes. Refer the following images.

Fig. 1: Adding the files.
IrfanView_Panorama_2019_10_01_001_1.png

Fig. 2: The resultant image (horizontal).
Clipboard_IrfanView_(Zoom_1344_x_144)_2019_10_01_001.png

I'll try to update the initial post with more information soon.

12
General Software Discussion / Re: Window offscreen at startup
« on: September 30, 2019, 07:45 PM »
Too funny. While getting the link for this script, I see YOU were the driving force behind WinWarden!  Small world.

Yup, very kind of Skrommel to come up with WinWarden. Helped me a lot with these windows that don't retain their last position. ;D

13
N.A.N.Y. 2020 / Re: IrfanView Panorama
« on: September 30, 2019, 05:22 AM »
Nice  :Thmbsup:
Yes, looking forward to trying this :up:
Thanks, guys.

You may want to test it with the original pictures of my latest sunset panorama.
Thanks, I will check that thread out.

14
General Software Discussion / Re: Window offscreen at startup
« on: September 30, 2019, 05:12 AM »
If this "feature" is still bothering you, try this Autohotkey script.

This script checks for Evernote window every 3 seconds and if detected, moves the window to the center of your primary screen.

Code: Autohotkey [Select]
  1. SetWorkingDir, %A_ScriptDir%
  2.  
  3. SetTimer, EvernoteTimer, 3000 ; check every 3 seconds
  4. Return
  5.  
  6. EvernoteTimer:
  7. ; use AHK's windows spy to get exact class name, the same for exe name
  8. If WinExist("ahk_class ENMainFrame") or WinExist("ahk_exe Evernote.exe")
  9.   {
  10.     WinActivate, A
  11.     ; move to the center
  12.     WinGetPos,,, Width, Height, A
  13.     WinMove, A,, (A_ScreenWidth/2)-(Width/2), (A_ScreenHeight/2)-(Height/2)
  14.     WinWaitClose, A
  15.   }
  16. Return
  17.  
  18. #q::ExitApp    ; win + q = exit

15
N.A.N.Y. 2020 / IrfanView Panorama (IVP)
« on: September 28, 2019, 03:44 AM »
NANY 2020 Entry Information

Application Name IrfanView Panorama (IVP)
Version 0.01
Short Description A simple interface to stitch images (vertically or horizontally) using IrfanView's 'Create Panorama image' feature
Requirements IrfanView 3.70 and above
Supported OSes Windows 7 (tested) to Windows 10 (presumably)
Web Page coming soon...
Download Link coming soon...


Description
A simple interface to stitch images (vertically or horizontally) using IrfanView's 'Create Panorama image' feature.

IVP acts as a frontend where you can add, sort or remove the image files that you want to stitch together before invoking IrfanView's command-line to get a single image.

If you have used this feature within IrfanView, you would have noticed that after you clicked "Create Image" button, the selection window will close. To change the sort order or to experiment with additional files, you will have to choose the files again. This app will help in terms of avoiding the need to select images repeatedly.

Screenshots
IrfanView Panorama_2019_09_28_001.png

Usage
Installation
Unzip the downloaded file into the same folder as IrfanView.exe.

Using the Application
• Use the 'Add' button to add images. You can also drag-n-drop images onto the interface.
• You can sort the images by clicking on the listview headers or use 'Up'/'Down' buttons.
• Click the 'Create image' button and a IrfanView window will appear with the images stitched together.
• Save the image if you're happy with the result or if you want to tinker some more, close the IrfanView window and continue on IVP.

Uninstallation
Delete IrfanViewPanorama.exe and IrfanViewPanorama.ini.

16
Screenshot Captor / Re: Standalone screenshot window
« on: August 23, 2019, 11:10 PM »
ok , maybe i just need to strip the main window down a bit more.
how do you hide the zoom and name boxes?

Move your cursor to the border until you get the resizing arrow (refer image).

Desktop_20190824120619_1_reg001.png

17
Maybe this AHK script can be of help.

Usage: Define a valid path before running the script. Press Win+t to tag the files that you don't want. Later review the "TaggedFiles.txt" in the same path as the script.

Code: Autohotkey [Select]
  1. SetWorkingDir, %A_ScriptDir%
  2.  
  3. hotkey:= "#t"            ; win + t = tag file(s) to a text file
  4. timetoplay:= 60              ; 60 seconds
  5. path:= A_ScriptDir   ; put literal paths in quotes, e.g. "C:\Mp3"
  6.  
  7. Loop, Files, % path . "\*.mp3", DFR
  8. {
  9. Hotkey % hotkey, TaggedFiles
  10. ToolTip % A_LoopFileFullPath . " (" A_Index . ")",800,0,1
  11. Sleep, % timetoplay*1000
  12. }
  13. Sleep 5000
  14. MsgBox,64,, % "End of line, click OK to exit."
  15. Return
  16.  
  17. TaggedFiles:
  18. FileAppend, % tagged . "`r`n", TaggedFiles.txt
  19. ToolTip % "Tagged: " . tagged,800,25,2
  20. Return
  21.  
  22. #q::ExitApp    ; win + q = exit

18
DC Gamer Club / Re: Hawken beta sign-up
« on: October 03, 2017, 08:34 AM »
NECRO THREAD REVIVAL

Posting for posterity.

It’s been an incredible journey since the introduction of Hawken on Steam, back in 2014.  The game’s
success has been largely due to your continuous support.  The Hawken community has been the
cornerstone of this ever-evolving franchise.
 
After 3 great years, we are shutting down the PC Steam servers to refocus our development efforts.  The
PC game will officially be removed on January 2, 2018, and all DLC and purchasable content will also be
unavailable starting today.
 
It’s been an incredibly rewarding experience working alongside such a dedicated PC player base.  Your
feedback and support has been invaluable to us, and the team looks forward to creating more great
games based on what we’ve learned from you.
 
Thank you all very much for your support!
 
The Hawken Team

https://community.pl...rm-sunset-announced/

21
N.A.N.Y. 2016 / Re: NANY 2016 Release: Text Overlay Tool
« on: January 23, 2016, 09:28 PM »
All you have to do is put the file name you want to open on the command line.
Could we have drag 'n drop by any chance?
-cranioscopical (January 23, 2016, 08:08 AM)
i believe you meant to quote wraith808. ;)

22
N.A.N.Y. 2016 / Re: NANY 2016 Release: Text Overlay Tool
« on: January 22, 2016, 09:44 PM »
Updated.  The same link should give the updated version.  All you have to do is put the file name you want to open on the command line.  If it exists, it will open it.  If the file name has spaces in it, enclose it in double  quotes ("").

Let me know if you have any issues.

thanks for the quick update, it works well!

23
N.A.N.Y. 2016 / Re: NANY 2016 Release: Text Overlay Tool
« on: January 22, 2016, 05:25 AM »
can I pass a filename to the app to auto-open and display the file?

24
Found Deals and Discounts / Re: Start Menu X Pro on GOTD
« on: January 15, 2016, 07:17 AM »
back on Giveaway of the Day. Start Menu X Pro 5.72

http://www.giveawayo...m/start-menu-x-5-72/

25
Gizmo's Freeware site has arranged for Photo Watermark software to be free until the end of February 2016.

... head to http://www.watermark...-software/watermark-... and download a copy of the Photo Watermark product. You can then install and run it on your PC. Once installed, click on the "i" icon on the top right hand corner of the screen and you'll be asked to enter your licence key.

Use the code WS-WSWB-C505700781-17DEFEEFF8-1CACF5E8C2 as your licence key, and you'll save yourself $24.99 if you register the software before the end of February 2016.
-website




Source: Gizmo's Freeware

Pages: [1] 2 3 4 5 6 ... 251next