Why do (esp. background) colors invert when Pasting, but not Inserting, images into documents?Break link with...
Does the "particle exchange" operator have any validity?
Is there any differences between “gucken” and “schauen”?
It took me a lot of time to make this, pls like. (YouTube Comments #1)
Why avoid shared user accounts?
How should I handle players who ignore the session zero agreement?
Can pricing be copyrighted?
Unwarranted claim of higher degree of accuracy in zircon geochronology
A starship is travelling at 0.9c and collides with a small rock. Will it leave a clean hole through, or will more happen?
How to acknowledge an embarrassing job interview, now that I work directly with the interviewer?
Using loops to create tables
Can polymorphing monsters spam their ability to effectively give themselves a massive health pool?
Why can a 352GB NumPy ndarray be used on an 8GB memory macOS computer?
How did the original light saber work?
How is the Incom shipyard still in business?
What formula could mimic the following curve?
When does coming up with an idea constitute sufficient contribution for authorship?
Can a hotel cancel a confirmed reservation?
What are the advantages of using `make` for small projects?
High pressure canisters of air as gun-less projectiles
Issues with new Macs: Hardware makes them difficult for me to use. What options might be available in the future?
Manipulating a general length function
How can I deal with a significant flaw I found in my previous supervisor’s paper?
"On one hand" vs "on the one hand."
Slow moving projectiles from a hand-held weapon - how do they reach the target?
Why do (esp. background) colors invert when Pasting, but not Inserting, images into documents?
Break link with external document MS WordMS Powerpoint 2003 SP3 - can no longer paste / view screenshots in normal slide viewConvert bitmap image objects in ms word 2010 to imagesSave PDF from PowerPoint (.pptx) with transparent backgroundHow can PowerPoint 2013 compress background images (not just inserted pictures) to reduce filesize?Changing background in Word 2010 doesn't change some textHow do crossfade 3 pngs keeping background transparent so I can put it on a background videoHow do I export a Word document as a PNG?Remove <object> tag from Word 2010 when inserting imageffmpeg overlay filter adds black background for PNG with transparency
Many images on the Web show an object on a white or transparent background. When that image is copied and pasted into a document (e. g. MS Office Word/Powerpoint), the colors (esp. background colors) are sometimes inverted (e. g. black instead of white). Why is that? I've confirmed it with GIF and PNG images, but I think I've seen it with JPEGs and maybe some other image types too.
microsoft-word microsoft-office images colors microsoft-powerpoint
bumped to the homepage by Community♦ 17 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
Many images on the Web show an object on a white or transparent background. When that image is copied and pasted into a document (e. g. MS Office Word/Powerpoint), the colors (esp. background colors) are sometimes inverted (e. g. black instead of white). Why is that? I've confirmed it with GIF and PNG images, but I think I've seen it with JPEGs and maybe some other image types too.
microsoft-word microsoft-office images colors microsoft-powerpoint
bumped to the homepage by Community♦ 17 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
Many images on the Web show an object on a white or transparent background. When that image is copied and pasted into a document (e. g. MS Office Word/Powerpoint), the colors (esp. background colors) are sometimes inverted (e. g. black instead of white). Why is that? I've confirmed it with GIF and PNG images, but I think I've seen it with JPEGs and maybe some other image types too.
microsoft-word microsoft-office images colors microsoft-powerpoint
Many images on the Web show an object on a white or transparent background. When that image is copied and pasted into a document (e. g. MS Office Word/Powerpoint), the colors (esp. background colors) are sometimes inverted (e. g. black instead of white). Why is that? I've confirmed it with GIF and PNG images, but I think I've seen it with JPEGs and maybe some other image types too.
microsoft-word microsoft-office images colors microsoft-powerpoint
microsoft-word microsoft-office images colors microsoft-powerpoint
asked Apr 24 '15 at 21:46
WBTWBT
70421333
70421333
bumped to the homepage by Community♦ 17 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
bumped to the homepage by Community♦ 17 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
add a comment |
3 Answers
3
active
oldest
votes
It is an easy way for someone writing the program to highlight an object in the foreground without knowing any of the background objects attributes. It is way easier to tell a cursor that whenever Condition X is happening, the cursor's pixels should all change to display the inverted color of the pixels below. If the people coding had to code each pixel's display color instead of telling them all at once to look down and invert, we probably would all be better using terminals:)
add a comment |
Raster file formats that support transparency include GIF, PNG, BMP and TIFF (not JPG though), through either a transparent colour or an alpha channel. Software that doesn't support these features will just end up substituting the transparent portion with some colour like white or black instead.
So why the difference between Paste and Insert?
– WBT
Apr 25 '15 at 23:28
1
It depends on which format is used when the image is copied to the clipboard (i.e. DIB, 24bpp, 32bpp etc., some of which may lead to loss of transparency). For example, the transparent dice PNG on this page can be saved and opened in Paint and it shows a white background. If you right-click the same image in Firefox and Copy image, then paste in Paint, the background turns black. A program's Insert image or Open image functions will not involve the clipboard obviously.
– Karan
Apr 25 '15 at 23:39
Because PASTE probably gives you a Windows bitmap, which doesn't support transparency. INSERT inserts the image in the original PNG/JPG format the file was saved in; if the format supports transparency (PNG, GIF to some extent, TIF) then PPT respects the transparency settings.
– Steve Rindsberg
Apr 26 '15 at 17:21
add a comment |
As described above, the black colour is the app (e.g. Word) making different assumptions about the background that the transparent areas are letting you see than that made by the app where the image originated. Despite normally having a white page, Word seems to think that the area under the image is black!
You can overcome this effect, at least in Word, by setting the "Fill" colour of the picture to white: right-click on the picture --> Format Picture --> Fill --> Solid/White. The coloured areas of the picture now render the same as before, but the transparent areas now show as white.
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f905871%2fwhy-do-esp-background-colors-invert-when-pasting-but-not-inserting-images-i%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
3 Answers
3
active
oldest
votes
3 Answers
3
active
oldest
votes
active
oldest
votes
active
oldest
votes
It is an easy way for someone writing the program to highlight an object in the foreground without knowing any of the background objects attributes. It is way easier to tell a cursor that whenever Condition X is happening, the cursor's pixels should all change to display the inverted color of the pixels below. If the people coding had to code each pixel's display color instead of telling them all at once to look down and invert, we probably would all be better using terminals:)
add a comment |
It is an easy way for someone writing the program to highlight an object in the foreground without knowing any of the background objects attributes. It is way easier to tell a cursor that whenever Condition X is happening, the cursor's pixels should all change to display the inverted color of the pixels below. If the people coding had to code each pixel's display color instead of telling them all at once to look down and invert, we probably would all be better using terminals:)
add a comment |
It is an easy way for someone writing the program to highlight an object in the foreground without knowing any of the background objects attributes. It is way easier to tell a cursor that whenever Condition X is happening, the cursor's pixels should all change to display the inverted color of the pixels below. If the people coding had to code each pixel's display color instead of telling them all at once to look down and invert, we probably would all be better using terminals:)
It is an easy way for someone writing the program to highlight an object in the foreground without knowing any of the background objects attributes. It is way easier to tell a cursor that whenever Condition X is happening, the cursor's pixels should all change to display the inverted color of the pixels below. If the people coding had to code each pixel's display color instead of telling them all at once to look down and invert, we probably would all be better using terminals:)
answered Apr 24 '15 at 22:13
mikaloydmikaloyd
553
553
add a comment |
add a comment |
Raster file formats that support transparency include GIF, PNG, BMP and TIFF (not JPG though), through either a transparent colour or an alpha channel. Software that doesn't support these features will just end up substituting the transparent portion with some colour like white or black instead.
So why the difference between Paste and Insert?
– WBT
Apr 25 '15 at 23:28
1
It depends on which format is used when the image is copied to the clipboard (i.e. DIB, 24bpp, 32bpp etc., some of which may lead to loss of transparency). For example, the transparent dice PNG on this page can be saved and opened in Paint and it shows a white background. If you right-click the same image in Firefox and Copy image, then paste in Paint, the background turns black. A program's Insert image or Open image functions will not involve the clipboard obviously.
– Karan
Apr 25 '15 at 23:39
Because PASTE probably gives you a Windows bitmap, which doesn't support transparency. INSERT inserts the image in the original PNG/JPG format the file was saved in; if the format supports transparency (PNG, GIF to some extent, TIF) then PPT respects the transparency settings.
– Steve Rindsberg
Apr 26 '15 at 17:21
add a comment |
Raster file formats that support transparency include GIF, PNG, BMP and TIFF (not JPG though), through either a transparent colour or an alpha channel. Software that doesn't support these features will just end up substituting the transparent portion with some colour like white or black instead.
So why the difference between Paste and Insert?
– WBT
Apr 25 '15 at 23:28
1
It depends on which format is used when the image is copied to the clipboard (i.e. DIB, 24bpp, 32bpp etc., some of which may lead to loss of transparency). For example, the transparent dice PNG on this page can be saved and opened in Paint and it shows a white background. If you right-click the same image in Firefox and Copy image, then paste in Paint, the background turns black. A program's Insert image or Open image functions will not involve the clipboard obviously.
– Karan
Apr 25 '15 at 23:39
Because PASTE probably gives you a Windows bitmap, which doesn't support transparency. INSERT inserts the image in the original PNG/JPG format the file was saved in; if the format supports transparency (PNG, GIF to some extent, TIF) then PPT respects the transparency settings.
– Steve Rindsberg
Apr 26 '15 at 17:21
add a comment |
Raster file formats that support transparency include GIF, PNG, BMP and TIFF (not JPG though), through either a transparent colour or an alpha channel. Software that doesn't support these features will just end up substituting the transparent portion with some colour like white or black instead.
Raster file formats that support transparency include GIF, PNG, BMP and TIFF (not JPG though), through either a transparent colour or an alpha channel. Software that doesn't support these features will just end up substituting the transparent portion with some colour like white or black instead.
answered Apr 25 '15 at 19:56
KaranKaran
49.3k1489160
49.3k1489160
So why the difference between Paste and Insert?
– WBT
Apr 25 '15 at 23:28
1
It depends on which format is used when the image is copied to the clipboard (i.e. DIB, 24bpp, 32bpp etc., some of which may lead to loss of transparency). For example, the transparent dice PNG on this page can be saved and opened in Paint and it shows a white background. If you right-click the same image in Firefox and Copy image, then paste in Paint, the background turns black. A program's Insert image or Open image functions will not involve the clipboard obviously.
– Karan
Apr 25 '15 at 23:39
Because PASTE probably gives you a Windows bitmap, which doesn't support transparency. INSERT inserts the image in the original PNG/JPG format the file was saved in; if the format supports transparency (PNG, GIF to some extent, TIF) then PPT respects the transparency settings.
– Steve Rindsberg
Apr 26 '15 at 17:21
add a comment |
So why the difference between Paste and Insert?
– WBT
Apr 25 '15 at 23:28
1
It depends on which format is used when the image is copied to the clipboard (i.e. DIB, 24bpp, 32bpp etc., some of which may lead to loss of transparency). For example, the transparent dice PNG on this page can be saved and opened in Paint and it shows a white background. If you right-click the same image in Firefox and Copy image, then paste in Paint, the background turns black. A program's Insert image or Open image functions will not involve the clipboard obviously.
– Karan
Apr 25 '15 at 23:39
Because PASTE probably gives you a Windows bitmap, which doesn't support transparency. INSERT inserts the image in the original PNG/JPG format the file was saved in; if the format supports transparency (PNG, GIF to some extent, TIF) then PPT respects the transparency settings.
– Steve Rindsberg
Apr 26 '15 at 17:21
So why the difference between Paste and Insert?
– WBT
Apr 25 '15 at 23:28
So why the difference between Paste and Insert?
– WBT
Apr 25 '15 at 23:28
1
1
It depends on which format is used when the image is copied to the clipboard (i.e. DIB, 24bpp, 32bpp etc., some of which may lead to loss of transparency). For example, the transparent dice PNG on this page can be saved and opened in Paint and it shows a white background. If you right-click the same image in Firefox and Copy image, then paste in Paint, the background turns black. A program's Insert image or Open image functions will not involve the clipboard obviously.
– Karan
Apr 25 '15 at 23:39
It depends on which format is used when the image is copied to the clipboard (i.e. DIB, 24bpp, 32bpp etc., some of which may lead to loss of transparency). For example, the transparent dice PNG on this page can be saved and opened in Paint and it shows a white background. If you right-click the same image in Firefox and Copy image, then paste in Paint, the background turns black. A program's Insert image or Open image functions will not involve the clipboard obviously.
– Karan
Apr 25 '15 at 23:39
Because PASTE probably gives you a Windows bitmap, which doesn't support transparency. INSERT inserts the image in the original PNG/JPG format the file was saved in; if the format supports transparency (PNG, GIF to some extent, TIF) then PPT respects the transparency settings.
– Steve Rindsberg
Apr 26 '15 at 17:21
Because PASTE probably gives you a Windows bitmap, which doesn't support transparency. INSERT inserts the image in the original PNG/JPG format the file was saved in; if the format supports transparency (PNG, GIF to some extent, TIF) then PPT respects the transparency settings.
– Steve Rindsberg
Apr 26 '15 at 17:21
add a comment |
As described above, the black colour is the app (e.g. Word) making different assumptions about the background that the transparent areas are letting you see than that made by the app where the image originated. Despite normally having a white page, Word seems to think that the area under the image is black!
You can overcome this effect, at least in Word, by setting the "Fill" colour of the picture to white: right-click on the picture --> Format Picture --> Fill --> Solid/White. The coloured areas of the picture now render the same as before, but the transparent areas now show as white.
add a comment |
As described above, the black colour is the app (e.g. Word) making different assumptions about the background that the transparent areas are letting you see than that made by the app where the image originated. Despite normally having a white page, Word seems to think that the area under the image is black!
You can overcome this effect, at least in Word, by setting the "Fill" colour of the picture to white: right-click on the picture --> Format Picture --> Fill --> Solid/White. The coloured areas of the picture now render the same as before, but the transparent areas now show as white.
add a comment |
As described above, the black colour is the app (e.g. Word) making different assumptions about the background that the transparent areas are letting you see than that made by the app where the image originated. Despite normally having a white page, Word seems to think that the area under the image is black!
You can overcome this effect, at least in Word, by setting the "Fill" colour of the picture to white: right-click on the picture --> Format Picture --> Fill --> Solid/White. The coloured areas of the picture now render the same as before, but the transparent areas now show as white.
As described above, the black colour is the app (e.g. Word) making different assumptions about the background that the transparent areas are letting you see than that made by the app where the image originated. Despite normally having a white page, Word seems to think that the area under the image is black!
You can overcome this effect, at least in Word, by setting the "Fill" colour of the picture to white: right-click on the picture --> Format Picture --> Fill --> Solid/White. The coloured areas of the picture now render the same as before, but the transparent areas now show as white.
answered Jun 23 '15 at 12:52
solimikesolimike
1
1
add a comment |
add a comment |
Thanks for contributing an answer to Super User!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f905871%2fwhy-do-esp-background-colors-invert-when-pasting-but-not-inserting-images-i%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown