summaryrefslogtreecommitdiff
path: root/coders/bgr.c
diff options
context:
space:
mode:
Diffstat (limited to 'coders/bgr.c')
-rw-r--r--coders/bgr.c84
1 files changed, 42 insertions, 42 deletions
diff --git a/coders/bgr.c b/coders/bgr.c
index 89874731c..92f777e42 100644
--- a/coders/bgr.c
+++ b/coders/bgr.c
@@ -17,7 +17,7 @@
% July 1992 %
% %
% %
-% Copyright 1999-2020 ImageMagick Studio LLC, a non-profit organization %
+% Copyright 1999-2021 ImageMagick Studio LLC, a non-profit organization %
% dedicated to making software imaging solutions freely available. %
% %
% You may not use this file except in compliance with the License. You may %
@@ -118,7 +118,7 @@ static Image *ReadBGRImage(const ImageInfo *image_info,ExceptionInfo *exception)
QuantumType
quantum_type;
- register ssize_t
+ ssize_t
i;
size_t
@@ -231,13 +231,13 @@ static Image *ReadBGRImage(const ImageInfo *image_info,ExceptionInfo *exception)
}
for (y=0; y < (ssize_t) image->extract_info.height; y++)
{
- register const Quantum
+ const Quantum
*magick_restrict p;
- register Quantum
+ Quantum
*magick_restrict q;
- register ssize_t
+ ssize_t
x;
if (count != (ssize_t) length)
@@ -311,13 +311,13 @@ static Image *ReadBGRImage(const ImageInfo *image_info,ExceptionInfo *exception)
}
for (y=0; y < (ssize_t) image->extract_info.height; y++)
{
- register const Quantum
+ const Quantum
*magick_restrict p;
- register Quantum
+ Quantum
*magick_restrict q;
- register ssize_t
+ ssize_t
x;
if (count != (ssize_t) length)
@@ -410,13 +410,13 @@ static Image *ReadBGRImage(const ImageInfo *image_info,ExceptionInfo *exception)
}
for (y=0; y < (ssize_t) image->extract_info.height; y++)
{
- register const Quantum
+ const Quantum
*magick_restrict p;
- register Quantum
+ Quantum
*magick_restrict q;
- register ssize_t
+ ssize_t
x;
if (count != (ssize_t) length)
@@ -463,13 +463,13 @@ static Image *ReadBGRImage(const ImageInfo *image_info,ExceptionInfo *exception)
}
for (y=0; y < (ssize_t) image->extract_info.height; y++)
{
- register const Quantum
+ const Quantum
*magick_restrict p;
- register Quantum
+ Quantum
*magick_restrict q;
- register ssize_t
+ ssize_t
x;
if (count != (ssize_t) length)
@@ -516,13 +516,13 @@ static Image *ReadBGRImage(const ImageInfo *image_info,ExceptionInfo *exception)
}
for (y=0; y < (ssize_t) image->extract_info.height; y++)
{
- register const Quantum
+ const Quantum
*magick_restrict p;
- register Quantum
+ Quantum
*magick_restrict q;
- register ssize_t
+ ssize_t
x;
if (count != (ssize_t) length)
@@ -577,13 +577,13 @@ static Image *ReadBGRImage(const ImageInfo *image_info,ExceptionInfo *exception)
{
for (y=0; y < (ssize_t) image->extract_info.height; y++)
{
- register const Quantum
+ const Quantum
*magick_restrict p;
- register Quantum
+ Quantum
*magick_restrict q;
- register ssize_t
+ ssize_t
x;
if (count != (ssize_t) length)
@@ -669,13 +669,13 @@ static Image *ReadBGRImage(const ImageInfo *image_info,ExceptionInfo *exception)
stream=ReadBlobStream(image,length,pixels,&count);
for (y=0; y < (ssize_t) image->extract_info.height; y++)
{
- register const Quantum
+ const Quantum
*magick_restrict p;
- register Quantum
+ Quantum
*magick_restrict q;
- register ssize_t
+ ssize_t
x;
if (count != (ssize_t) length)
@@ -740,13 +740,13 @@ static Image *ReadBGRImage(const ImageInfo *image_info,ExceptionInfo *exception)
stream=ReadBlobStream(image,length,pixels,&count);
for (y=0; y < (ssize_t) image->extract_info.height; y++)
{
- register const Quantum
+ const Quantum
*magick_restrict p;
- register Quantum
+ Quantum
*magick_restrict q;
- register ssize_t
+ ssize_t
x;
if (count != (ssize_t) length)
@@ -811,13 +811,13 @@ static Image *ReadBGRImage(const ImageInfo *image_info,ExceptionInfo *exception)
stream=ReadBlobStream(image,length,pixels,&count);
for (y=0; y < (ssize_t) image->extract_info.height; y++)
{
- register const Quantum
+ const Quantum
*magick_restrict p;
- register Quantum
+ Quantum
*magick_restrict q;
- register ssize_t
+ ssize_t
x;
if (count != (ssize_t) length)
@@ -884,13 +884,13 @@ static Image *ReadBGRImage(const ImageInfo *image_info,ExceptionInfo *exception)
stream=ReadBlobStream(image,length,pixels,&count);
for (y=0; y < (ssize_t) image->extract_info.height; y++)
{
- register const Quantum
+ const Quantum
*magick_restrict p;
- register Quantum
+ Quantum
*magick_restrict q;
- register ssize_t
+ ssize_t
x;
if (count != (ssize_t) length)
@@ -1165,7 +1165,7 @@ static MagickBooleanType WriteBGRImage(const ImageInfo *image_info,Image *image,
*/
for (y=0; y < (ssize_t) image->rows; y++)
{
- register const Quantum
+ const Quantum
*magick_restrict p;
p=GetVirtualPixels(image,0,y,image->columns,1,exception);
@@ -1193,7 +1193,7 @@ static MagickBooleanType WriteBGRImage(const ImageInfo *image_info,Image *image,
*/
for (y=0; y < (ssize_t) image->rows; y++)
{
- register const Quantum
+ const Quantum
*magick_restrict p;
p=GetVirtualPixels(image,0,y,image->columns,1,exception);
@@ -1239,7 +1239,7 @@ static MagickBooleanType WriteBGRImage(const ImageInfo *image_info,Image *image,
*/
for (y=0; y < (ssize_t) image->rows; y++)
{
- register const Quantum
+ const Quantum
*magick_restrict p;
p=GetVirtualPixels(image,0,y,image->columns,1,exception);
@@ -1259,7 +1259,7 @@ static MagickBooleanType WriteBGRImage(const ImageInfo *image_info,Image *image,
}
for (y=0; y < (ssize_t) image->rows; y++)
{
- register const Quantum
+ const Quantum
*magick_restrict p;
p=GetVirtualPixels(image,0,y,image->columns,1,exception);
@@ -1279,7 +1279,7 @@ static MagickBooleanType WriteBGRImage(const ImageInfo *image_info,Image *image,
}
for (y=0; y < (ssize_t) image->rows; y++)
{
- register const Quantum
+ const Quantum
*magick_restrict p;
p=GetVirtualPixels(image,0,y,image->columns,1,exception);
@@ -1301,7 +1301,7 @@ static MagickBooleanType WriteBGRImage(const ImageInfo *image_info,Image *image,
{
for (y=0; y < (ssize_t) image->rows; y++)
{
- register const Quantum
+ const Quantum
*magick_restrict p;
p=GetVirtualPixels(image,0,y,image->columns,1,exception);
@@ -1343,7 +1343,7 @@ static MagickBooleanType WriteBGRImage(const ImageInfo *image_info,Image *image,
return(status);
for (y=0; y < (ssize_t) image->rows; y++)
{
- register const Quantum
+ const Quantum
*magick_restrict p;
p=GetVirtualPixels(image,0,y,image->columns,1,exception);
@@ -1369,7 +1369,7 @@ static MagickBooleanType WriteBGRImage(const ImageInfo *image_info,Image *image,
return(status);
for (y=0; y < (ssize_t) image->rows; y++)
{
- register const Quantum
+ const Quantum
*magick_restrict p;
p=GetVirtualPixels(image,0,y,image->columns,1,exception);
@@ -1395,7 +1395,7 @@ static MagickBooleanType WriteBGRImage(const ImageInfo *image_info,Image *image,
return(status);
for (y=0; y < (ssize_t) image->rows; y++)
{
- register const Quantum
+ const Quantum
*magick_restrict p;
p=GetVirtualPixels(image,0,y,image->columns,1,exception);
@@ -1424,7 +1424,7 @@ static MagickBooleanType WriteBGRImage(const ImageInfo *image_info,Image *image,
return(status);
for (y=0; y < (ssize_t) image->rows; y++)
{
- register const Quantum
+ const Quantum
*magick_restrict p;
p=GetVirtualPixels(image,0,y,image->columns,1,exception);