File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ public class PixelTypeInfo
1616 /// </summary>
1717 /// <param name="bitsPerPixel">Color depth, in number of bits per pixel.</param>
1818 /// <param name="alpha">Tthe pixel alpha transparency behavior.</param>
19- internal PixelTypeInfo ( int bitsPerPixel , PixelAlphaRepresentation ? alpha = null )
19+ public PixelTypeInfo ( int bitsPerPixel , PixelAlphaRepresentation ? alpha = null )
2020 {
2121 this . BitsPerPixel = bitsPerPixel ;
2222 this . AlphaRepresentation = alpha ;
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ public sealed class ImageMetadata : IDeepCloneable<ImageMetadata>
3939 /// <summary>
4040 /// Initializes a new instance of the <see cref="ImageMetadata"/> class.
4141 /// </summary>
42- internal ImageMetadata ( )
42+ public ImageMetadata ( )
4343 {
4444 this . horizontalResolution = DefaultHorizontalResolution ;
4545 this . verticalResolution = DefaultVerticalResolution ;
You can’t perform that action at this time.
0 commit comments