CellScience Posted October 23, 2017 Posted October 23, 2017 I need to draw the outline of stained cells for a research project. I was wondering if you can draw the contour using AutoIt, if so I can figure out how to do the rest of the script. Let me know if it's the right place to post this.
spudw2k Posted October 24, 2017 Posted October 24, 2017 Well, @UEZ is one of our resident GDI+ pros on the forum, which I imagine would be a way to accomplish this. However, you may want to look at tools already built for the job. ImageMagick comes to mind. Spoiler Things I've Made: Always On Top Tool ◊ AU History ◊ Deck of Cards ◊ HideIt ◊ ICU ◊ Icon Freezer ◊ Ipod Ejector ◊ Junos Configuration Explorer ◊ Link Downloader ◊ MD5 Folder Enumerator ◊ PassGen ◊ Ping Tool ◊ Quick NIC ◊ Read OCR ◊ RemoteIT ◊ SchTasksGui ◊ SpyCam ◊ System Scan Report Tool ◊ System UpTime ◊ Transparency Machine ◊ VMWare ESX Builder Misc Code Snippets: ADODB Example ◊ CheckHover ◊ Detect SafeMode ◊ DynEnumArray ◊ GetNetStatData ◊ HashArray ◊ IsBetweenDates ◊ Local Admins ◊ Make Choice ◊ Recursive File List ◊ Remove Sizebox Style ◊ Retrieve PNPDeviceID ◊ Retrieve SysListView32 Contents ◊ Set IE Homepage ◊ Tickle Expired Password ◊ Transpose Array Projects: Drive Space Usage GUI ◊ LEDkIT ◊ Plasma_kIt ◊ Scan Engine Builder ◊ SpeeDBurner ◊ SubnetCalc Cool Stuff: AutoItObject UDF ◊ Extract Icon From Proc ◊ GuiCtrlFontRotate ◊ Hex Edit Funcs ◊ Run binary ◊ Service_UDF
UEZ Posted October 24, 2017 Posted October 24, 2017 19 hours ago, CellScience said: I was wondering if you can draw the contour using AutoIt, if so I can figure out how to do the rest of the script. As @spudw2k already mentioned it can be achieved using GDI+. You can use the _GDIPlus_PathAddCurve to add the contour and _GDIPlus_LineBrushCreate to create the color of the cells. I just wondering how the data of the cells looks like that you need to draw the contour. Please don't send me any personal message and ask for support! I will not reply! Selection of finest graphical examples at Codepen.io The own fart smells best! ✌Her 'sikim hıyar' diyene bir avuç tuz alıp koşma!¯\_(ツ)_/¯ ٩(●̮̮̃•̃)۶ ٩(-̮̮̃-̃)۶ૐ
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now