Joreyk ( IXLLEGACYIXL )
Joreyk ( IXLLEGACYIXL )
CC#
Created by Array on 4/12/2024 in #help
Blurring an Image in C#, working slowly
if its fast, you know the problem is the gui
27 replies
CC#
Created by Array on 4/12/2024 in #help
Blurring an Image in C#, working slowly
output the time it needed
27 replies
CC#
Created by Array on 4/12/2024 in #help
Blurring an Image in C#, working slowly
read the file, run the algorithm
27 replies
CC#
Created by Array on 4/12/2024 in #help
Blurring an Image in C#, working slowly
then a solution
27 replies
CC#
Created by Array on 4/12/2024 in #help
Blurring an Image in C#, working slowly
first find the cause
27 replies
CC#
Created by Array on 4/12/2024 in #help
Blurring an Image in C#, working slowly
maybe you draw your image wrong and your algorithm is fine
27 replies
CC#
Created by Array on 4/12/2024 in #help
Blurring an Image in C#, working slowly
then run your algorithm once without winforms
27 replies
CC#
Created by Array on 4/12/2024 in #help
Blurring an Image in C#, working slowly
thought you had wpf
27 replies
CC#
Created by Array on 4/12/2024 in #help
Blurring an Image in C#, working slowly
wpf is just another gui library
27 replies
CC#
Created by Array on 4/12/2024 in #help
Blurring an Image in C#, working slowly
oke you have winforms then thats your gui library
27 replies
CC#
Created by Array on 4/12/2024 in #help
Blurring an Image in C#, working slowly
then drawing the GUI ( the wpf picture ) is the problem
27 replies
CC#
Created by Array on 4/12/2024 in #help
Blurring an Image in C#, working slowly
if the algorithm takes only a few milli seconds then the algorithm isnt the problem
27 replies
CC#
Created by Array on 4/12/2024 in #help
Blurring an Image in C#, working slowly
measure the time with stopwatch.. should be sufficient
27 replies
CC#
Created by Array on 4/12/2024 in #help
Blurring an Image in C#, working slowly
make a new console project, load in it the picture, run your algorithm without displaying it in wpf
27 replies
CC#
Created by Array on 4/12/2024 in #help
Blurring an Image in C#, working slowly
"graphical user interface"
27 replies
CC#
Created by Array on 4/12/2024 in #help
Blurring an Image in C#, working slowly
first try your algorithm without GUI is the algorithm really the problem? probably the rendering is the problem so i would first try it without GUI to see the bottleneck ( or you can use a performance analysis of VS depends how you approach such stuff
27 replies
CC#
Created by jami1217 on 4/6/2024 in #help
Program loads resources painfully slow (visual c#)
or instantiating the form X times
29 replies
CC#
Created by RANI on 4/5/2024 in #help
good vid to learn oop?
they have a beginner video series on youtube too
6 replies
CC#
Created by RANI on 4/5/2024 in #help
good vid to learn oop?
microsoft has always good sauces for learning
6 replies
CC#
Created by RANI on 4/5/2024 in #help
good vid to learn oop?
6 replies