[Script] Quick Picto Viewer v5+

Post your working scripts, libraries and tools for AHK v1.1 and older
robodesign
Posts: 934
Joined: 30 Sep 2017, 03:59
Location: Romania
Contact:

Re: [Script] Quick Picto Viewer v5+

Post by robodesign » 07 Oct 2021, 13:03

Hello, guys!

New version bringing minor fixes and many improvements related to vector paths drawing:

- v5.3.5 (2021-10-07)
- [new] context menu when drawing freeform vector shapes
- [new] ability to perform undo/redo while drawing vector shapes, persistent between vector editing sessions
- [new] now any point on the path can be set as the start point; this gives users more control over where new points are added
- [new] users can now select multiple points in a vector path to move simultaneously, or just delete them
- [new] option to deactivate the constant preview of the to-be added point on path
- users can now combine the string filtering abilities with the already seen images filter, for files lists
- users can now adjust image selection area in the «jpeg lossless operations»
panel

Update:
- v5.3.6 (2021-10-09)
- major bug fixes; previous release broke freeimage support and all the dll functions from «qpvmain.dll», because i broke the gdi+ library ;-).


Best regards, Marius.
-------------------------
KeyPress OSD v4: GitHub or forum. (presentation video)
Quick Picto Viewer: GitHub or forum.
AHK GDI+ expanded / compilation library (on GitHub)
My home page.

robodesign
Posts: 934
Joined: 30 Sep 2017, 03:59
Location: Romania
Contact:

Re: [Script] Quick Picto Viewer v5+

Post by robodesign » 22 Oct 2021, 13:24

Hello, guys!

I am back...

- v5.3.7 (2021-10-22)
- [new] option to deactivate quick file actions entirely; this is useful to prevent accidental file actions
- [new] contextual menu option to toggle gradient center repositioning when dealing with gradients
- freeform vector paths are now centered into the main selection bounding box
- improvements for «draw lines» panels
- other bug fixes

- v5.3.8 (2021-10-28)
- [new] option to change text case in «Insert text» panel
- bug fixes related to «insert text»

I hope there are no regressions...

Best regards, Marius.
-------------------------
KeyPress OSD v4: GitHub or forum. (presentation video)
Quick Picto Viewer: GitHub or forum.
AHK GDI+ expanded / compilation library (on GitHub)
My home page.

robodesign
Posts: 934
Joined: 30 Sep 2017, 03:59
Location: Romania
Contact:

Re: [Script] Quick Picto Viewer v5+

Post by robodesign » 08 Nov 2021, 12:00

Hello, girls and guys!

I am back with a new release, aimed to improve usability and fix some bugs.

- v5.3.9 (2021-11-08)
- [new] ability to pan images out of viewport
- [new] right-click context menus for the histogram box and image navigator box
- [new] adapt image to window width or height options implemented
- [new] option to attach/detach toolbar to the main window
- viewport scrollbars no longer change their positions when the viewport is flipped
- HUD elements [histogram, info box and image navigator] will no longer appear beneath the toolbar if the toolbar is attached to the main window [top, left corner]
- bug fixes


Feedback is always welcomed.

Source files on Github:
https://github.com/marius-sucan/Quick-Picto-Viewer

ZIP Package compiled [x64 / x32]
http://marius.sucan.ro/media/files/blog/ahk-scripts/quick-picto-viewer-compiled.zip


Best regards, Marius.
-------------------------
KeyPress OSD v4: GitHub or forum. (presentation video)
Quick Picto Viewer: GitHub or forum.
AHK GDI+ expanded / compilation library (on GitHub)
My home page.

robodesign
Posts: 934
Joined: 30 Sep 2017, 03:59
Location: Romania
Contact:

Re: [Script] Quick Picto Viewer v5+

Post by robodesign » 19 Nov 2021, 11:24

Hello, pekiños!

I am back with a new version. I no longer distribute the x32 version, only x64.

- v5.4.0 (2021-11-19)
- [new] options to select files added to favourites and already seen images
- [new] files list map; helps see at a glance what files are selected; this is useful for large files lists
- [new] option to show folder details in the folders tree panel
- bug fixes related to duplicates detection; it no longer crashes under some circumstances
- fixes related to image panning using the scrollbars when free image panning is activated
- fixes related to files list image details mode
- improved performance for opening SLDB files list
- other bug fixes and improvements

Feedback, as always, welcomed.

Best regards, Marius.
-------------------------
KeyPress OSD v4: GitHub or forum. (presentation video)
Quick Picto Viewer: GitHub or forum.
AHK GDI+ expanded / compilation library (on GitHub)
My home page.

ozzii
Posts: 481
Joined: 30 Oct 2013, 06:04

Re: [Script] Quick Picto Viewer v5+

Post by ozzii » 20 Nov 2021, 05:41

:clap:

robodesign
Posts: 934
Joined: 30 Sep 2017, 03:59
Location: Romania
Contact:

Re: [Script] Quick Picto Viewer v5+

Post by robodesign » 21 Nov 2021, 05:30

@ozzii . Thank you !

For one year already, I began collecting screenshots of nice and interesting welcome screens generated by the code I made for Quick Picto Viewer . I made a slideshow video with these. 370 images.




Best regards, Marius.
-------------------------
KeyPress OSD v4: GitHub or forum. (presentation video)
Quick Picto Viewer: GitHub or forum.
AHK GDI+ expanded / compilation library (on GitHub)
My home page.

User avatar
Hellbent
Posts: 2109
Joined: 23 Sep 2017, 13:34

Re: [Script] Quick Picto Viewer v5+

Post by Hellbent » 21 Nov 2021, 06:24

robodesign wrote:
21 Nov 2021, 05:30

For one year already, I began collecting screenshots of nice and interesting welcome screens generated by the code I made for Quick Picto Viewer . I made a slideshow video with these. 370 images.
Mind sharing your Maurer Rose code?

This is my old version.

Code: Select all

#SingleInstance,Force
SetBatchLines,-1
CoordMode,Mouse,Client
global Main:={},Petals:=2,Sweep:=11
Gdip_StartUp()
DllCall("gdiplus\GdipCreatePen1", "UInt", "0xffA50D05", "float", 3, "int", 2, A_PtrSize ? "UPtr*" : "UInt*", PetalPen)
DllCall("gdiplus\GdipCreatePen1", "UInt", "0xff000000", "float", 1, "int", 2, A_PtrSize ? "UPtr*" : "UInt*", SweepPen)
DllCall("gdiplus\GdipCreateSolidFill", "UInt", "0xff087864", A_PtrSize ? "UPtr*" : "UInt*", BBrush)
CreateWindow()
SetTimer,Update,60
return
GuiClose:
	ExitApp
Update:
	MouseGetPos,nx,ny
	if((nx!=ox||ny!=oy)&&WinActive("Ahk_Id " Main.HWND)){
		ox:=nx,oy:=ny,SweepList:="",PetalList:="",Sweep:=nx//5+Ran(),Petals:=(ny>300)?(7):(ny>250)?(6):(ny>200)?(5):(ny>150)?(4):(ny>100)?(3):(2)
		Loop,360
			SweepList.=Calculate(A_Index*Sweep), PetalList.=Calculate(A_Index*3.14159/180)
		Gdip_FillRectangle( Main.G,BBrush,-1,-1,380+2,280+2),Gdip_DrawLines(Main.G,SweepPen,SweepList)
		Gdip_DrawLines(Main.G,PetalPen,PetalList),BitBlt(Main.hdc1,10,10,380,280,Main.hdc2,0,0)
	}
	return
Ran(){
	Random,out,1,9
	return out
}
Calculate(InputValue){
	r:=135*Sin(Petals*InputValue)
	x:=r*cos(InputValue)+190
	y:=r*sin(InputValue)+140
	return x "," y "|"
}
CreateWindow(){
	Gui,1:+AlwaysOnTop +HwndWindowHwnd -DPIScale
	Gui,1:Color,1C2125
	Main.HWND:=WindowHwnd,Main.hdc1:=GetDC(Main.HWND),Main.hdc2:=CreateCompatibleDC()
	Main.hbm:=CreateDIBSection(380,280),Main.obm:=SelectObject(Main.hdc2,Main.hbm)
	Main.G:=Gdip_GraphicsFromHDC(Main.hdc2),Gdip_SetSmoothingMode(Main.G,4)
	Gui,1:Show,h300 w400,Maurer_rose	
}
;-------------------------------------------------------------------------------------------------------------------------
;-------------------------------------------------Gdip functions----------------------------------------------------------
;-------------------------------------------------------------------------------------------------------------------------
;-------------------------------------------------------------------------------------------------------------------------
Gdip_Startup(){
	Ptr := A_PtrSize ? "UPtr" : "UInt"
	if !DllCall("GetModuleHandle", "str", "gdiplus", Ptr)
		DllCall("LoadLibrary", "str", "gdiplus")
	VarSetCapacity(si, A_PtrSize = 8 ? 24 : 16, 0), si := Chr(1)
	DllCall("gdiplus\GdiplusStartup", A_PtrSize ? "UPtr*" : "uint*", pToken, Ptr, &si, Ptr, 0)
	return pToken
}
Gdip_FillRectangle(pGraphics, pBrush, x, y, w, h){
	Ptr := A_PtrSize ? "UPtr" : "UInt"
	return DllCall("gdiplus\GdipFillRectangle", Ptr, pGraphics, Ptr, pBrush, "float", x, "float", y, "float", w, "float", h)
}
Gdip_DrawLines(pGraphics, pPen, Points){
	Ptr := A_PtrSize ? "UPtr" : "UInt"
	StringSplit, Points, Points, |
	VarSetCapacity(PointF, 8*Points0)
	Loop, %Points0%
	{
		StringSplit, Coord, Points%A_Index%, `,
		NumPut(Coord1, PointF, 8*(A_Index-1), "float"), NumPut(Coord2, PointF, (8*(A_Index-1))+4, "float")
	}
	return DllCall("gdiplus\GdipDrawLines", Ptr, pGraphics, Ptr, pPen, Ptr, &PointF, "int", Points0)
}
BitBlt(ddc, dx, dy, dw, dh, sdc, sx, sy, Raster=""){
	Ptr := A_PtrSize ? "UPtr" : "UInt"
	return DllCall("gdi32\BitBlt", Ptr, dDC, "int", dx, "int", dy, "int", dw, "int", dh, Ptr, sDC, "int", sx, "int", sy, "uint", Raster ? Raster : 0x00CC0020)
}
GetDC(hwnd=0){
	return DllCall("GetDC", A_PtrSize ? "UPtr" : "UInt", hwnd)
}
CreateCompatibleDC(hdc=0){
   return DllCall("CreateCompatibleDC", A_PtrSize ? "UPtr" : "UInt", hdc)
}
CreateDIBSection(w, h, hdc="", bpp=32, ByRef ppvBits=0){
	Ptr := A_PtrSize ? "UPtr" : "UInt"
	hdc2 := hdc ? hdc : GetDC()
	VarSetCapacity(bi, 40, 0)
	NumPut(w, bi, 4, "uint"), NumPut(h, bi, 8, "uint"), NumPut(40, bi, 0, "uint"), NumPut(1, bi, 12, "ushort"), NumPut(0, bi, 16, "uInt"), NumPut(bpp, bi, 14, "ushort")
	hbm := DllCall("CreateDIBSection", Ptr, hdc2, Ptr, &bi, "uint", 0, A_PtrSize ? "UPtr*" : "uint*", ppvBits, Ptr, 0, "uint", 0, Ptr)
	if !hdc
		ReleaseDC(hdc2)
	return hbm
}
SelectObject(hdc, hgdiobj){
	Ptr := A_PtrSize ? "UPtr" : "UInt"
	return DllCall("SelectObject", Ptr, hdc, Ptr, hgdiobj)
}
Gdip_GraphicsFromHDC(hdc){
    DllCall("gdiplus\GdipCreateFromHDC", A_PtrSize ? "UPtr" : "UInt", hdc, A_PtrSize ? "UPtr*" : "UInt*", pGraphics)
    return pGraphics
}
Gdip_SetSmoothingMode(pGraphics, SmoothingMode){
   return DllCall("gdiplus\GdipSetSmoothingMode", A_PtrSize ? "UPtr" : "UInt", pGraphics, "int", SmoothingMode)
}
ReleaseDC(hdc, hwnd=0){
	Ptr := A_PtrSize ? "UPtr" : "UInt"
	return DllCall("ReleaseDC", Ptr, hwnd, Ptr, hdc)
}

Temp (1).gif
Temp (1).gif (715.66 KiB) Viewed 5195 times

robodesign
Posts: 934
Joined: 30 Sep 2017, 03:59
Location: Romania
Contact:

Re: [Script] Quick Picto Viewer v5+

Post by robodesign » 22 Nov 2021, 14:39

@Hellbent . The Maurer code I have is at its core based on your code, but modified... You can find it in coredrawWelcomeImg(), section modelu=6. I even mentioned you there.

Best regards, Marius.
-------------------------
KeyPress OSD v4: GitHub or forum. (presentation video)
Quick Picto Viewer: GitHub or forum.
AHK GDI+ expanded / compilation library (on GitHub)
My home page.

User avatar
Hellbent
Posts: 2109
Joined: 23 Sep 2017, 13:34

Re: [Script] Quick Picto Viewer v5+

Post by Hellbent » 22 Nov 2021, 23:13

@robodesign. I'm glad that my old example gave you some inspiration ( didn't know it was based off it ).
I hope I can use your updated version to get some inspiration too. I'll take a look at your code once I have some free time.

Thanks again.
HB.

robodesign
Posts: 934
Joined: 30 Sep 2017, 03:59
Location: Romania
Contact:

Re: [Script] Quick Picto Viewer v5+

Post by robodesign » 24 Nov 2021, 15:42

@Hellbent . Yes, sure. You can reuse , adapt, any part of the code, to suit your needs.

Best regards, Marius.
-------------------------
KeyPress OSD v4: GitHub or forum. (presentation video)
Quick Picto Viewer: GitHub or forum.
AHK GDI+ expanded / compilation library (on GitHub)
My home page.

robodesign
Posts: 934
Joined: 30 Sep 2017, 03:59
Location: Romania
Contact:

Re: [Script] Quick Picto Viewer v5+

Post by robodesign » 28 Nov 2021, 15:37

Hello, people !

The previous version had some wicked bugs that prompted me to post a new version. You could not do any proper image editing when the viewport scrollbars were visible, lol.

So... the new version is here:

- v5.4.1 (2021-11-28)
- [new] option to choose color depth on image save
- the files list map will be «blown out» for large file lists, when users click the scrollbar
- by pressing the Tab key, in panels, the focused control, will now be highlighted; useful for people with poor eyesight
- important bug fixes related to image editing, finding dupes and the HDR tone mapping panel
- other fixes and improvements

Best regards, Marius.
-------------------------
KeyPress OSD v4: GitHub or forum. (presentation video)
Quick Picto Viewer: GitHub or forum.
AHK GDI+ expanded / compilation library (on GitHub)
My home page.

loumizhu
Posts: 27
Joined: 18 Aug 2016, 22:07

Re: [Script] Quick Picto Viewer v5+

Post by loumizhu » 07 Jan 2022, 15:38

Hi

I tried picto quick viewer against irfan view
I opened a folder with 4000px images, and it is faster !
Great work using autohotkey !

It should more well known as it is a cool alternative for irfan and xnview.
Thanks for sharing this :D

Note: your compiled link in first page isn't working : http://marius.sucan.ro/media/files/blog/ahk-scripts/quick-picto-viewer-compiled.zip
I went to your website

robodesign
Posts: 934
Joined: 30 Sep 2017, 03:59
Location: Romania
Contact:

Re: [Script] Quick Picto Viewer v5+

Post by robodesign » 08 Jan 2022, 04:04

loumizhu wrote:
07 Jan 2022, 15:38
Hi

I tried picto quick viewer against irfan view
I opened a folder with 4000px images, and it is faster !
Great work using autohotkey !

It should more well known as it is a cool alternative for irfan and xnview.
Thanks for sharing this :D

Note: your compiled link in first page isn't working : http://marius.sucan.ro/media/files/blog/ahk-scripts/quick-picto-viewer-compiled.zip
I went to your website
Thank you for the feedback. I am glad you like it. I am working on a new version which brings full dark mode and... new dupes detection algorithms and fixes related to this, and various other bug fixes and improvements.

The download link works for me . Do you mean it needs https:// instead of http:// for it to work?
http://marius.sucan.ro/media/files/blog/ahk-scripts/quick-picto-viewer-compiled.zip

Best regards, Marius.
-------------------------
KeyPress OSD v4: GitHub or forum. (presentation video)
Quick Picto Viewer: GitHub or forum.
AHK GDI+ expanded / compilation library (on GitHub)
My home page.

loumizhu
Posts: 27
Joined: 18 Aug 2016, 22:07

Re: [Script] Quick Picto Viewer v5+

Post by loumizhu » 15 Jan 2022, 05:33

Thanks for your work,
duplicates are indeed a welcome feature. the few software I tried aren't doing the job
I needed to look for an image inside a big folder of images and couldn't find a good app to do it

the link works when added https

robodesign
Posts: 934
Joined: 30 Sep 2017, 03:59
Location: Romania
Contact:

Re: [Script] Quick Picto Viewer v5+

Post by robodesign » 25 Feb 2022, 14:35

Hello, guys, I am back at it again.

Since last December I began working on a major new release. It brings alpha masking support in more image editing tools , and blending modes. It also sports an entirely overhauled image duplicates similarity detection , with more algorithms to choose. It also brings a dark mode user interface.

I also made some core changes: less reliance on the INI file, keyboard shortcuts are now registered by the interface thread, eliminating some crashes related to input handling. It also brings support of loading images through the Windows Imaging Component [WIC], by detecting supported formats by this component.

Detailed change log follows - I had to split it into categories.

- v5.6.0 (2022-02-25)
General stuff:
- [new] ability to load images through WIC - Windows Imaging Component; the newly supported formats are listed in the open dialog
- [new] animated webp support [with WIC]; experimental
- [new] dark mode for panels and menus
- [new] option to change page orientation [and more] on image printing; bug fixes related to printing
- [new] the journal panel has a dedicated section for errors
- [new] databases saved by Quick Picto Viewer have a version number; QPV will now warn users when different [older] formats are opened and are no longer supported
- [new] option to capture a screen shot of QPV when users are in list view / thumbnails view
- [important] beginning with this version, Quick Picto Viewer will store about 210 settings [variables] in the registry, related to image editing panels; another 140 will be stored in the main QPV INI file
- [important] moved all keyboard hotkeys binding into the interface thread, in order to allow the AHK core finish processing the hotkeys registered hooks [messages and notifications] in reasonable time, in any circumstance; QPV now no longer causes the system to freeeze while holding space to pan an image and clicking to pan it
- redesigned image «selection area properties», «file search» and «flood fill» panels
- fixed bugs related to clicking on tooltips that could have led to crashes
- many various bug fixes and improvements

Image editing:
- [new] option to generate and apply an alpha mask in the «Fill selected area» tool; users can also paint alpha masks
- [new] ability to use alpha masks and blending modes with the «Insert text» tool; real time alpha masking also possible
- [new] ability to apply the alpha mask when using the «add noise» and «blur selected area» filters
- [new] ability to apply alpha mask when using the «flood fill», «erase selected area» and «desaturate selected area» tools
- [new] a specialized panel / tool to generate or paint in real time alpha masks
- [new] a specialized tool to fill with colour behind images
- [new] ability to auto expand the canvas when using «draw shape contours», «fill selected area» and «insert text» panels; this was possible only with the transform tool
- [new] automated selection alignment option
- [new] option to invert selection area in «desature image» panel, and to output the R, G or B channel as a gray image
- [new] option to discard or keep the user painted alpha mask bitmap between tool sessions
- [new] options to rasterize [pixelize] generated alpha masks; this will automatically occur when users choose to paint inside the alpha mask
- [new] options to view and copy to clipboard the alpha mask bitmap
- [new] ability to perform a one level undo in alpha mask painting mode
- [new] option to fill selection area box in the «Insert Text» panel
- [new] options to convert text to «leet speak» and to flip the text vertically or horizontally, in «Insert text» panel
- [new] specific toolbar icons for the transform tool; previously, the toolbar was deactivated when this tool was activated
- [new] proper font dialog to choose the font, in the «Insert Text» panel, thanks to TheArkive
- many improvements related to drawing vector shapes with symmetry activated
- QPV will now highlight the reference point when users hold Shift to snap new point , when drawing vector shapes
- fixed the undo/redo mechanism for image selection area states and others

Files organization:
- [new] implemented the pHash DCT and Mean-Squared Difference algorithms for similar images duplicates detection; simplified options related to image fingerprints duplicates detection
- [new] dupes detection: ability to detect images horizontally flipped and color inverted images
- [new] option to have images faded if they do not belong to the same group of duplicates
- [new] option to generate stats based on file created date; until now, only file modified date was possible
- [new] ability to collect histogram and image fingerprints filtered by a given string
- [new] option to purge cached data only for modified files
- [new] panel with detailed overview of the cached data in the database
- [new] ability to drag-n-drop folders in the tree view folders panel [F4]; folders can be moved or copied into other folders, or dropped into the main window to add the containing image files
- when sorting images, files selection is retained, even if a database is opened
- fixed bugs related to finding image duplicates that lead to omissions and high memory usage

---

As always, feedback and bug reports are welcomed.

More to come.

Best regards, Marius.
-------------------------
KeyPress OSD v4: GitHub or forum. (presentation video)
Quick Picto Viewer: GitHub or forum.
AHK GDI+ expanded / compilation library (on GitHub)
My home page.

User avatar
tidbit
Posts: 1272
Joined: 29 Sep 2013, 17:15
Location: USA

Re: [Script] Quick Picto Viewer v5+

Post by tidbit » 26 Feb 2022, 12:25

I see you added a couple things :thumbup:
rawr. fear me.
*poke*
Is it December 21, 2012 yet?

robodesign
Posts: 934
Joined: 30 Sep 2017, 03:59
Location: Romania
Contact:

Re: [Script] Quick Picto Viewer v5+

Post by robodesign » 11 Mar 2022, 14:54

Hello!

I'm here with a new release:

- v5.6.5 (2022-03-11)
- [new] specialised tool to resize images in image editing mode; it can fill the canvas by extending image margins or blurring the image in the background
- [new] dedicated toolbar for vector shapes drawing mode
- [new] ability to load/save/delete created vector shapes
- [new] ability to scale selected vector points
- [new] copy/paste vector points
- [new] several new selection area aspect ratio locking modes
- [new] users can now do «Ctrl + Left click» inside an image selection area, and drag, to create and adjust how much of the selection area to be excluded
- [new] option to turn off tooltips in the toolbar
- [new] improvements to panel: «Update files list selectively» / «Folders containing indexed files»; it is now always accessible, regardless of the files list index opened, and it allows counting [selected and total] files per folder; it also allows users to select/deselect files for any of the listed folders
- viewport grid and rotation icons in the toolbar are now slider icons
- various bug fixes

Feedback and critique, always welcomed.

Best regards, Marius.
-------------------------
KeyPress OSD v4: GitHub or forum. (presentation video)
Quick Picto Viewer: GitHub or forum.
AHK GDI+ expanded / compilation library (on GitHub)
My home page.

robodesign
Posts: 934
Joined: 30 Sep 2017, 03:59
Location: Romania
Contact:

Re: [Script] Quick Picto Viewer v5+

Post by robodesign » 31 Mar 2022, 10:42

Hello, guys!

I am back with a new version of Quick Picto Viewer . It was tested on 2.5 million images.

- v5.6.7 (2022-03-31)
- [new] private mode; how dubious ^_^
- [new] context menu with many options in «Review selected files» panel and improvements; it can now handle a million of files, gradually listed in the panel - by user demand
- [new] «static» folders panel now allows multiple folders to be selected and filtering by file count; it also has more options related to files management
- [new] select missing files
- [new] copy to clipboard files and image properties generated statistics
- [new] option to increase list view rows found in panels; option at «Additional settings», found in the «Interface» menu
- [new] multi-rename panel can handle any number of image files; the list view is now paginated
- [new] status bar for quick menus search panel; it displays the shortcut and where it is found
- [new] QPV can now generate charts in the «seen images» statistics panel
- [new] the quick search box is now an omnibox: users can now paste folder or file paths to open or import; one can also type the index number of a file to jump to; users can navigate through folders in this panel
- users can perform drag and drop between the main window, folders tree panel and the omnibox
- overhauled how image histograms are plotted; they are now more accurately drawn on screen
- added help for several panels and made the main Help panel richer
- added the ability in more edit fields to press ctrl+bksp
- more bug fixes

I will post soon a video demonstrating some of the files management related featurezs.

Best regards, Marius.
-------------------------
KeyPress OSD v4: GitHub or forum. (presentation video)
Quick Picto Viewer: GitHub or forum.
AHK GDI+ expanded / compilation library (on GitHub)
My home page.

robodesign
Posts: 934
Joined: 30 Sep 2017, 03:59
Location: Romania
Contact:

Re: [Script] Quick Picto Viewer v5+

Post by robodesign » 05 Apr 2022, 16:18

Yo, dudes!

The video is ready for prime time!



The video showcases some of the file management features found in QPV and private mode.

I hope you'll find it interesting.

Best regards, Marius.
-------------------------
KeyPress OSD v4: GitHub or forum. (presentation video)
Quick Picto Viewer: GitHub or forum.
AHK GDI+ expanded / compilation library (on GitHub)
My home page.

ozzii
Posts: 481
Joined: 30 Oct 2013, 06:04

Re: [Script] Quick Picto Viewer v5+

Post by ozzii » 06 Apr 2022, 02:05

Like always :bravo: :dance: :bravo: :dance: :superhappy:

Post Reply

Return to “Scripts and Functions (v1)”