0
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 18, 2023 — Jan 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Changed matrix to a 1D array to help optimize the loop More... over 17 years ago
Moved int creation out of the loop More... over 17 years ago
Required a factor in the ConvolutionMatrix constructor, and added a default constructor More... over 17 years ago
Changed function from min/max to if statements to try and improve speed More... over 17 years ago
Restored range check to avoid exception More... over 17 years ago
Changed to only create static filters once More... over 17 years ago
Optimized a little More... over 17 years ago
Optimized unsharp mask a little More... over 17 years ago
Fixed filters not being applied to the edges of the output More... over 17 years ago
Moved applying the ConvolutionMatrix values into a loop More... over 17 years ago
Changed ConvolutionMatrix to use a 3x3 array rather then 9 variables More... over 17 years ago
Cleanup More... over 17 years ago
Moved applying a ConvolutionMatrix for a filter into a new subclass inherited by blur and sharpen More... over 17 years ago
Cleanedup ConvolutionMatrix and changed apply to a non-static function More... over 17 years ago
Cleanup More... over 17 years ago
Moved levels settings out of the structure and into their own variables Replaced GetFilterList with a property, and changed to only create it when needed More... over 17 years ago
Removed TextProcessingSettings apply function More... over 17 years ago
Moved applying the filters from TextProcessingSettings into the AscgenConverter More... over 17 years ago
Moved filter list creation into a separate function Moved levels class out of the settings class More... over 17 years ago
Cleanup More... over 17 years ago
Moved values to text conversion classes into separate files More... over 17 years ago
Moved all text to image code into a new class More... over 17 years ago
Cleanup More... over 17 years ago
Updated page headers More... over 17 years ago
Moved Image to Colors conversion into its own class More... over 17 years ago
Removed unused function More... over 17 years ago
Moved Image to Values conversion into its own class More... over 17 years ago
Added DrawText function with a offset parameter More... over 17 years ago
Version up More... over 17 years ago
Fixed problems with pressing shift while moving the selection More... over 17 years ago